Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and sequential image genera...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install baoyu-comic或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install baoyu-comic⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/baoyu-comic/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: baoyu-comic description: Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and sequential image generation. Use when user asks to create "知识漫画", "教育漫画", "biography comic", "tutorial comic", or "Logicomix-style comic". version: 1.56.1 metadata: openclaw: homepage: https://github.com/JimLiu/baoyu-skills#baoyu-comic requires: anyBins: - bun - npx ---
Create original knowledge comics with flexible art style × tone combinations.
/baoyu-comic posts/turing-story/source.md
/baoyu-comic article.md --art manga --tone warm
/baoyu-comic # then paste content
| Option | Values | Description | |--------|--------|-------------| | --art | ligne-claire (default), manga, realistic, ink-brush, chalk | Art style / rendering technique | | --tone | neutral (default), warm, dramatic, romantic, energetic, vintage, action | Mood / atmosphere | | --layout | standard (default), cinematic, dense, splash, mixed, webtoon | Panel arrangement | | --aspect | 3:4 (default, portrait), 4:3 (landscape), 16:9 (widescreen) | Page aspect ratio | | --lang | auto (default), zh, en, ja, etc. | Output language |
| Option | Description | |--------|-------------| | --storyboard-only | Generate storyboard only, skip prompts and images | | --prompts-only | Generate storyboard + prompts, skip images | | --images-only | Generate images from existing prompts directory | | --regenerate N | Regenerate specific page(s) only (e.g., 3 or 2,5,8) |
Details: references/partial-workflows.md
| Style | 中文 | Description | |-------|------|-------------| | ligne-claire | 清线 | Uniform lines, flat colors, European comic tradition (Tintin, Logicomix) | | manga | 日漫 | Large eyes, manga conventions, expressive emotions | | realistic | 写实 | Digital painting, realistic proportions, sophisticated | | ink-brush | 水墨 | Chinese brush strokes, ink wash effects | | chalk | 粉笔 | Chalkboard aesthetic, hand-drawn warmth |
| Tone | 中文 | Description | |------|------|-------------| | neutral | 中性 | Balanced, rational, educational | | warm | 温馨 | Nostalgic, personal, comforting | | dramatic | 戏剧 | High contrast, intense, powerful | | romantic | 浪漫 | Soft, beautiful, decorative elements | | energetic | 活力 | Bright, dynamic, exciting | | vintage | 复古 | Historical, aged, period authenticity | | action | 动作 | Speed lines, impact effects, combat |
Presets with special rules beyond art+tone:
| Preset | Equivalent | Special Rules | |--------|-----------|---------------| | --style ohmsha | --art manga --tone neutral | Visual metaphors, NO talking heads, gadget reveals | | --style wuxia | --art ink-brush --tone action | Qi effects, combat visuals, atmospheric elements | | --style shoujo | --art manga --tone romantic | Decorative elements, eye details, romantic beats |
| Art Style | ✓✓ Best | ✓ Works | ✗ Avoid | |-----------|---------|---------|---------| | ligne-claire | neutral, warm | dramatic, vintage, energetic | romantic, action | | manga | neutral, romantic, energetic, action | warm, dramatic | vintage | | realistic | neutral, warm, dramatic, vintage | action | romantic, energetic | | ink-brush | neutral, dramatic, action, vintage | warm | romantic, energetic | | chalk | neutral, warm, energetic | vintage | dramatic, action, romantic |
Details: references/auto-selection.md
Content signals determine default art + tone + layout (or preset):
| Content Signals | Recommended | |-----------------|-------------| | Tutorial, how-to, programming, educational | ohmsha preset | | Pre-1950, classical, ancient | realistic + vintage | | Personal story, mentor | ligne-claire + warm | | Martial arts, wuxia | wuxia preset | | Romance, school life | shoujo preset | | Biography, balanced | ligne-claire + neutral |
When preset is recommended: Load references/presets/{preset}.md and apply all special rules.
Details: references/auto-selection.md
Important: All scripts are located in the scripts/ subdirectory of this skill.
Agent Execution Instructions:
{baseDir}{baseDir}/scripts/.ts {baseDir} in this document with the actual path${BUN_X} runtime: if bun installed → bun; if npx available → npx -y bun; else suggest installing bunScript Reference: | Script | Purpose | |--------|---------| | scripts/merge-to-pdf.ts | Merge comic pages into PDF |
Output directory: comic/{topic-slug}/
alan-turing-bio)turing-story-20260118-143052)Contents: | File | Description | |------|-------------| | source-{slug}.{ext} | Source files | | analysis.md | Content analysis | | storyboard.md | Storyboard with panel breakdown | | characters/characters.md | Character definitions | | characters/characters.png | Character reference sheet | | prompts/NN-{cover\|page}-[slug].md | Generation prompts | | NN-{cover\|page}-[slug].png | Generated images | | {topic-slug}.pdf | Final merged PDF |
Detection Priority:
--lang flag (explicit)language settingRule: Use user's input language or saved language preference for ALL interactions:
Technical terms remain in English.
Comic Progress:
- [ ] Step 1: Setup & Analyze
- [ ] 1.1 Preferences (EXTEND.md) ⛔ BLOCKING
- [ ] Found → load preferences → continue
- [ ] Not found → run first-time setup → MUST complete before other steps
- [ ] 1.2 Analyze, 1.3 Check existing
- [ ] Step 2: Confirmation - Style & options ⚠️ REQUIRED
- [ ] Step 3: Generate storyboard + characters
- [ ] Step 4: Review outline (conditional)
- [ ] Step 5: Generate prompts
- [ ] Step 6: Review prompts (conditional)
- [ ] Step 7: Generate images ⚠️ CHARACTER REF REQUIRED
- [ ] 7.1 Generate character sheet FIRST → characters/characters.png
- [ ] 7.2 Generate pages WITH --ref characters/characters.png
- [ ] Step 8: Merge to PDF
- [ ] Step 9: Completion report
Input → [Preferences] ─┬─ Found → Continue
│
└─ Not found → First-Time Setup ⛔ BLOCKING
│
└─ Complete setup → Save EXTEND.md → Continue
│
┌─────────────────────────────────────────────────────────────────────┘
↓
Analyze → [Check Existing?] → [Confirm: Style + Reviews] → Storyboard → [Review?] → Prompts → [Review?] → Images → PDF → Complete
...
安装 Baoyu Comic 后,可以对 AI 说这些话来触发它
Help me get started with Baoyu Comic
Explains what Baoyu Comic does, walks through the setup, and runs a quick demo based on your current project
Use Baoyu Comic to knowledge comic creator supporting multiple art styles and tones
Invokes Baoyu Comic with the right parameters and returns the result directly in the conversation
What can I do with Baoyu Comic in my design & creative workflow?
Lists the top use cases for Baoyu Comic, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/baoyu-comic/ 目录(个人级,所有项目可用),或 .claude/skills/baoyu-comic/(项目级)。重启 AI 客户端后,用 /baoyu-comic 主动调用,或让 AI 根据上下文自动发现并使用。
Baoyu Comic 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Baoyu Comic 可免费安装使用。请查阅仓库了解许可证信息。
Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and sequential image genera...
Baoyu Comic 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Baoyu Comic
Identifies repetitive steps in your workflow and sets up Baoyu Comic to handle them automatically