← Browse

@ianshaw027/wemp-operator

A

微信公众号自动化运营。触发词:采集热点、公众号日报、周报、检查评论、回复评论、生成文章。依赖 wemp skill。

skillclaude

Install

agr install @ianshaw027/wemp-operator --target claude

Writes 3 files into .claude/skills/, pinned to git-a52ad8ad.

  • .claude/skills/wemp-operator/LICENSE
  • .claude/skills/wemp-operator/README.md
  • .claude/skills/wemp-operator/SKILL.md

Document


name: wemp-operator description: "微信公众号自动化运营。触发词:采集热点、公众号日报、周报、检查评论、回复评论、生成文章。依赖 wemp skill。"

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 "回复"]

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-a52ad8addad52026-07-29