← Back to Skills Marketplace
archibald80000-ai

wechat-comic-factory

by archibald80000-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
272
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wechat-comic-factory
Description
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...
Usage Guidance
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.
Capability Analysis
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.).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-comic-factory
  3. After installation, invoke the skill by name or use /wechat-comic-factory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug wechat-comic-factory
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 272 downloads so far.

How do I install wechat-comic-factory?

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

Is wechat-comic-factory free?

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

Which platforms does wechat-comic-factory support?

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

Who created wechat-comic-factory?

It is built and maintained by archibald80000-ai (@archibald80000-ai); the current version is v1.0.0.

💬 Comments