← 返回 Skills 市场
lovensky1992-wk

Wemp Ops

作者 lovensky1992-wk · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
360
总下载
1
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install wemp-ops
功能描述
微信公众号全流程运营:选题→采集→写作→排版→发布→数据分析→评论管理。 Use when: (1) 用户要写公众号文章或提供了选题方向, (2) 用户说"写一篇关于XXX的文章"/"帮我写篇推文"/"出一篇稿子", (3) 用户要求采集热点/素材/竞品分析, (4) 用户提到公众号日报/周报/数据分析/阅读量/...
安全使用建议
Key things to check before installing: - Inspect config/default.json and other repo files for embedded secrets; treat the included weixin.appId/appSecret as suspicious (they may be real or stolen). Do NOT use the skill unless you remove/replace those credentials with your own and ensure secrets are stored securely (env vars or a secret manager). - Review scripts/setup.mjs, publisher.mjs, smart_collect.mjs, and any network-calling code to see exactly which endpoints are contacted (WeChat API endpoints, image-generation services, or arbitrary hosts). If you are uncomfortable, run the skill in an isolated sandbox or container first. - Confirm where image-generation API keys (Gemini/Seedream or other) are expected to come from; SKILL.md references 'team AK' and key rotation but does not declare required env vars — ask the publisher for details or set your own credentials. - Note the skill will read and write workspace files and may delete handoff items; back up your workspace before first run and audit what files the scripts modify. - If you intend to allow publishing/comment-reply capabilities, ensure the WeChat credentials are yours and have the minimum required scope (prefer a test account), and consider disabling autonomous invocation until you've validated behavior. - If anything about provenance (who published this skill) is unclear, prefer not to run arbitrary setup or publishing scripts from it; ask the author for an explanation of the embedded credentials and a sanitized install process (declared env vars, no hardcoded secrets).
功能分析
Type: OpenClaw Skill Name: wemp-ops Version: 1.0.4 The bundle is a comprehensive and legitimate toolset for managing WeChat Official Account operations, including content aggregation, AI-assisted writing, and automated publishing. It utilizes official WeChat APIs (api.weixin.qq.com) and standard news sources (e.g., HackerNews, V2EX, Weibo) for its functionality. While the scripts use sub-processes to bridge Node.js and Python components (e.g., in publisher.mjs and markdown_to_html.py), this behavior is consistent with the stated purpose of converting and uploading content. No evidence of data exfiltration, malicious persistence, or harmful prompt injection was found; the instructions in SKILL.md are focused on maintaining a specific writing persona and content quality.
能力标签
crypto
能力评估
Purpose & Capability
The skill claims to manage a WeChat Official Account and the repository contains publisher, comment-checking, fetching, and image-generation scripts that fit that purpose. However the package metadata declares no required env vars or binaries while README/SKILL.md and scripts clearly require Node.js, Python3 and API credentials. Worse, config/default.json contains a weixin.appId and appSecret baked into the codebase rather than being declared or requested via environment variables — this mismatch (no declared credentials but embedded credentials in files) is a strong incoherence.
Instruction Scope
SKILL.md instructs the agent to read and write many workspace files (topic pools, handoff files, temp findings, persona.md), to delete consumed handoff entries, and to call external tools/APIs (web_search/web_fetch, image generation services, WeChat API). Those actions are within the claimed purpose (content collection, publishing, comment management), but the instructions give broad discretion to fetch, modify, and delete user workspace files and to push content to external endpoints — verify you trust these scripts and their exact network targets before granting access.
Install Mechanism
There is no formal install spec, yet the skill ships many executable scripts and the SKILL.md tells the user to run node scripts/setup.mjs. That setup step is effectively an install/runtime step but it's not declared in the registry metadata. Running repository scripts will execute arbitrary code on the agent host; lacking an install review or clear provenance raises risk. Also required runtimes (Node/Python) are not declared in the skill metadata.
Credentials
The registry declares no required environment variables or credentials, but config/default.json contains plaintext WeChat appId/appSecret values. The SKILL.md expects API access to WeChat and third-party image services (references to Gemini/Seedream and 'key rotation'). Requiring external API keys for publishing and image generation is reasonable for the stated purpose, but the way credentials are handled (embedded in repo config instead of declared env vars or a secure credential prompt) is disproportionate and suspicious.
Persistence & Privilege
The skill is not always-enabled and does not force inclusion, which is good. However it is allowed to run autonomously (default platform behavior) and its instructions include modifying workspace files (writing findings files, deleting handoff entries) and pushing drafts to WeChat. That level of write/publish capability is consistent with its purpose but increases blast radius when combined with the credential mishandling and capability to execute scripts — consider restricting autonomous invocation or reviewing code before enabling.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wemp-ops
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wemp-ops 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Daily sync
v1.0.3
Daily sync
v1.0.2
Daily sync
v1.0.1
Daily sync
v1.0.0
Initial release: WeChat Official Account full-lifecycle operations - topic selection, writing, publishing, analytics & comment management
元数据
Slug wemp-ops
版本 1.0.4
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 5
常见问题

Wemp Ops 是什么?

微信公众号全流程运营:选题→采集→写作→排版→发布→数据分析→评论管理。 Use when: (1) 用户要写公众号文章或提供了选题方向, (2) 用户说"写一篇关于XXX的文章"/"帮我写篇推文"/"出一篇稿子", (3) 用户要求采集热点/素材/竞品分析, (4) 用户提到公众号日报/周报/数据分析/阅读量/... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 360 次。

如何安装 Wemp Ops?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wemp-ops」即可一键安装,无需额外配置。

Wemp Ops 是免费的吗?

是的,Wemp Ops 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Wemp Ops 支持哪些平台?

Wemp Ops 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Wemp Ops?

由 lovensky1992-wk(@lovensky1992-wk)开发并维护,当前版本 v1.0.4。

💬 留言讨论