← Back to Skills Marketplace
Wemp Ops
by
lovensky1992-wk
· GitHub ↗
· v1.0.4
· MIT-0
360
Downloads
1
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install wemp-ops
Description
微信公众号全流程运营:选题→采集→写作→排版→发布→数据分析→评论管理。 Use when: (1) 用户要写公众号文章或提供了选题方向, (2) 用户说"写一篇关于XXX的文章"/"帮我写篇推文"/"出一篇稿子", (3) 用户要求采集热点/素材/竞品分析, (4) 用户提到公众号日报/周报/数据分析/阅读量/...
Usage Guidance
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).
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wemp-ops - After installation, invoke the skill by name or use
/wemp-ops - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Wemp Ops?
微信公众号全流程运营:选题→采集→写作→排版→发布→数据分析→评论管理。 Use when: (1) 用户要写公众号文章或提供了选题方向, (2) 用户说"写一篇关于XXX的文章"/"帮我写篇推文"/"出一篇稿子", (3) 用户要求采集热点/素材/竞品分析, (4) 用户提到公众号日报/周报/数据分析/阅读量/... It is an AI Agent Skill for Claude Code / OpenClaw, with 360 downloads so far.
How do I install Wemp Ops?
Run "/install wemp-ops" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wemp Ops free?
Yes, Wemp Ops is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wemp Ops support?
Wemp Ops is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wemp Ops?
It is built and maintained by lovensky1992-wk (@lovensky1992-wk); the current version is v1.0.4.
More Skills