Install
openclaw skills install wechat-writing-workflowStandardized WeChat official account writing workflow integrating wechat-publisher, wechat-toolkit, wechat-mp-writer-skill and other skills. Provides complet...
openclaw skills install wechat-writing-workflow标准化微信公众号写作工作流,整合多个公众号技能,提供从素材搜索到发布推送的完整流程。
使用技能: wechat-article-search, wechat-toolkit
使用技能: wechat-mp-writer-skill, wechat-toolkit, academic-writing
使用技能: wechat-publisher, wechat-toolkit
使用技能: wechat-publisher, wechat-mp-publish
使用技能: data-analysis, statistical-analysis
特点:
适用场景:
特点:
适用场景:
特点:
适用场景:
特点:
适用场景:
# 完整工作流
python wechat_writing_workflow.py --type popular_science --topic "幸福感提升"
# 仅素材搜索
python wechat_writing_workflow.py --stage 1 --keyword "心理学"
# 仅内容创作
python wechat_writing_workflow.py --stage 2 --type popular_science
# 仅发布
python wechat_writing_workflow.py --stage 4 --file article.md
# 指定输出格式
python wechat_writing_workflow.py --type daily_tips --output article.md --format markdown
# 定时发布
python wechat_writing_workflow.py --stage 4 --file article.md --schedule "08:00"
# 数据分析
python wechat_writing_workflow.py --stage 5 --article-id "文章 ID"
使用技能: wechat-article-search
搜索命令:
# 搜索相关主题文章
node search_wechat.js "心理学 幸福感" -n 20 -c
# 指定数量
node search_wechat.js "AI 心理学" -n 30
# 保存到文件
node search_wechat.js "主观幸福感" -n 20 -o search_results.json
# 抓取正文内容
node search_wechat.js "幸福感研究" -n 10 -c
参数说明:
query: 搜索关键词(必填)-n, --num: 返回数量(默认 10,最大 50)-o, --output: 输出 JSON 文件路径-c, --fetch-content: 抓取文章正文内容使用技能: wechat-toolkit
下载命令:
# 使用默认路径
node download.js "文章 URL"
# 指定下载路径
node download.js "文章 URL" --output ~/Downloads/wechat-articles
# 跳过图片/视频
node download.js "文章 URL" --no-image
node download.js "文章 URL" --no-video
输出结构:
<下载目录>/<文章标题>/
├── content/article.html # 完整 HTML
├── metadata.json # 标题、作者、时间等
├── images/ # 所有配图
└── videos/ # 所有视频/音频
使用技能: wechat-mp-writer-skill
写作流程:
输出:
使用技能: wechat-toolkit
改写流程:
改写技巧:
标题类型:
标题检查清单:
Frontmatter 元数据 (必需):
---
title: 文章标题
cover: 封面图片路径
author: 作者名
date: 2026-03-14
tags: [心理学,幸福感]
---
正文格式:
# 一级标题(文章标题)
## 二级标题(章节标题)
### 三级标题(小节标题)
正文内容...
**加粗重点**
> 引用内容
- 列表项 1
- 列表项 2

使用技能: wechat-publisher
发布命令:
# 发布文章
node publish.js article.md
# 使用 wechat-mp-publish
python wechat_publisher.py --action create_draft --title "标题" --content "内容"
发布检查清单:
最佳发布时间:
定时发布命令:
# 定时发布
python wechat_publisher.py --action schedule --time "2026-03-15 08:00" --draft-id "草稿 ID"
# 立即群发
python wechat_publisher.py --action publish --draft-id "草稿 ID"
使用技能: data-analysis
统计指标:
分析内容:
优化方向:
| 指标 | 优秀 | 良好 | 需改进 |
|---|---|---|---|
| 原创度 | >90% | 70-90% | <70% |
| 价值性 | 高价值 | 中等价值 | 低价值 |
| 可读性 | 流畅易懂 | 基本可读 | 晦涩难懂 |
| 准确性 | 完全准确 | 基本准确 | 有错误 |
| 指标 | 优秀 | 良好 | 需改进 |
|---|---|---|---|
| 阅读量 | >10000 | 1000-10000 | <1000 |
| 分享率 | >10% | 5-10% | <5% |
| 完成率 | >60% | 40-60% | <40% |
| 互动率 | >5% | 2-5% | <2% |
内容为王
标题优化
视觉呈现
数据分析
内容问题
标题问题
排版问题
发布问题
academic-writing: 负责学术内容
wechat-writing-workflow: 负责转化为公众号文章
data-analysis: 负责阅读数据分析
wechat-writing-workflow: 负责根据数据优化内容
# 阶段 1: 素材搜索
node search_wechat.js "心理学 幸福感" -n 20 -c
# 阶段 2: 内容创作
python wechat_writing_workflow.py --stage 2 --type popular_science
# 阶段 3: 格式优化
# 添加 frontmatter,准备图片
# 阶段 4: 发布
node publish.js 心理学科普.md
# 阶段 5: 数据分析
# 微信公众号后台查看数据
输出: 心理学科普文章
# 阶段 1-2: 快速创作
python wechat_writing_workflow.py --type daily_tips --topic "今日心情"
# 阶段 3: 简单排版
# 添加温馨配图
# 阶段 4: 定时发布
python wechat_publisher.py --action schedule --time "08:00" --file 心理小贴士.md
输出: 每日心理小贴士
# 阶段 1: 整理研究数据
# 使用 data-analysis 分析数据
# 阶段 2: 撰写报告
python wechat_writing_workflow.py --stage 2 --type research_report
# 阶段 3: 添加图表
# 使用 scientific-visualization 生成图表
# 阶段 4: 发布
python wechat_publisher.py --action publish --file 研究进展.md
# 阶段 5: 数据分析
# 查看阅读、分享数据
输出: 研究进展报告
微信公众号配置:
export WECHAT_APP_ID=your_app_id
export WECHAT_APP_SECRET=your_app_secret
wenyan-cli 安装:
npm install -g @wenyan-md/cli
wechat-toolkit 依赖:
npm install -g cheerio
skills/wechat-toolkit-1.0.1/SKILL.md技能版本: v1.0.1
创建时间: 2026-03-14
维护者: academic-assistant
下次更新: 功能改进时
*高效公众号写作,从标准化工作流开始!*📱✍️