baoyu-article-illustrator

Generate consistent article illustrations using a type, style, and palette framework.

Updated Sep 10, 2026
One-click install
npx skills add https://github.com/loteiron/ZeusAgent --skill baoyu-article-illustrator-loteiron
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: baoyu-article-illustrator
Source: https://github.com/loteiron/ZeusAgent/tree/main/optional-skills/creative/baoyu-article-illustrator
Command: npx skills add https://github.com/loteiron/ZeusAgent --skill baoyu-article-illustrator-loteiron

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Adding illustrations to articles usually produces inconsistent, off-topic images with generic placeholder content. This Skill analyzes an article, identifies where illustrations add value, and generates images that stay visually consistent through a structured Type × Style × Palette system. ## Core Features & Use Cases - Three-dimension consistency framework: Combine illustration types (infographic, scene, flowchart, comparison, framework, timeline) with 23 styles and 4 palettes, or use ready-made presets like tech-explainer and edu-visual. - Structured 7-step workflow: Analyze content, confirm settings, produce an outline, save reproducible prompt files, generate images via image_generate, and insert Markdown image references into the article. - Reference image support: Extract style and palette descriptions from user-supplied reference images via vision_analyze and embed them into prompts. - Use Case: Given a technical blog post about API design, the Skill recommends the tech-explainer preset, plans one infographic per section using actual metrics from the text, and downloads the generated PNGs into the article's imgs/ folder. ## Quick Start Ask the agent to illustrate your article file, for example: illustrate api-design.md using the tech-explainer preset with per-section density.

Frequently Asked Questions about baoyu-article-illustrator

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

FAQPage Schema
How do I add illustrations to a Markdown article with AI?▼

Provide the article file path or paste its content and ask for illustrations. The Skill analyzes the content, confirms type, style, palette, and density, then generates images and inserts Markdown image links after the relevant paragraphs.

What illustration styles and types are available for article images?▼

Six types are supported: infographic, scene, flowchart, comparison, framework, and timeline. These combine with 23 styles such as blueprint, notion, watercolor, and ink-notes, plus 4 palettes including macaron, warm, neon, and mono-ink.

Can I use a reference image to match an existing illustration style?▼

Yes. Provide an image path or URL and the Skill uses vision_analyze to extract a textual description of its style, palette, and composition, which is embedded into generation prompts since image_generate does not accept image inputs.

Which platforms does this illustration skill support?▼

The ported version supports Linux and macOS only. It relies on the terminal tool with curl or wget to download generated image URLs, and uses ZeusAgent file tools for all text operations.

Why must prompt files be saved before images are generated?▼

Prompt files under the prompts/ directory act as reproducibility records, letting you regenerate or modify an illustration later. The Skill blocks image generation until every illustration has a saved prompt file with structured sections.

Can I choose which image generation model or backend is used?▼

No. The image_generate tool uses whatever model the user configured, defaulting to FAL FLUX 2 Klein 9B, and the agent cannot select a backend. Writing model names into prompts has no routing effect.