设计与多媒体

Article Illustrator

试用

When the user wants to add illustrations to an article or blog post. Triggers on: "illustrate article", "add images to article", "generate illustrations", "article images", or requests to visually enhance written content. Analyzes article structure, identifies positions for visual aids, and generates illustrations using a Type x Style two-dimension approach.

它能做什么

Analyze articles, identify optimal illustration positions, and generate images using a Type x Style consistency system.

技能文档

Article Illustrator

Analyze articles, identify optimal illustration positions, and generate images using a Type x Style consistency system.

Installation

OpenClaw / Moltbot / Clawbot

npx clawhub@latest install article-illustrator

NEVER Do

  • Illustrate metaphors literally (e.g., if article says "chainsaw cutting watermelon," visualize the underlying concept instead)
  • Generate generic decorative images that don't connect to content
  • Skip the settings confirmation step (Step 3)
  • Begin generating before confirming type, density, and style with the user
  • Create illustrations without justifying each position by content needs

Two Dimensions

DimensionControlsExamples
TypeInformation structure, layoutinfographic, scene, flowchart, comparison, framework, timeline
StyleVisual aesthetics, moodnotion, warm, minimal, blueprint, watercolor, elegant, editorial, scientific

Types and styles combine freely: --type infographic --style blueprint

Type Selection Guide

TypeBest For
infographicData, metrics, technical articles
sceneNarratives, personal stories, emotional content
flowchartTutorials, workflows, processes
comparisonSide-by-side, before/after, options
frameworkMethodologies, models, architecture
timelineHistory, progress, evolution

Style Selection Guide

StyleBest For
notion (Default)Knowledge sharing, SaaS, productivity
elegantBusiness, thought leadership
warmPersonal growth, lifestyle, education
minimalPhilosophy, core concepts
blueprintArchitecture, system design
watercolorLifestyle, travel, creative
editorialTech explainers, journalism
scientificAcademic, technical research

Full style specs and compatibility matrix: references/styles.md

Auto Selection by Content

Content SignalsTypeStyle
API, metrics, data, numbersinfographicblueprint, notion
Story, emotion, journeyscenewarm, watercolor
How-to, steps, workflowflowchartnotion, minimal
vs, pros/cons, before/aftercomparisonnotion, elegant
Framework, model, architectureframeworkblueprint, notion
History, timeline, progresstimelineelegant, warm

Workflow

Step 1: Pre-check

  1. Determine input type — file path or pasted content
  2. Determine output directory — check preferences or ask user:
    • {article-dir}/ — same directory
    • {article-dir}/illustrations/ — illustrations subdirectory (recommended)
    • illustrations/{topic-slug}/ — independent directory
  3. Check existing images — if images exist, ask: supplement / overwrite / regenerate
  4. Confirm article update method (file input only) — update original or create {name}-illustrated.md copy
  5. Load preferences — check for EXTEND.md in project or user home

Step 2: Analyze Content

AnalysisDescription
Content typeTechnical / Tutorial / Methodology / Narrative
Core arguments2-5 main points to visualize
Visual opportunitiesPositions where illustrations add value
Recommended typeBased on content signals
Recommended densityBased on length and complexity

Illustrate: core arguments (required), abstract concepts, data comparisons, processes/workflows.

Skip: literal metaphors, decorative scenes, generic illustrations.

Step 3: Confirm Settings (Required)

Use a structured question with 3-4 questions in ONE call:

  • Q1 — Type: recommended option + alternatives
  • Q2 — Density: minimal (1-2), balanced (3-5, recommended), rich (6+)
  • Q3 — Style: recommended based on type/content compatibility matrix
  • Q4 — Language (only if source language differs from user language)

Step 4: Generate Outline

Save as outline.md with YAML frontmatter (type, density, style, count) and per-illustration details: position, purpose, visual content, filename.

Step 5: Generate Images

  1. Create prompts following references/prompt-construction.md
  2. Save prompts to prompts/illustration-{slug}.md
  3. Generate sequentially, reporting progress after each
  4. On failure: retry once, then log and continue

Step 6: Finalize

Insert image references after corresponding paragraphs:

![description](illustrations/{slug}/NN-{type}-{slug}.png)

Output a summary with article path, settings, image count, and positions.

Output Structure

illustrations/{topic-slug}/
├── source-{slug}.{ext}
├── outline.md
├── prompts/
│   └── illustration-{slug}.md
└── NN-{type}-{slug}.png

Prompt Construction Principles

Good illustration prompts must include:

  1. Layout structure first — describe composition, zones, flow direction
  2. Specific data/labels — use actual numbers, terms from the article
  3. Visual relationships — how elements connect to each other
  4. Semantic colors — meaning-based choices (red=warning, green=efficient)
  5. Style characteristics — line treatment, texture, mood
  6. Aspect ratio — end with ratio and complexity level

Avoid: vague descriptions, literal metaphor illustrations, missing labels, generic decorative elements.

Full templates by type: references/prompt-construction.md

Type x Style Compatibility

notionwarmminimalblueprintwatercoloreleganteditorialscientific
infographic++++++++++++++
scene++++-++++-
flowchart++++++-++++
comparison++++++++++++
framework+++++++-+++++
timeline++++++++++++

++ highly recommended | + compatible | - not recommended

Usage Examples

# Auto-select type and style
illustrate path/to/article.md

# Specify type
illustrate path/to/article.md --type infographic

# Specify type and style
illustrate path/to/article.md --type flowchart --style notion

# Specify density
illustrate path/to/article.md --density rich

Extension Support

Custom configurations via EXTEND.md files:

  • Project level: .article-illustrator/EXTEND.md
  • User level: $HOME/.config/article-illustrator/EXTEND.md

Supports: watermark, preferred type/style, custom styles, language, output directory.

Modification

ActionSteps
EditUpdate prompt, regenerate, update reference
AddIdentify position, create prompt, generate, update outline, insert
DeleteDelete files, remove reference, update outline

References

FileContent
references/usage.mdCommand syntax, options, input modes
references/styles.mdStyle gallery, compatibility matrix, auto-selection
references/prompt-construction.mdPrompt templates for each illustration type
references/styles/.mdFull specifications for each visual style
references/config/preferences-schema.mdEXTEND.md configuration schema
references/config/first-time-setup.mdFirst-time preference setup flow
prompts/system.mdSystem prompt reference

相关技能

以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。

作者 johnpatternai21 次安装8 星标

pdf

官方

用 Python 库和命令行工具完成 PDF 的读取、合并、拆分、生成与内容抽取。

作者 Anthropic177.6k 星标

用目标文件里已发布的设计系统组件和变量,从代码或描述搭出整页 Figma 屏幕。

作者 OpenAI27.6k 星标

hatch-pet

官方

从文字、参考图或品牌线索生成 Codex 兼容的 9 状态动画宠物图集,附带 QA 联系表与 pet.json 打包。

作者 OpenAI27.6k 星标

通过 Figma Code Connect 把设计组件映射到代码文件,按名称和 props 比对后批量建关联。

作者 OpenAI27.6k 星标

wpank 的更多技能

浏览全部技能

Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.

作者 wpank553 次安装20 星标

Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.

作者 wpank198 次安装6 星标

Build reliable, fast E2E test suites with Playwright and Cypress. Critical user journey coverage, flaky test elimination, CI/CD integration.

作者 wpank336 次安装6 星标

Build scalable, themable Tailwind CSS component libraries using CVA for variants, compound components, design tokens, dark mode, and responsive grids.

作者 wpank217 次安装9 星标

Create software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams, sequence diagrams, flowcharts, ERDs, C4 architecture diagrams, state diagrams, git graphs, and other diagram types. Triggers include requests to diagram, visualize, model, map out, or show the flow of a system.

作者 wpank251 次安装5 星标

Provides backend architecture patterns (Clean Architecture, Hexagonal, DDD) for building maintainable, testable, and scalable systems with clear layering and...

作者 wpank152 次安装7 星标