根据主题自动生成微信公众号文章草稿。流程:搜索主题相关内容 → AI总结分析 → 排版美化 → 保存到公众号草稿箱。Use when user needs to write 公众号文章、微信公众号内容、自动创作文章、根据主题写文章。
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill wechat-article-creator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Wechat Article Creator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-wechat-article-creator)More formats (shields.io, HTML) on the badges page.
---
name: wechat-article-creator
description: "根据主题自动生成微信公众号文章草稿。流程:搜索主题相关内容 → AI总结分析 → 排版美化 → 保存到公众号草稿箱。Use when user needs to write 公众号文章、微信公众号内容、自动创作文章、根据主题写文章。"
homepage: https://github.com/onWalking/wechat-article-creator
metadata:
{
"openclaw":
{
"emoji": "📝",
"requires": { "bins": ["node"] },
"env": ["WECHAT_APPID", "WECHAT_SECRET"],
},
}
---
# WeChat Article Creator
根据主题自动生成微信公众号文章草稿。
## 功能流程
```
主题 → 搜索内容 → AI总结 → 排版美化 → 保存草稿
```
## 前置配置
需要配置微信公众号开发者凭据:
```bash
export WECHAT_APPID="your_appid"
export WECHAT_SECRET="your_secret"
```
或在运行目录创建 `.env` 文件。
## 使用方法
### 基础用法
```bash
wechat-article-creator "人工智能发展趋势"
```
### 高级选项
```bash
# 指定字数
wechat-article-creator "新能源汽车市场分析" --words 2000
# 指定风格
wechat-article-creator "健康饮食指南" --style "轻松科普"
# 指定作者
wechat-article-creator "职场技能提升" --author "职场君"
```
## 输出格式
生成的文章包含:
- **标题**:吸引眼球的标题
- **封面图建议**:AI 推荐的封面图方向
- **导语**:引导读者进入正文的引言
- **正文**:结构化内容(小标题、重点、案例)
- **结语**:总结 + 互动引导
## 排版样式
自动应用的公众号样式:
- 重点文字标红 `<span style="color: #ff0000;">`
- 引用框 `<blockquote>`
- 分隔线 `<hr>`
- 小标题加粗
- 段落间距优化
## 示例
**输入:**
```
主题:2024年AI发展趋势
字数:1500
风格:专业分析
```
**输出:**
- 文章预览(Markdown)
- 草稿保存成功提示
- 公众号后台草稿链接
## 注意事项
1. 需要公众号已开通开发者权限
2. 服务器IP需加入公众号白名单
3. 生成内容建议人工审核后再发布
4. 遵守微信内容规范,避免违规内容
## 依赖
- Node.js >= 16
- 微信公众号开发者账号
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"