wemp-operator
Automate WeChat Official Account operations, including collecting hot topics, generating daily/weekly reports, checking and replying to comments, and generating articles. It streamlines content and interaction management.
About this skill
The `wemp-operator` skill is designed to fully automate the operational tasks for WeChat Official Accounts. It provides a comprehensive suite of tools for content creators and marketers to efficiently manage their presence on the platform. The skill automates critical functions such as content collection, enabling users to gather trending topics and relevant information from diverse sources like Hacker News, GitHub, Zhihu, and Weibo, based on specified queries and keywords. This ensures a steady stream of fresh and engaging material for their audience. Beyond content acquisition, `wemp-operator` excels in data analysis, offering capabilities to generate daily and weekly reports. These reports provide valuable insights into the account's performance, audience engagement, and content reach, helping operators make data-driven decisions. Furthermore, the skill significantly simplifies interaction management by allowing agents to check comments, list them, and even formulate and post replies, ensuring timely and consistent engagement with the audience without manual oversight. Utilizing `wemp-operator` can drastically reduce the manual effort involved in running a WeChat Official Account. It's ideal for individual content creators, small businesses, or marketing teams looking to maintain an active and engaging presence while saving time and resources. By automating routine tasks like content aggregation and interaction, it frees up operators to focus on strategy and high-level creative work, ultimately enhancing efficiency and audience growth.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/wemp-operator/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How wemp-operator Compares
| Feature / Agent | wemp-operator | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | easy | N/A |
Frequently Asked Questions
What does this skill do?
Automate WeChat Official Account operations, including collecting hot topics, generating daily/weekly reports, checking and replying to comments, and generating articles. It streamlines content and interaction management.
Which AI agents support this skill?
This skill is compatible with multi.
How difficult is it to install?
The installation complexity is rated as easy. You can find the installation instructions above.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# wemp-operator 公众号自动化运营:内容采集、数据分析、互动管理。 ## 环境检查 ```bash node scripts/setup.mjs # 检查依赖 node scripts/setup.mjs --help # 配置指南 ``` ## 内容采集 ```bash node scripts/content/smart-collect.mjs \ --query "需求" --keywords "关键词" --sources "数据源" [--deep] ``` 数据源:hackernews, github, v2ex, 36kr, weibo, zhihu, producthunt, wallstreetcn 等 ## 数据分析 ```bash node scripts/analytics/daily-report.mjs [--date YYYY-MM-DD] node scripts/analytics/weekly-report.mjs ``` ## 互动管理 ```bash node scripts/interact/check-comments.mjs [--list] node scripts/interact/reply.mjs --comment-id <id> [--content "回复"] ```