← 返回 Skills 市场
136
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-publisher-setup
功能描述
部署微信公众号发布Agent团队(画境视觉设计+数澜运营发布),含封面设计、排版美化、API发布、数据分析。使用 /wechat-publisher-setup 触发部署,需先安装 content-creation。
安全使用建议
This package mostly does what it claims (deploys two local agents and provides a Node script to call WeChat APIs), but there are clear inconsistencies you should address before trusting it: 1) The SKILL.md tells you to store credentials at ~/.openclaw/workspace-wechat-publisher/.env, but the script (wechat_publish.cjs) reads ~/.openclaw/workspace-content-team/.env and caches tokens in that other directory. That means the script may read or write credentials in a different workspace than the one the installer creates. 2) The setup script invokes the openclaw CLI to register agents and requires certain existing agents; inspect the commands it will run (it uses execSync) and consider running it in a controlled environment or doing a dry run. Recommended actions: - Do not enter real AppID/AppSecret until you confirm and fix the path mismatch in wechat_publish.cjs (search for defaultEnvPath/defaultTokenCachePath and change to workspace-wechat-publisher). - Inspect the scripts locally (they are small) to verify they only contact api.weixin.qq.com and do not exfiltrate data elsewhere. - If you will use this on production credentials, back up your existing ~/.openclaw directory and run the setup in an isolated account or VM first. - Ask the skill author to correct the inconsistent workspace names and to explicitly declare which config path the script will use. If you cannot get a corrected version, consider manually deploying the templates and using a vetted WeChat publish tool instead.
功能分析
Type: OpenClaw Skill
Name: wechat-publisher-setup
Version: 1.0.0
The skill bundle is designed to automate the setup of a WeChat publishing agent team, including visual design and operational analysis agents. It manages sensitive WeChat API credentials by prompting the user and storing them in a local .env file with restricted permissions (600). While there is a functional inconsistency (likely a copy-paste bug) where the publishing script (wechat_publish.cjs) looks for credentials in a different workspace directory than the one created by the setup instructions (SKILL.md), the behavior is entirely aligned with the stated purpose. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (WeChat publisher setup) align with requiring Node and providing scripts/templates for two agents. The requested capabilities (deploy templates, write an .env with AppID/AppSecret, call WeChat API) are consistent with the stated purpose.
Instruction Scope
SKILL.md instructs storing credentials at ~/.openclaw/workspace-wechat-publisher/.env and copying scripts into that workspace. However, the runtime script (wechat_publish.cjs) is coded to load environment from ~/.openclaw/workspace-content-team/.env (and cache token in workspace-content-team). The script will error unless a differently-named workspace exists, and — more importantly — will read/write files in a workspace directory that is NOT the one the deploy instructions create. This is a scope mismatch and could cause the skill to read other workspaces' credentials or write token cache into a different workspace than expected. The setup script also enforces the presence of a content-creation team by parsing openclaw agents list in a slightly different way than the SKILL.md describes (checks for specific agent ids).
Install Mechanism
No remote downloads or package installs; the skill is instruction-heavy and ships two local Node scripts which are copied into the user's ~/.openclaw workspace. No suspicious external URLs or archive extraction steps are present.
Credentials
The skill does not declare required env vars in registry metadata (none declared) but asks the user to input WECHAT AppID/AppSecret and then writes them to an .env in ~/.openclaw/workspace-wechat-publisher/.env. Meanwhile the script looks for and caches tokens in ~/.openclaw/workspace-content-team (a different path). That means the executable will access config paths belonging to another workspace (workspace-content-team), which is disproportionate and incoherent: either the SKILL.md or the script is wrong. This introduces risk of accidental access to credentials from other workspaces.
Persistence & Privilege
The skill writes files into the user's home (~/.openclaw/workspace-wechat-publisher) and registers agents via the openclaw CLI — expected for a deployment tool. It does not request 'always: true' or alter other skills' configurations explicitly, but because the script targets a different workspace path (workspace-content-team) it may create or modify files outside its own workspace which is a privilege concern.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-publisher-setup - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-publisher-setup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the WeChat Publisher Agent deployment tool.
- Adds step-by-step deployment for a 2-person WeChat publishing team (visual design + data operations).
- Guides API integration: prompts for account type, AppID, and AppSecret.
- Automates agent registration (huajing: design, shulan: analytics) and file setup.
- Checks for required dependencies (OpenClaw, content-creation team).
- Provides error handling and deployment status feedback throughout the process.
- Deployment is triggered via /wechat-publisher-setup.
元数据
常见问题
微信公众号自动排版发布---一键安装 是什么?
部署微信公众号发布Agent团队(画境视觉设计+数澜运营发布),含封面设计、排版美化、API发布、数据分析。使用 /wechat-publisher-setup 触发部署,需先安装 content-creation。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。
如何安装 微信公众号自动排版发布---一键安装?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-publisher-setup」即可一键安装,无需额外配置。
微信公众号自动排版发布---一键安装 是免费的吗?
是的,微信公众号自动排版发布---一键安装 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
微信公众号自动排版发布---一键安装 支持哪些平台?
微信公众号自动排版发布---一键安装 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 微信公众号自动排版发布---一键安装?
由 Little-ke(@little-ke)开发并维护,当前版本 v1.0.0。
推荐 Skills