← 返回 Skills 市场
wechat-comic-factory
作者
archibald80000-ai
· GitHub ↗
· v1.0.0
· MIT-0
272
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-comic-factory
功能描述
Generate WeChat comic articles and publish them to the WeChat Official Account draft box by executing local Python pipeline scripts. Use when the user wants...
安全使用建议
This skill appears internally coherent, but take these practical precautions before running it: 1) Do not place real API keys in the repo or share config.json; keep config.json in the local skill folder and fill only the required fields (text_llm, image_llm, wechat). 2) Review the included scripts (especially publish_draft.py and any helper functions in common.py) to confirm they call only the expected endpoints (WeChat API, configured LLM/image APIs) and don't exfiltrate data to unknown hosts. 3) Run in an isolated environment (virtualenv/container) and inspect output/logs/ output/latest_task.json before claiming success. 4) Be aware tokens may be cached under logs/wechat_access_token.json and task results under output/; treat those files as sensitive. 5) If you need stricter guarantees, run the pipeline manually from a terminal rather than allowing autonomous agent invocation, and verify responses from the scripts include success=true and draft_status=success before announcing a publish.
功能分析
Type: OpenClaw Skill
Name: wechat-comic-factory
Version: 1.0.0
The skill bundle is a legitimate automation pipeline for generating WeChat comic articles using LLMs and image generation APIs. It orchestrates a multi-stage process (planning, image generation, compression, and HTML formatting) and includes a final step to push content to the WeChat Official Account draft box. The code follows secure practices by using a local 'config.json' for sensitive credentials (API keys for DeepSeek, DashScope, and WeChat) and includes defensive instructions in SKILL.md to prevent the AI agent from hallucinating success or bypassing configuration checks. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found across the scripts (run_pipeline.py, common.py, etc.).
能力评估
Purpose & Capability
Name/description match the actual behavior: local Python pipeline scripts generate images/text, assemble HTML/Markdown, compress/upload images and create WeChat draft(s). The example config and scripts reference text/image LLMs and WeChat credentials, which are expected for this functionality.
Instruction Scope
SKILL.md explicitly limits execution to local entrypoints (scripts/run_pipeline.py variants), requires config.json to contain model and WeChat credentials, and instructs the agent not to fabricate results. The instructions do not ask the agent to read unrelated system files or environment variables beyond the skill directory.
Install Mechanism
No install spec or remote downloads; the skill is delivered as local Python scripts with a requirements.txt. This is low-risk from an install mechanism perspective (nothing fetched from arbitrary URLs).
Credentials
The registry metadata declares no required env vars; the code expects a local config.json containing API keys for the text LLM, image LLM (DashScope-like), and WeChat appid/appsecret — these are proportionate to the stated purpose. No unrelated credentials or external service tokens are requested in the manifest.
Persistence & Privilege
always:false and the skill does not request system-wide privileges. It writes runtime artifacts (output/, logs/, token cache) under the project directory, which is expected for a local pipeline and draft publishing workflow.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-comic-factory - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-comic-factory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of wechat-comic-factory with strict, script-based WeChat comic generation and publishing workflow.
- All commands map directly to specified python scripts; only allowed publish target is the WeChat Official Account draft box.
- Automatic extraction and validation of comic_type, topic, and count; prompts for missing or unsupported parameters.
- Ambiguous publishing requests are refused until clarified; only clear, fully supported instructions are executed.
- Only factual script JSON results are returned; no creativity, intermediate suggestions, or alternative publishing channels allowed.
- Clear separation of successful and failed states based strictly on script output.
元数据
常见问题
wechat-comic-factory 是什么?
Generate WeChat comic articles and publish them to the WeChat Official Account draft box by executing local Python pipeline scripts. Use when the user wants... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 272 次。
如何安装 wechat-comic-factory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-comic-factory」即可一键安装,无需额外配置。
wechat-comic-factory 是免费的吗?
是的,wechat-comic-factory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
wechat-comic-factory 支持哪些平台?
wechat-comic-factory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wechat-comic-factory?
由 archibald80000-ai(@archibald80000-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills