← 返回 Skills 市场
Baoyu Comic
作者
Jim Liu 宝玉
· GitHub ↗
· v1.117.4
· MIT-0
3851
总下载
1
收藏
61
当前安装
12
版本数
在 OpenClaw 中安装
/install baoyu-comic
功能描述
Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and batch-capable image gen...
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install baoyu-comic - 安装完成后,直接呼叫该 Skill 的名称或使用
/baoyu-comic触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Baoyu Comic 是什么?
Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and batch-capable image gen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3851 次。
如何安装 Baoyu Comic?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install baoyu-comic」即可一键安装,无需额外配置。
Baoyu Comic 是免费的吗?
是的,Baoyu Comic 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Baoyu Comic 支持哪些平台?
Baoyu Comic 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Baoyu Comic?
由 Jim Liu 宝玉(@jimliu)开发并维护,当前版本 v1.117.4。
推荐 Skills