← 返回 Skills 市场
onwalking

WeChat Article Creator

作者 onWalking · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
895
总下载
4
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-article-creator
功能描述
根据主题自动生成微信公众号文章草稿。流程:搜索主题相关内容 → AI总结分析 → 排版美化 → 保存到公众号草稿箱。Use when user needs to write 公众号文章、微信公众号内容、自动创作文章、根据主题写文章。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wechat-article-creator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wechat-article-creator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: auto-generate WeChat articles from topics
元数据
Slug wechat-article-creator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WeChat Article Creator 是什么?

根据主题自动生成微信公众号文章草稿。流程:搜索主题相关内容 → AI总结分析 → 排版美化 → 保存到公众号草稿箱。Use when user needs to write 公众号文章、微信公众号内容、自动创作文章、根据主题写文章。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 895 次。

如何安装 WeChat Article Creator?

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

WeChat Article Creator 是免费的吗?

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

WeChat Article Creator 支持哪些平台?

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

谁开发了 WeChat Article Creator?

由 onWalking(@onwalking)开发并维护,当前版本 v1.0.0。

💬 留言讨论