← 返回 Skills 市场
mindy-youmind

youmind-wechat-article

作者 YouMind · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
431
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install youmind-wechat-article
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /youmind-wechat-article 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug youmind-wechat-article
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 431 次。

如何安装 youmind-wechat-article?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install youmind-wechat-article」即可一键安装,无需额外配置。

youmind-wechat-article 是免费的吗?

是的,youmind-wechat-article 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

youmind-wechat-article 支持哪些平台?

youmind-wechat-article 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 youmind-wechat-article?

由 YouMind(@mindy-youmind)开发并维护,当前版本 v1.0.1。

💬 留言讨论