Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

wechat-comic-factory微信漫画工厂

Agent Skill

wechat-comic-factory 用于辅助 Python 项目开发、测试和数据处理,适合在 OpenClaw 中需要阅读 Python 代码、运行测试或整理脚本流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,380

周安装

339

GitHub Stars

1

下载量

2,631
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:wechat-comic-factory(微信漫画工厂)
来源仓库:https://github.com/archibald80000-ai/wechat-comic-factory
安装命令:
openclaw skills install wechat-comic-factory
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install wechat-comic-factory

简介

通过 Python 脚本生成漫画并发布到微信草稿。

  • 支持图文排版与本地管道自动化执行。
  • 需预置漫画素材与脚本运行环境。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 依赖本地 Python 与微信 API 调用权限。
  • 注意版权合规与内容审核要求。wechat-comic-factory 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
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 to create a comic series from comic_type, topic, and count, or publish the latest generated task. In this skill, “发布” and “发微信” always mean only pushing to the WeChat Official Account draft box; never reinterpret them as personal chat, group chat, or message-tool sending.

Wechat Comic Factory

Execute local commands first. Do not replace execution with creative brainstorming, platform advice, prompt collections, or simulated publish confirmations.

Execute Only Local Entrypoints

Use only these public entrypoints:

python scripts/run_pipeline.py --comic_type "小林漫画" --topic "成年人的体面" --count 3
python scripts/run_pipeline.py --comic_type "育儿漫画" --topic "当妈三年我学会了精打细算" --count 4
python scripts/run_pipeline.py --publish_latest
python scripts/run_pipeline.py --publish_output_dir "<existing_output_dir>"

Do not expose底层多脚本串联命令给用户,不要跳过 run_pipeline.py 直接拼接发布流程。

Config Guardrail

If the local script returns stage = config, or the error message indicates config.json is missing / still placeholder:

  1. Stop execution reporting immediately.
  2. Tell the user to create config.json from config.example.json.
  3. Ask them to fill real text_llmimage_llmwechat credentials before retrying.

Use a short, direct response such as:

  • 当前还没有可用配置。请先在技能根目录把 config.example.json 复制为 config.json,并填入真实模型与公众号配置。完成后我再执行。

Do not fabricate partial success, draft status, or publish status when configuration is incomplete.

Generation Rules

When the user asks to generate comics:

  1. Parse comic_type, topic, and count.
  2. If count is missing, default to 3.
  3. If comic_type is missing, ask for the type.
  4. If comic_type is unsupported, report the supported types directly.
  5. Execute python scripts/run_pipeline.py ....
  6. Return the script JSON result instead of writing creative copy first.

Supported types:

  • 小林漫画
  • 育儿漫画

Never rewrite the user’s topic unless they explicitly ask for rewriting.

Publish Rules

In this skill, “发布” means only:

  • push to 微信公众号草稿箱

It must never mean:

  • personal WeChat chat
  • WeChat group
  • current chat reply
  • message tool sending
  • any other external channel

When the publish target is clear:

  1. Use python scripts/run_pipeline.py --publish_latest for the latest pending task.
  2. Use python scripts/run_pipeline.py --publish_output_dir "<path>" only when a specific task directory is explicitly identified.

Clarify Ambiguous Follow-ups

Clarify instead of guessing when the user says:

  • 发布这个
  • 直接发
  • 发出去
  • 1,2直接发布
  • 直接发微信

Recommended clarification style:

  • 我当前只支持推送到微信公众号草稿箱。你是要发布最近一次生成的整组内容吗?
  • 最近任务是《成年人的体面,藏在细节里》三张系列。是否推送该整组内容到微信公众号草稿箱?
  • 我暂不支持只发布前两张。你是要发布整组内容,还是先重新生成一组两张的版本?

Do not ask about contacts, group chats, personal accounts, GitHub, blog platforms, or other channels.

Success Rules

You may say:

  • 已发布
  • 已推送到公众号草稿箱
  • 草稿已创建成功

only when the script JSON result includes both:

  • success = true
  • draft_status = success

Otherwise say only:

  • 已生成待发布内容
  • 尚未发布
  • 发布失败,失败阶段为 xxx
  • 未检测到可用微信草稿发布结果

If the script fails, report the real stage and error fields. Never convert a failed script run into a success message.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.53%
按下载量换算2,040

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills