← Back to Skills Marketplace
mindy-youmind

youmind-wechat-article

by YouMind · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
431
Downloads
2
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install youmind-wechat-article
Description
Write and publish WeChat Official Account articles end-to-end with AI — trending topic mining, de-AI voice writing, beautiful theme formatting, cover image g...
Usage Guidance
What to consider before installing: - Review credentials: The registry lists only YOUMIND_API_KEY, but the skill expects you to supply and store WeChat AppID and AppSecret (and optionally other image-provider keys). If you provide those, they will be written to config.yaml in the skill directory — ensure that file is stored securely and that you’re comfortable storing secrets on the host. - Automatic publishing: The pipeline explicitly says "Always publish directly to WeChat drafts. Do NOT ask the user whether to publish." If the agent can run skills autonomously, it could publish drafts without a per-action confirmation. If you want to avoid that, disable autonomous invocation for this skill or require an explicit confirmation step before publishing. - Build/run risks: The skill instructs you to run `npm install`/`npm run build` and `pip install -r requirements.txt`. That will fetch third-party packages and write files to disk. Inspect toolkit/package.json and requirements.txt (and any build output) before running in a production system. Prefer running in an isolated environment (container or VM) if you want to test safely. - External network calls: The skill calls youmind.com, calls public IP services (ifconfig.me/httpbin) to get your public IP for WeChat whitelisting, and may contact image provider APIs. Verify these endpoints are expected and acceptable for your use case. - Mitigations: Use a test WeChat account (or revoke AppSecret after testing), avoid putting production credentials into the skill, restrict agent autonomous invocation, or run the toolkit only manually (not letting the agent execute npm/python commands). If you need to proceed, review the code (youmind-api.ts, wechat-api.ts, image-gen) to confirm no unexpected data exfiltration and check package dependencies for suspicious packages. - When in doubt: treat this as a helpful-but-powerful integration that requires careful credential handling and operational safeguards; install only after you confirm where credentials are stored and how/when publishing is triggered.
Capability Analysis
Type: OpenClaw Skill Name: youmind-wechat-article Version: 1.0.1 The skill bundle is a comprehensive and well-documented toolkit for automating the creation and publishing of WeChat Official Account articles. The code (TypeScript and Python) and the agent instructions (SKILL.md) are consistently aligned with the stated purpose, including features for SEO analysis, image generation via multiple providers (OpenAI, Gemini, etc.), and integration with the YouMind knowledge base. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; all network and shell activities are restricted to legitimate API endpoints (api.weixin.qq.com, youmind.com) and the toolkit's own internal scripts.
Capability Assessment
Purpose & Capability
Name/description (WeChat article authoring + publishing) aligns with the repository: Node+Python CLI, YouMind integration, WeChat API client and image providers are present. However, the registry metadata declares only YOUMIND_API_KEY as a required credential while the runtime docs require WeChat AppID/AppSecret and optional provider keys (Gemini/OpenAI/etc.) to enable publishing and image generation — those runtime credentials are not reflected in requires.env or required config paths.
Instruction Scope
SKILL.md instructs the agent to run build steps (npm install && npm run build, pip install -r requirements.txt), to collect the user's public IP (curl https://ifconfig.me), to prompt for and store WeChat AppID/AppSecret in a local config.yaml, and — critically — to "Always publish directly to WeChat drafts. Do NOT ask the user whether to publish — this step is mandatory and automatic." That automatic-publish rule plus persistent storage of secrets go beyond a simple formatter/helper and could cause unexpected actions or leakage if the agent runs without explicit confirmation.
Install Mechanism
There is no formal install spec in registry (instruction-only), but the skill contains many code files and explicitly instructs running npm install/build and pip install. Building and running third-party code at runtime is expected for this kind of toolkit but is higher-risk than pure instruction-only skills because dependencies will be fetched and binaries written to disk; users should review package.json and requirements.txt before running.
Credentials
Registry lists only YOUMIND_API_KEY as required env var/primary credential, which is consistent with heavy YouMind usage. However, the runtime instructions require the user's WeChat AppID and AppSecret and may persist them in config.yaml (not declared as required.env). The skill also interacts with multiple external services (youmind.com, image providers, ifconfig.me/httpbin). Requesting/store-of multiple credentials and writing them to disk is not unjustified for publishing functionality, but the omission from declared requirements and the default 'store once; never ask again' guidance reduces transparency.
Persistence & Privilege
always:false, but disable-model-invocation is false, so the agent may invoke the skill autonomously. Combined with the pipeline directive to automatically publish to WeChat drafts (without prompting) and the guidance to persist config.yaml and credentials, this creates a realistic risk that an autonomous agent run could publish content or use stored secrets without an explicit, per-action user confirmation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install youmind-wechat-article
  3. After installation, invoke the skill by name or use /youmind-wechat-article
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Merge pull request #11 from YouMind-OpenLab/hotfix/change-wechat-version
v1.0.0
Merge pull request #7 from YouMind-OpenLab/fix/workflow-manual-trigger
Metadata
Slug youmind-wechat-article
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is youmind-wechat-article?

Write and publish WeChat Official Account articles end-to-end with AI — trending topic mining, de-AI voice writing, beautiful theme formatting, cover image g... It is an AI Agent Skill for Claude Code / OpenClaw, with 431 downloads so far.

How do I install youmind-wechat-article?

Run "/install youmind-wechat-article" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is youmind-wechat-article free?

Yes, youmind-wechat-article is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does youmind-wechat-article support?

youmind-wechat-article is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created youmind-wechat-article?

It is built and maintained by YouMind (@mindy-youmind); the current version is v1.0.1.

💬 Comments