← 返回 Skills 市场
141
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-publish-workflow
功能描述
微信公众号发布流水线:视觉排版→主编审核→API发布→数据复盘。在已有Markdown定稿基础上执行微信格式化和发布。触发词:发布到微信、微信排版、微信发布。需先完成内容创作。
安全使用建议
Before installing or enabling this skill: 1) Confirm where the referenced scripts (scripts/wechat_publish.cjs) actually come from and inspect their code — the skill expects to run local Node scripts but does not bundle them. 2) Expect to provide WeChat API credentials (APPID/SECRET or token) in a .env; ask the author to list exact environment variable names and add them to the metadata. 3) Ensure Node is available on the agent environment or the skill declares it as a required binary. 4) Verify the workflow enforces the user confirmation step before 'publish' (do not allow silent publishing). 5) Run the scripts in a safe/test environment first and do not supply unrelated credentials. If the author cannot clarify the missing metadata or provide the scripts/source, treat the skill as incomplete and avoid granting it access to real credentials.
功能分析
Type: OpenClaw Skill
Name: wechat-publish-workflow
Version: 1.0.0
The skill bundle defines a legitimate workflow for publishing Markdown content to WeChat Official Accounts using a multi-persona process (design, review, and publishing). It utilizes a Node.js script (wechat_publish.cjs) for API interactions and includes a mandatory user confirmation step before publishing, which serves as a critical safety control. No malicious instructions, data exfiltration attempts, or prompt injections were identified in the provided files (_meta.json and SKILL.md).
能力评估
Purpose & Capability
The written purpose (format + publish WeChat articles) aligns with the instructions, but the metadata does not declare expected runtime artifacts: the SKILL.md expects a Node script (wechat_publish.cjs) and WeChat API credentials in a .env, yet required binaries/env vars are listed as 'none'. A legitimate publisher workflow would reasonably need Node (or another runtime) and specific WeChat credentials; those should be declared.
Instruction Scope
Instructions tell the agent to read/validate a .env for API credentials and run local node scripts under {baseDir}/scripts or ~/.openclaw/workspace-wechat-publisher/scripts/. That means the agent will access local files and environment secrets and execute commands. While these actions are coherent with publishing, the SKILL.md assumes scripts and credentials exist but the skill bundle does not provide them or explain where they come from.
Install Mechanism
This is an instruction-only skill with no install spec, which is low-risk by itself. However, the runtime depends on external scripts (wechat_publish.cjs) and a Node runtime; absence of an install step or bundled code means user must supply those artifacts. The skill should declare that dependency and/or include installation instructions.
Credentials
The SKILL.md explicitly requires WeChat API credentials in a .env and will use them when running scripts, but the registry metadata lists no required environment variables or primary credential. That omission is disproportionate: credentials named like APPID/SECRET/TOKEN are expected here and should be declared. Users need to know exactly which secrets will be accessed.
Persistence & Privilege
The skill does not request persistent 'always' inclusion or elevated platform privileges. It is user-invocable and allows autonomous invocation (default), which is normal and not flagged alone.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-publish-workflow - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-publish-workflow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of wechat-publish-workflow (v1.0.0)
- Automates WeChat public account publishing: visual formatting → chief editor review → API publishing → data analysis.
- Supports Markdown-to-WeChat formatting, with image uploads and preview before publishing.
- Enforces editorial review and explicit user confirmation before publishing.
- Provides post-publishing data tracking and review, with flexible task skipping for formatting or analysis.
元数据
常见问题
微信公众号自动排版发布---一键发布 是什么?
微信公众号发布流水线:视觉排版→主编审核→API发布→数据复盘。在已有Markdown定稿基础上执行微信格式化和发布。触发词:发布到微信、微信排版、微信发布。需先完成内容创作。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。
如何安装 微信公众号自动排版发布---一键发布?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-publish-workflow」即可一键安装,无需额外配置。
微信公众号自动排版发布---一键发布 是免费的吗?
是的,微信公众号自动排版发布---一键发布 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
微信公众号自动排版发布---一键发布 支持哪些平台?
微信公众号自动排版发布---一键发布 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 微信公众号自动排版发布---一键发布?
由 Little-ke(@little-ke)开发并维护,当前版本 v1.0.0。
推荐 Skills