← Back to Skills Marketplace
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-publish-workflow
Description
微信公众号发布流水线:视觉排版→主编审核→API发布→数据复盘。在已有Markdown定稿基础上执行微信格式化和发布。触发词:发布到微信、微信排版、微信发布。需先完成内容创作。
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-publish-workflow - After installation, invoke the skill by name or use
/wechat-publish-workflow - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 微信公众号自动排版发布---一键发布?
微信公众号发布流水线:视觉排版→主编审核→API发布→数据复盘。在已有Markdown定稿基础上执行微信格式化和发布。触发词:发布到微信、微信排版、微信发布。需先完成内容创作。 It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install 微信公众号自动排版发布---一键发布?
Run "/install wechat-publish-workflow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 微信公众号自动排版发布---一键发布 free?
Yes, 微信公众号自动排版发布---一键发布 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 微信公众号自动排版发布---一键发布 support?
微信公众号自动排版发布---一键发布 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 微信公众号自动排版发布---一键发布?
It is built and maintained by Little-ke (@little-ke); the current version is v1.0.0.
More Skills