wechat-report
Generate a structured comparison report for multiple WeChat Official Account articles under one topic. Use this when the user wants several公众号文章 collected into one local report with article metadata, engagement status, content structure tables,爆款写法标签, and a later optional Feishu sync step.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/abigale-cyber/wechat-reportwechat-report
输入文件使用 Markdown + frontmatter,至少提供 topic,也可以直接给 seed_urls。
示例:
---
topic: Harness Engineering
max_articles: 5
collect_engagement: true
seed_urls:
- https://mp.weixin.qq.com/s?__biz=...
---
优先围绕中文 AI / Agent 语境收集公众号原文。
运行:
.venv/bin/python -m skill_runtime.cli run-skill wechat-report --input content-production/inbox/20260406-wechat-report-request.md
输出:
content-production/inbox/YYYYMMDD-{slug}-wechat-report.mdcontent-production/inbox/raw/wechat-report/YYYY-MM-DD/{slug}.json
报告除文章总表、互动对比表、内容结构表外,还会补:
- 爆款写法标签表
- 标题与开头拆解
- 结尾与转发钩子
- 共性写法总结
注意:
- 本 skill 不会自动发送飞书。
- 报告生成后,若用户确认同步,再运行
feishu-bitable-sync。
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-abigale-cyber-wechat-report": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
humanizer-zh
Remove obvious AI-writing traces from Chinese text in a constrained way. Use when Codex needs to reduce AI smell without changing facts, data, or the article's core argument.
news-aggregator-skill
Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 28 sources including Hacker News, GitHub, Hugging Face Papers, AI Newsletters, WallStreetCN, Weibo, and Podcasts. Use when user requests 'daily scans', 'tech news', 'finance updates', 'AI briefings', 'deep analysis', or says '如意如意' to open the interactive menu.
feishu-bitable-sync
Sync a local `wechat-report` result into Feishu Bitable after the user has reviewed the report and confirmed the sync.
wechat-formatter
Render article markdown into WeChat-style HTML as an independent executor. Use when Codex needs公众号排版预览, WeChat HTML output, or a publishable HTML artifact generated from an article markdown draft.
tavily-research
Conduct comprehensive AI-powered research with citations via the Tavily CLI. Use this skill when the user wants deep research, a detailed report, a comparison, market analysis, literature review, or says "research", "investigate", "analyze in depth", "compare X vs Y", "what does the market look like for", or needs multi-source synthesis with explicit citations. Returns a structured report grounded in web sources. Takes 30-120 seconds. For quick fact-finding, use tavily-search instead.