← Back to Skills Marketplace
onwalking

WeChat Article Creator

by onWalking · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
895
Downloads
4
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-article-creator
Description
根据主题自动生成微信公众号文章草稿。流程:搜索主题相关内容 → AI总结分析 → 排版美化 → 保存到公众号草稿箱。Use when user needs to write 公众号文章、微信公众号内容、自动创作文章、根据主题写文章。
Usage Guidance
This skill appears coherent for creating WeChat article drafts and legitimately needs WECHAT_APPID and WECHAT_SECRET. Before installing: (1) confirm the registry metadata mismatch (some headers claim no env vars) and only provide the WeChat credentials you intend for draft creation; avoid using high-privilege or unrelated credentials. (2) Store secrets safely (prefer runtime environment variables over committing a .env to shared folders). (3) Audit package.json dependencies (axios/dotenv are declared but not used in index.js) and run npm audit if you install dependencies. (4) Be aware the skill contains functions to request a WeChat access token and create drafts — if the agent is allowed to invoke the skill autonomously it can call api.weixin.qq.com with the provided credentials, which is normal for this use case. (5) The skill does not include integrated search/LLM logic; integrating those tools may require additional API keys — review those external integrations separately. If you need higher assurance, ask the author to reconcile the metadata, remove unused dependencies, and provide a minimal README explaining exactly what network calls the skill makes.
Capability Analysis
Type: OpenClaw Skill Name: wechat-article-creator Version: 1.0.0 The skill is a legitimate tool designed to help an AI agent generate and upload WeChat article drafts. It handles sensitive credentials (WECHAT_APPID, WECHAT_SECRET) appropriately by sending them only to the official WeChat API (api.weixin.qq.com) and contains no evidence of data exfiltration, unauthorized execution, or malicious prompt injection in SKILL.md or index.js.
Capability Assessment
Purpose & Capability
The skill's purpose (generate and save WeChat public-account drafts) aligns with what the code and SKILL.md request: Node runtime and WeChat developer credentials (WECHAT_APPID, WECHAT_SECRET). One mismatch: the registry metadata in the header lists no required env vars while SKILL.md and the code do require WECHAT_APPID/WECHAT_SECRET. package.json lists axios and dotenv though index.js does not use them; this is likely sloppy packaging rather than malicious.
Instruction Scope
SKILL.md instructs only to provide WeChat credentials, optionally a .env file, and to run the CLI; it explicitly notes the need to integrate search APIs and an LLM (which are external to this skill). The included index.js reads a local .env, accesses only api.weixin.qq.com (WeChat) and no other external endpoints, and does not attempt to read unrelated system files or exfiltrate data.
Install Mechanism
No install spec or remote downloads are present; the package is instruction+code only and requires Node. No archive downloads or third-party install URLs were found.
Credentials
The only sensitive environment variables referenced are WECHAT_APPID and WECHAT_SECRET, which are appropriate for the described functionality. Note the inconsistency: registry metadata earlier said 'Required env vars: none' while SKILL.md and the code require those two vars. Also package.json lists dotenv (and axios) as dependencies even though index.js implements a simple .env parser and uses https; this is likely harmless but worth auditing.
Persistence & Privilege
The skill is not always:true and does not request elevated platform privileges. It does read a local .env and can call WeChat APIs using provided credentials; it does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-article-creator
  3. After installation, invoke the skill by name or use /wechat-article-creator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: auto-generate WeChat articles from topics
Metadata
Slug wechat-article-creator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is WeChat Article Creator?

根据主题自动生成微信公众号文章草稿。流程:搜索主题相关内容 → AI总结分析 → 排版美化 → 保存到公众号草稿箱。Use when user needs to write 公众号文章、微信公众号内容、自动创作文章、根据主题写文章。 It is an AI Agent Skill for Claude Code / OpenClaw, with 895 downloads so far.

How do I install WeChat Article Creator?

Run "/install wechat-article-creator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WeChat Article Creator free?

Yes, WeChat Article Creator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WeChat Article Creator support?

WeChat Article Creator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeChat Article Creator?

It is built and maintained by onWalking (@onwalking); the current version is v1.0.0.

💬 Comments