baoyu-comic — community baoyu-comic, inbound-recorder-system, community, ide skills

v1.0.0

About this Skill

Perfect for Creative Agents needing advanced knowledge comic generation capabilities with Flask and SQLite Knowledge comic creator supporting multiple styles (Logicomix/Ligne Claire, Ohmsha manga guide). Creates original educational comics with detailed panel layouts and sequential image generation. Use wh

sayanget sayanget
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 9/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
9/11
Quality Score
54
Canonical Locale
en
Detected Body Locale
en

Perfect for Creative Agents needing advanced knowledge comic generation capabilities with Flask and SQLite Knowledge comic creator supporting multiple styles (Logicomix/Ligne Claire, Ohmsha manga guide). Creates original educational comics with detailed panel layouts and sequential image generation. Use wh

Core Value

Empowers agents to generate original knowledge comics with multiple visual styles, such as dramatic, warm, and tech, and various layouts, including cinematic and webtoon, utilizing automated email reports for seamless content delivery

Ideal Agent Persona

Perfect for Creative Agents needing advanced knowledge comic generation capabilities with Flask and SQLite

Capabilities Granted for baoyu-comic

Generating knowledge comics from Markdown sources
Customizing comic styles and layouts for diverse content
Automating email reports for content creators and developers

! Prerequisites & Limits

  • Requires Flask and SQLite setup
  • Limited to specific visual styles and layouts
  • Dependent on Markdown source files

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is baoyu-comic?

Perfect for Creative Agents needing advanced knowledge comic generation capabilities with Flask and SQLite Knowledge comic creator supporting multiple styles (Logicomix/Ligne Claire, Ohmsha manga guide). Creates original educational comics with detailed panel layouts and sequential image generation. Use wh

How do I install baoyu-comic?

Run the command: npx killer-skills add sayanget/inbound-recorder-system/baoyu-comic. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for baoyu-comic?

Key use cases include: Generating knowledge comics from Markdown sources, Customizing comic styles and layouts for diverse content, Automating email reports for content creators and developers.

Which IDEs are compatible with baoyu-comic?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for baoyu-comic?

Requires Flask and SQLite setup. Limited to specific visual styles and layouts. Dependent on Markdown source files.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add sayanget/inbound-recorder-system/baoyu-comic. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use baoyu-comic immediately in the current project.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

baoyu-comic

Install baoyu-comic, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Knowledge Comic Creator

Create original knowledge comics with multiple visual styles.

Usage

bash
1/baoyu-comic posts/turing-story/source.md 2/baoyu-comic posts/turing-story/source.md --style dramatic --layout cinematic 3/baoyu-comic # then paste content

Options

OptionValues
--styleclassic (default), dramatic, warm, tech, sepia, vibrant, ohmsha
--layoutstandard (default), cinematic, dense, splash, mixed, webtoon

Style × Layout can be freely combined.

Auto Selection

Content SignalsStyleLayout
Tutorial, how-to, beginnerohmshawebtoon
Computing, AI, programmingtechdense
Pre-1950, classical, ancientsepiacinematic
Personal story, mentorwarmstandard
Conflict, breakthroughdramaticsplash
Biography, balancedclassicmixed

File Structure

[target]/
├── outline.md
├── characters/
│   ├── characters.md    # Character definitions
│   └── characters.png   # Character reference sheet
├── prompts/
│   ├── 00-cover.md
│   └── XX-page.md
├── 00-cover.png
└── XX-page.png

Target directory:

  • With source path: [source-dir]/comic/
  • Without source: comic-outputs/YYYY-MM-DD/[topic-slug]/

Workflow

Step 1: Analyze Content

  1. Read source content
  2. Select style (from --style or auto-detect)
  3. Select layout (from --layout or auto-detect per page)
  4. Determine page count:
    • Short story: 5-8 pages
    • Medium complexity: 9-15 pages
    • Full biography: 16-25 pages

Step 2: Define Characters

Purpose: Establish visual consistency across all pages.

  1. Extract all characters from content (protagonist, supporting, antagonist, narrator)
  2. Create characters/characters.md with visual specs for each character
  3. Generate characters/characters.png (character reference sheet)

Reference: references/character-template.md for detailed format and examples.

Step 3: Generate Outline

Create outline.md with:

  • Metadata (title, style, layout, page count, character reference path)
  • Cover design
  • Each page: layout, panel breakdown, visual prompts

Reference: references/outline-template.md for detailed format.

Step 4: Generate Images

For each page (cover + pages):

  1. Save prompt to prompts/XX-page.md
  2. Call image generation skill with:
    • Base prompt: references/base-prompt.md
    • Character reference (text or image, depending on skill capability)
    • Page prompt
    • Output path

Image Generation Skill Selection:

  • Check available image generation skills in the environment
  • Adapt parameters based on skill capabilities:
    • If supports --promptfiles: pass prompt files
    • If supports reference image: pass characters/characters.png
    • If text-only: concatenate prompts into single text
  • If multiple skills available, ask user preference
  1. Report progress after each generation

Step 5: Completion Report

Comic Complete!
Title: [title] | Style: [style] | Pages: [count]
Location: [path]
✓ characters.png
✓ 00-cover.png ... XX-page.png

Style-Specific Guidelines

Ohmsha Style (--style ohmsha)

Additional requirements for educational manga:

  • Default characters: Student (大雄), Mentor (哆啦A梦), Antagonist (胖虎)
  • Custom: --characters "Student:小明,Mentor:教授"
  • Must use visual metaphors (gadgets, action scenes) - NO talking heads
  • Page titles: narrative style, not "Page X: Topic"

Reference: references/ohmsha-guide.md for detailed guidelines.

References

Detailed templates and guidelines in references/ directory:

  • character-template.md - Character definition format and examples
  • outline-template.md - Outline structure and panel breakdown
  • ohmsha-guide.md - Ohmsha manga style specifics
  • styles/ - Detailed style definitions
  • layouts/ - Detailed layout definitions

Related Skills

Looking for an alternative to baoyu-comic or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer