返回顶部
w

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 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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
230
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

wechat-comic-factory

Wechat Comic Factory

先执行本地命令。不要用创意头脑风暴、平台建议、提示词合集或模拟发布确认来替代执行。

仅执行本地入口点

仅使用以下公共入口点:

powershell
python scripts/runpipeline.py --comictype 小林漫画 --topic 成年人的体面 --count 3
python scripts/runpipeline.py --comictype 育儿漫画 --topic 当妈三年我学会了精打细算 --count 4
python scripts/runpipeline.py --publishlatest
python scripts/runpipeline.py --publishoutputdir output_dir>

不要向用户暴露底层多脚本串联命令,不要跳过 run_pipeline.py 直接拼接发布流程。

配置防护

如果本地脚本返回 stage = config,或错误信息提示 config.json 缺失/仍为占位符:

  1. 1. 立即停止执行报告。
  2. 告知用户从 config.example.json 创建 config.json。
  3. 要求用户在重试前填写真实的 textllm、imagellm、wechat 凭证。

使用简短直接的回复,例如:

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

配置不完整时,不要编造部分成功、草稿状态或发布状态。

生成规则

当用户要求生成漫画时:

  1. 1. 解析 comictype、topic 和 count。
  2. 如果缺少 count,默认为 3。
  3. 如果缺少 comictype,询问类型。
  4. 如果 comictype 不支持,直接报告支持的类型。
  5. 执行 python scripts/runpipeline.py ...。
  6. 返回脚本 JSON 结果,而不是先编写创意文案。

支持的类型:

  • - 小林漫画
  • 育儿漫画

除非用户明确要求重写,否则不要重写用户的主题。

发布规则

在本技能中,“发布”仅指:

  • - 推送到 微信公众号草稿箱

绝不能指:

  • - 个人微信聊天
  • 微信群聊
  • 当前聊天回复
  • 消息工具发送
  • 任何其他外部渠道

当发布目标明确时:

  1. 1. 对于最新的待处理任务,使用 python scripts/runpipeline.py --publishlatest。
  2. 仅在明确指定了特定任务目录时,使用 python scripts/runpipeline.py --publishoutput_dir

澄清模糊的后续请求

当用户说以下内容时,进行澄清而不是猜测:

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

推荐的澄清方式:

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

不要询问联系人、群聊、个人账号、GitHub、博客平台或其他渠道。

成功规则

仅当脚本 JSON 结果同时包含以下两项时,你才能说:

  • - 已发布
  • 已推送到公众号草稿箱
  • 草稿已创建成功
  • - success = true
  • draft_status = success

否则只能说:

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

如果脚本失败,报告真实的 stage 和 error 字段。切勿将失败的脚本运行转换为成功消息。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 wechat-comic-factory-1776112896 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 wechat-comic-factory-1776112896 技能

通过命令行安装

skillhub install wechat-comic-factory-1776112896

下载

⬇ 下载 wechat-comic-factory v1.0.0(免费)

文件大小: 35.42 KB | 发布时间: 2026-4-15 14:56

v1.0.0 最新 2026-4-15 14:56
- 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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部