← Back to Skills Marketplace
jimliu

Baoyu Comic

by Jim Liu 宝玉 · GitHub ↗ · v1.117.4 · MIT-0
cross-platform ✓ Security Clean
3851
Downloads
1
Stars
61
Active Installs
12
Versions
Install in OpenClaw
/install baoyu-comic
Description
Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and batch-capable image gen...
Usage Guidance
Before installing, review the first-time preference setup and choose project-local preferences if you do not want settings reused across projects. Avoid putting secrets or sensitive text in watermark or preference fields. If using the ohmsha preset, be aware it defaults to Doraemon characters; use custom characters if you want original or rights-safe output. Also understand that image generation may invoke installed backends or the Codex CLI using your existing local login.
Capability Assessment
Purpose & Capability
The main capabilities match the stated purpose: analyze educational content, create storyboards/prompts, generate raster comic images, and merge pages to PDF. One preset is less aligned with the 'original comics' framing because the ohmsha preset defaults to Doraemon characters.
Instruction Scope
Instructions are scoped to comic creation and require first-time setup plus style confirmation before generation. The ohmsha preset character defaults are documented in a reference file but are not clearly surfaced in the style-selection prompt.
Install Mechanism
No install hook or hidden startup behavior was found. The skill requires bun or npx and includes a TypeScript PDF merge script; the npx fallback may download/run Bun when used.
Credentials
The skill reads user-provided source/reference files and writes project output files, prompts, images, and PDFs, which is proportionate for comic generation. It can also use runtime image tools or a Codex CLI image-generation wrapper when available.
Persistence & Privilege
The skill persists EXTEND.md preferences either in the project or under the user's home directory after asking the user where to save them. This is disclosed and limited to preferences, with no background worker or hidden persistence found.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install baoyu-comic
  3. After installation, invoke the skill by name or use /baoyu-comic
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.117.4
- Added explicit support for Cursor's `GenerateImage` tool and clarified usage details for aspect ratio and output path handling. - Added auto-discovery and fallback flow for Codex via `codex exec` (`codex-imagegen`), with reference to the new guidance in `references/codex-imagegen.md`. - Updated backend selection logic to cover additional runtime-native tools and outline their invocation precedence. - Removed old `skill-card.md` and added new backend reference doc for Codex CLI integration. - No changes to comic creation features or user-facing options.
v1.117.3
v2.0.0: rename baoyu-imagine→baoyu-image-gen and baoyu-image-cards→baoyu-xhs-images; cross-skill image-backend examples updated
v1.117.2
## 1.117.2 - 2026-05-17 ### Documentation - `baoyu-cover-image`: ban programmatic text repair on generated bitmaps — disallow ImageMagick / Pillow / Canvas / SVG / HTML overlays to cover, rewrite, or replace title/subtitle text; regenerate from a corrected prompt or switch to a lower-text or no-title variant instead - `baoyu-article-illustrator`, `baoyu-comic`, `baoyu-image-cards`, `baoyu-xhs-images`, `baoyu-infographic`, `baoyu-slide-deck`: sync the same text-repair ban with skill-specific text categories (labels/captions, dialogue/sound effects, titles/body/tags, headings/data values, slide titles/bullets)
v1.117.0
## 1.117.0 - 2026-05-16 ### Features - `baoyu-article-illustrator`: add batch generation policy — backend native batch first, runtime parallel calls second, sequential fallback; configurable `generation_batch_size` and `--batch-size` option - `baoyu-comic`: add batch generation policy with dependency-aware ordering (character sheet before pages) and configurable `--batch-size` - `baoyu-image-cards`: add batch generation policy honoring image-1 anchor chain, with configurable `--batch-size` - `baoyu-slide-deck`: add batch generation policy for slide image rendering with configurable `--batch-size` - `baoyu-xhs-images`: sync batch generation policy from baoyu-image-cards
v1.115.4
### Documentation - Image generation backend selection: emphasize Codex `imagegen` as the priority runtime-native tool (invoke via the `Skill` tool with `skill: "imagegen"`) and forbid SVG/HTML/canvas substitution when no raster backend can be resolved — fall through to asking the user instead of silently emitting code-based art. Updated in `docs/image-generation-tools.md` and inlined into `baoyu-article-illustrator`, `baoyu-comic`, `baoyu-cover-image`, `baoyu-image-cards`, `baoyu-infographic`, `baoyu-slide-deck`, and `baoyu-xhs-images`.
v1.103.2
- Clarified tool selection rules for user input questions, user replies, and batching (see "User Input Tools" section). - Added explicit image-generation backend selection logic, including user-pinned preference, fallback, and backend absence handling. - Documented reference image support: user can supply reference images, with details on intake, recording, and passing to the image backend. - Included required prompt file generation step before image backend invocation to ensure reproducibility. - Updated documentation of options and referenced the expanded support for presets, art/tone definitions, and auto-selection. - No user-facing command changes; enhances backend flexibility and reproducibility for multi-agent and multi-backend scenarios.
v1.103.1
## 1.103.1 - 2026-04-13 ### Fixes - `baoyu-markdown-to-html`: decode HTML entities and strip tags from article summary - `baoyu-post-to-weibo`: decode HTML entities and strip tags from article summary
v1.103.0
## 1.103.0 - 2026-04-12 ### Features - baoyu-diagram: add multi-diagram mode for article-wide diagram generation ### Fixes - baoyu-article-illustrator: prevent color names and hex codes from appearing as visible text in generated images - baoyu-cover-image: prevent color names and hex codes from appearing as visible text in generated images - baoyu-image-cards: prevent color names from appearing as visible text in generated images - baoyu-post-to-wechat: decode HTML entities and strip tags from article summary
v1.91.0
## 1.91.0 - 2026-04-07 ### Features - Add concept-story preset to baoyu-comic - Add four-panel preset with 起承转合 structure, minimalist art style, and flexible image generation workflow - Add pdf-lib dependency for PDF generation ### Improvements - Make character sheet conditional (skip for simple presets) - Add --ref failure recovery: compress → retry → fall back to prompt-only
v1.60.1
baoyu-comic v1.60.1 - Updated documentation in SKILL.md and references/workflow.md. - No changes to functionality or core features. - Maintains existing workflow, options, and usage instructions.
v1.60.0
## 1.60.0 - 2026-03-11 ### Features - `baoyu-url-to-markdown`: support reusing existing Chrome CDP instances and fix port detection order ### Fixes - `baoyu-post-to-x`: add missing `fs` import in x-article ### Refactor - Unify all CDP skills to use shared `baoyu-chrome-cdp` package with vendored copies - Simplify CLAUDE.md, move detailed documentation to `docs/` directory - Publish skills directly from synced vendor, removing separate artifact preparation step
v1.0.0
baoyu-comic v1.56.1 introduces a comprehensive educational comic creator with multi-style support and customizable workflows. - Supports original educational comics with detailed panel layouts and sequential image generation. - Choose from flexible art styles (e.g., manga, ligne-claire, realistic, ink-brush) and tones (e.g., warm, dramatic, action). - Preset shortcuts and auto-selection optimize style/tone based on content. - Modular workflow: generate storyboards, prompts, images, or regenerate specific pages. - Extensive language handling and user preference system. - Outputs include structured directories, character references, and PDF merging.
Metadata
Slug baoyu-comic
Version 1.117.4
License MIT-0
All-time Installs 61
Active Installs 61
Total Versions 12
Frequently Asked Questions

What is Baoyu Comic?

Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and batch-capable image gen... It is an AI Agent Skill for Claude Code / OpenClaw, with 3851 downloads so far.

How do I install Baoyu Comic?

Run "/install baoyu-comic" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Baoyu Comic free?

Yes, Baoyu Comic is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Baoyu Comic support?

Baoyu Comic is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Baoyu Comic?

It is built and maintained by Jim Liu 宝玉 (@jimliu); the current version is v1.117.4.

💬 Comments