← Back to Skills Marketplace
little-ke

微信公众号自动排版发布---一键安装

by Little-ke · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
136
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wechat-publisher-setup
Description
部署微信公众号发布Agent团队(画境视觉设计+数澜运营发布),含封面设计、排版美化、API发布、数据分析。使用 /wechat-publisher-setup 触发部署,需先安装 content-creation。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-publisher-setup
  3. After installation, invoke the skill by name or use /wechat-publisher-setup
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug wechat-publisher-setup
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 微信公众号自动排版发布---一键安装?

部署微信公众号发布Agent团队(画境视觉设计+数澜运营发布),含封面设计、排版美化、API发布、数据分析。使用 /wechat-publisher-setup 触发部署,需先安装 content-creation。 It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.

How do I install 微信公众号自动排版发布---一键安装?

Run "/install wechat-publisher-setup" 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.

💬 Comments