baoyu-comic

Generates multi-page educational knowledge comics from source content using image generation.

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/vivekgoquest/hermes-agent-stable --skill baoyu-comic-vivekgoquest
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: baoyu-comic
Source: https://github.com/vivekgoquest/hermes-agent-stable/tree/main/optional-skills/creative/baoyu-comic
Command: npx skills add https://github.com/vivekgoquest/hermes-agent-stable --skill baoyu-comic-vivekgoquest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Turning articles, biographies, or tutorials into engaging visual comics normally requires illustration skills and hours of layout work; this Skill automates the full pipeline from content analysis to finished comic pages. ## Core Features & Use Cases - End-to-end comic pipeline: Analyzes source content, builds a storyboard with panel breakdowns, defines consistent characters, writes per-page image prompts, and generates PNG pages via the image_generate tool. - Flexible style system: Combines 6 art styles (ligne-claire, manga, realistic, ink-brush, chalk, minimalist), 7 tones, 7 layouts, and 5 presets (ohmsha, wuxia, shoujo, concept-story, four-panel) with a content-signal auto-selection matrix. - Partial workflows: Supports storyboard-only, prompts-only, images-only, and single-page regeneration modes for iterative refinement. - Use Case: Paste a technical tutorial and ask for an ohmsha-style educational manga; the Skill produces a storyboard, character sheet, and a full set of downloadable comic page PNGs. ## Quick Start Create a knowledge comic from this article about gradient descent using the ohmsha preset with a portrait layout.

Frequently Asked Questions about baoyu-comic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an educational comic from an article?▼

Provide the source content as pasted text, a file path, or a URL, then confirm the visual style when prompted. The Skill analyzes the content, builds a storyboard and character definitions, writes per-page prompts, and generates each comic page as a PNG.

What art styles and tones are available for comic generation?▼

Six art styles (ligne-claire, manga, realistic, ink-brush, chalk, minimalist) combine with seven tones (neutral, warm, dramatic, romantic, energetic, vintage, action). Five presets like ohmsha and four-panel add special rules, and a content-signal matrix recommends combinations automatically.

Can I regenerate a single comic page without redoing everything?▼

Yes, the regenerate option targets specific pages by number, such as page 3 or pages 2, 5, and 8. It reuses the existing prompt files, backs up the old PNGs with a timestamp suffix, and generates only the requested pages.

Does the comic generator support reference images for style?▼

Reference images are accepted as file paths but are not passed to the image model, since image_generate is prompt-only. Instead, style, palette, or scene traits are extracted as text and embedded into every page prompt.

How is character consistency maintained across comic pages?▼

Character consistency is enforced through detailed text descriptions in characters/characters.md that are embedded inline in every page prompt. An optional character sheet PNG is generated as a human review artifact, not as model input.

What are the limitations of the image generation step?▼

The image_generate tool accepts only a prompt and aspect ratio (landscape, portrait, or square) and returns a URL that must be downloaded locally. PDF assembly is not included; pages are delivered as individual PNG files only.