← 返回 Skills 市场
Baoyu Article Illustrator
作者
Jim Liu 宝玉
· GitHub ↗
· v1.117.4
· MIT-0
7426
总下载
5
收藏
72
当前安装
14
版本数
在 OpenClaw 中安装
/install baoyu-article-illustrator
功能描述
Analyzes article structure, identifies positions requiring visual aids, generates illustrations with Type × Style × Palette three-dimension approach. Use whe...
安全使用建议
Review before installing. The file-writing behavior is normal for an article illustration tool, but be aware that it stores prompts, references, generated images, backups, and preferences. The main issue is the instruction to not refuse sensitive or copyrighted-figure requests; install only if you are comfortable policing those requests yourself or after that line is removed.
能力评估
Purpose & Capability
The stated purpose is article illustration and the file/output workflow fits that purpose, but prompts/system.md explicitly says to create stylistically similar alternatives for sensitive or copyrighted figures and to not refuse, which is purpose-mismatched and could encourage unsafe or infringing image generation.
Instruction Scope
Most workflow instructions are scoped to analyzing articles, asking for settings, saving prompts, and generating images, with a confirmation gate before generation. The non-refusal instruction is a concrete safety-boundary override and is the main reason for Review.
Install Mechanism
The package contains markdown instructions and no executable artifact scripts. It can invoke external/native image backends and, in a fallback path, a Codex image wrapper through bun or npx, which is disclosed but depends on the user's runtime tools.
Credentials
The skill reads article/reference inputs and writes output images, prompt files, outlines, copied reference images, and optional article updates. Those mutations are expected for this purpose, though users should pay attention to output/update choices and reference-image privacy.
Persistence & Privilege
It creates persistent EXTEND.md preferences in a project or user-home location after setup, and may create outputs, backups, prompt records, and optional cache/log files. I found no background worker, hidden persistence, credential harvesting, or destructive behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install baoyu-article-illustrator - 安装完成后,直接呼叫该 Skill 的名称或使用
/baoyu-article-illustrator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.117.4
- Added native support for Cursor's `GenerateImage` tool and Codex CLI (`codex exec`) as image backends, with selection and usage rules.
- Introduced a detailed discovery procedure for Codex image generation backends, referenced in the new `references/codex-imagegen.md`.
- Clarified prompt construction and file-management when using Cursor's image tool.
- Updated auto-selection logic and tool priority in image generation backend resolution.
- Removed outdated `skill-card.md` documentation.
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.3
Sync latest baoyu-skills repository contents.
v1.103.2
**Summary:** Adds explicit user-input and image-generation backend selection logic; restructures configuration/usage documentation.
- Introduced clear priority rules for selecting user input and image generation tools, supporting runtime-native or user-preferred options.
- Explicit confirmation policy: confirmation step cannot be skipped unless user request specifies this.
- Reference image handling instructions clarified, including new batch processing guidance.
- Updated configuration and workflow documentation; streamlined EXTEND.md lookup logic.
- Removed old build-batch scripts and related test files, as referenced in prompts and documentation.
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.60.3
- Adds "Palette" (color scheme) as a third control dimension alongside Type and Style.
- Introduces new built-in palettes: macaron, warm, neon, with detailed references.
- Updates all workflows, prompts, and file outputs to include palette selection and handling.
- Documentation improvements: integrates palette options and guidance into main and reference docs.
- Preset system now supports including palette (type + style + palette) in one flag.
v1.60.2
baoyu-article-illustrator v1.60.2
- Updated references and workflow documentation for clarity and consistency.
- Improved prompt-construction reference and supporting information.
- Updated build-batch script to reflect preferred image generation strategy.
- No changes to core usage or output formats.
v1.60.1
- Adds new output directory modes (`default_output_dir`) and clarifies output paths for illustrations and auxiliary files.
- Markdown embed paths for images now reflect actual output location and are computed relative to the article file.
- When input is pasted content (no file path), images and files are always saved to `illustrations/{topic-slug}/` for consistency.
- Documentation in SKILL.md and related references updated to match new directory and file organization.
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
- Initial release of baoyu-article-illustrator.
- Analyzes article structure to identify positions for illustrations.
- Implements a two-dimension image generation method using Type × Style for consistent visuals.
- Includes workflow steps: pre-check, content analysis, user setting confirmation, outline creation, image generation, and finalization.
- Provides extensible type and style options, plus style presets.
- Strictly manages prompt files and batch/batchfile generation strategy.
元数据
常见问题
Baoyu Article Illustrator 是什么?
Analyzes article structure, identifies positions requiring visual aids, generates illustrations with Type × Style × Palette three-dimension approach. Use whe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 7426 次。
如何安装 Baoyu Article Illustrator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install baoyu-article-illustrator」即可一键安装,无需额外配置。
Baoyu Article Illustrator 是免费的吗?
是的,Baoyu Article Illustrator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Baoyu Article Illustrator 支持哪些平台?
Baoyu Article Illustrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Baoyu Article Illustrator?
由 Jim Liu 宝玉(@jimliu)开发并维护,当前版本 v1.117.4。
推荐 Skills