🤖
AutomationJavaScript

WeChat Official Account Operator

by IanShaw027

WeChat Official Account Operator is an Automation skill for Claude Code, published by IanShaw027 in wemp-operator.

108 stars19 forkson IanShaw027/wemp-operatorAdded 2026/07/16+1% in starsRepository updated 2026/02/02
aiautomationopenclawskillwechatwechat-mpwemp
Install in seconds
Install WeChat Official Account Operator
Copy WeChat Official Account Operator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/IanShaw027/wemp-operator ~/.claude/skills/wemp-operator

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/IanShaw027/wemp-operator.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in IanShaw027/wemp-operator
Installs to
~/.claude/skills/wemp-operator
Collection
The only skill cataloged from this repository
Category
Automation2226 skills

What WeChat Official Account Operator does

Automate WeChat Official Account operations: content curation from 20+ sources, daily/weekly analytics reports, and comment reply management.

WeChat Official Account Operator is cataloged under Automation on DirSkills. WeChat Official Account Operator comes from a repository tagged ai, automation, openclaw, skill and wechat.

Documentation

README

wemp-operator

公众号自动化运营:内容采集、数据分析、互动管理。

环境检查

node scripts/setup.mjs        # 检查依赖
node scripts/setup.mjs --help # 配置指南

内容采集

node scripts/content/smart-collect.mjs \
  --query "需求" --keywords "关键词" --sources "数据源" [--deep]

数据源:hackernews, github, v2ex, 36kr, weibo, zhihu, producthunt, wallstreetcn 等

数据分析

node scripts/analytics/daily-report.mjs [--date YYYY-MM-DD]
node scripts/analytics/weekly-report.mjs

互动管理

node scripts/interact/check-comments.mjs [--list]
node scripts/interact/reply.mjs --comment-id <id> [--content "回复"]

Frequently asked about WeChat Official Account Operator

  • How does WeChat Official Account Operator compare to other Automation skills?

    WeChat Official Account Operator ranks #2104 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of WeChat Official Account Operator against them. Open each page to compare what they document and how they install.