Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

baoyu-article-illustrator宝玉文章插画

Agent Skill

baoyu-article-illustrator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

612

周安装

26

GitHub Stars

7

下载量

214
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:baoyu-article-illustrator(宝玉文章插画)
来源仓库:https://github.com/jst-well-dan/skill-box
仓库路径:skills/baoyu-article-illustrator
安装命令:
npx skills add https://github.com/jst-well-dan/skill-box --skill baoyu-article-illustrator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/jst-well-dan/skill-box --skill baoyu-article-illustrator

简介

baoyu-article-illustrator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于根据关键词或任务场景从来源线索中定位信息,常用于文章插图生成。
  • 通过 npx skills add 命令安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围和维护状态,避免触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Article Illustrator

Analyze articles, identify illustration positions, generate images with Type × Style consistency.

Usage

# Auto-select type and style based on content
/baoyu-article-illustrator path/to/article.md

# Specify type
/baoyu-article-illustrator path/to/article.md --type infographic

# Specify style
/baoyu-article-illustrator path/to/article.md --style blueprint

# Combine type and style
/baoyu-article-illustrator path/to/article.md --type flowchart --style notion

# Specify density
/baoyu-article-illustrator path/to/article.md --density rich

# Direct content input
/baoyu-article-illustrator
[paste content]

Options

OptionDescription
--type <name>Illustration type (see Type Gallery)
--style <name>Visual style (see Style Gallery)
--density <level>Image count: minimal / balanced / rich

Two Dimensions

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

Type × Style can be freely combined. Example: --type infographic --style blueprint creates technical data visualization with schematic aesthetics.

Type Gallery

TypeDescriptionBest For
infographicData visualization, charts, metricsTechnical articles, data analysis, comparisons
sceneAtmospheric illustration, mood renderingNarrative articles, personal stories, emotional content
flowchartProcess diagrams, step visualizationTutorials, workflows, decision trees
comparisonSide-by-side, before/after contrastProduct comparisons, option evaluations
frameworkConcept maps, relationship diagramsMethodologies, models, architecture design
timelineChronological progressionHistory, project progress, evolution

Density Options

DensityCountDescription
minimal1-2Core concepts only
balanced (Default)3-5Major sections coverage
rich6+Rich visual support

Style Gallery

StyleDescriptionBest For
notion (Default)Minimalist hand-drawn line artKnowledge sharing, SaaS, productivity
elegantRefined, sophisticatedBusiness, thought leadership
warmFriendly, approachablePersonal growth, lifestyle, education
minimalUltra-clean, zen-likePhilosophy, minimalism, core concepts
blueprintTechnical schematicsArchitecture, system design, engineering
watercolorSoft artistic with natural warmthLifestyle, travel, creative
editorialMagazine-style infographicTech explainers, journalism
scientificAcademic precise diagramsBiology, chemistry, technical research

Full style specifications: references/styles/<style>.md

Type × Style Compatibility

notionwarmminimalblueprintwatercoloreleganteditorialscientific
infographic✓✓✓✓✓✓✓✓✓✓✓✓
scene✓✓✓✓
flowchart✓✓✓✓✓✓
comparison✓✓✓✓✓✓✓✓
framework✓✓✓✓✓✓✓✓✓✓
timeline✓✓✓✓✓✓✓✓

✓✓ = highly recommended | ✓ = compatible | ✗ = not recommended

Auto Selection

Content SignalsRecommended TypeRecommended Style
API, metrics, data, comparison, numbersinfographicblueprint, notion
Story, emotion, journey, experience, personalscenewarm, watercolor
How-to, steps, workflow, process, tutorialflowchartnotion, minimal
vs, pros/cons, before/after, alternativescomparisonnotion, elegant
Framework, model, architecture, principlesframeworkblueprint, notion
History, timeline, progress, evolutiontimelineelegant, warm

Output Directory

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

Slug: Extract 2-4 word topic in kebab-case. Conflict: Append -YYYYMMDD-HHMMSS if exists.

Workflow

Progress

- [ ] Step 1: Setup & Analyze
- [ ] Step 2: Confirm Settings ⚠️ REQUIRED
- [ ] Step 3: Generate Outline
- [ ] Step 4: Generate Images
- [ ] Step 5: Finalize

Step 1: Setup & Analyze

1.1 Load Preferences (EXTEND.md)

Use Bash to check EXTEND.md existence (priority order):

# Check project-level first
test -f .baoyu-skills/baoyu-article-illustrator/EXTEND.md && echo "project"

# Then user-level (cross-platform: $HOME works on macOS/Linux/WSL)
test -f "$HOME/.baoyu-skills/baoyu-article-illustrator/EXTEND.md" && echo "user"

┌──────────────────────────────────────────────────────────┬───────────────────┐ │ Path │ Location │ ├──────────────────────────────────────────────────────────┼───────────────────┤ │.baoyu-skills/baoyu-article-illustrator/EXTEND.md │ Project directory │ ├──────────────────────────────────────────────────────────┼───────────────────┤ │ $HOME/.baoyu-skills/baoyu-article-illustrator/EXTEND.md │ User home │ └──────────────────────────────────────────────────────────┴───────────────────┘

┌───────────┬───────────────────────────────────────────────────────────────────────────┐ │ Result │ Action │ ├───────────┼───────────────────────────────────────────────────────────────────────────┤ │ Found │ Read, parse, display summary │ ├───────────┼───────────────────────────────────────────────────────────────────────────┤ │ Not found │ Ask user with AskUserQuestion (see references/config/first-time-setup.md) │ └───────────┴───────────────────────────────────────────────────────────────────────────┘

EXTEND.md Supports: Watermark | Preferred type/style | Custom style definitions | Language preference

Schema: references/config/preferences-schema.md

1.2 Analyze Content

Read article, detect language, classify content.

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

1.3 Extract Core Arguments

Extract 2-5 core arguments that MUST be visualized:

  • Main thesis
  • Key concepts reader needs
  • Comparisons/contrasts being made
  • Framework/model proposed

CRITICAL: If article uses metaphors (e.g., "电锯切西瓜"), do NOT illustrate literally. Visualize the underlying concept instead.

1.4 Identify Positions

What to Illustrate:

  • Core arguments (REQUIRED)
  • Abstract concepts needing visualization
  • Data comparisons, metrics
  • Processes, workflows

What NOT to Illustrate:

  • Metaphors literally
  • Decorative scenes without information
  • Generic illustrations

Step 2: Confirm Settings ⚠️

Do NOT skip. Use AskUserQuestion with 3-4 questions in ONE call.

Question 1: Illustration Type

Based on content analysis, recommend type:

  • [Recommended type based on signals] (Recommended)
  • infographic - Data visualization, charts
  • scene - Atmospheric, mood rendering
  • flowchart - Process, steps
  • comparison - Side-by-side contrast
  • framework - Concept relationships
  • timeline - Chronological progression
  • mixed - Combine multiple types

Question 2: Density

  • minimal (1-2 images) - Core concepts only
  • balanced (3-5 images) (Recommended) - Major sections
  • rich (6+ images) - Comprehensive visual support

Question 3: Style

Based on recommended Type, suggest compatible styles (see Type × Style Compatibility matrix):

  • [Best compatible style for recommended type] (Recommended)
  • [Other highly compatible styles: ✓✓ from matrix]
  • [Compatible styles: ✓ from matrix]

Question 4 (only if source ≠ user language):

  • Language: Source language / User language

Step 3: Generate Outline

Based on confirmed Type + Density + Style, generate illustration outline.

Outline Format (outline.md):

---
type: infographic
density: balanced
style: blueprint
image_count: 4
---

## Illustration 1

**Position**: [section] / [paragraph]
**Purpose**: [why this illustration helps]
**Visual Content**: [what to show]
**Type Application**: [how type applies here]
**Filename**: 01-infographic-concept-name.png

## Illustration 2
...

Outline Requirements:

  • Each illustration position justified by content needs
  • Type applied consistently across all illustrations
  • Style characteristics reflected in visual descriptions
  • Count matches density selection

Step 4: Generate Images

4.1 Create Prompts

Follow Prompt Construction principles below. Save each to prompts/illustration-{slug}.md.

4.2 Select Generation Skill

Check available image generation skills. If multiple, ask user to choose.

4.3 Apply Watermark (if enabled in preferences)

Add to prompt: Include a subtle watermark "[content]" positioned at [position] with approximately [opacity*100]% visibility.

4.4 Generate

  1. Generate sequentially
  2. After each: "Generated X/N"
  3. On failure: auto-retry once, then log and continue

Step 5: Finalize

5.1 Update Article

Insert after corresponding paragraph:

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

Alt text: concise description in article's language.

5.2 Output Summary

Article Illustration Complete!

Article: [path]
Type: [type name]
Density: [minimal/balanced/rich]
Style: [style name]
Location: [directory path]
Images: X/N generated

Positions:
- 01-infographic-xxx.png → After "[Section]"
- 02-infographic-yyy.png → After "[Section]"

[If failures]
Failed:
- NN-type-zzz.png: [reason]

Prompt Construction

Principles

Good prompts must include:

  1. Layout Structure First: Describe composition, zones, flow direction
  2. Specific Data/Labels: Use actual numbers, terms from article
  3. Visual Relationships: How elements connect
  4. Semantic Colors: Meaning-based color choices (red=warning, green=efficient)
  5. Style Characteristics: Line treatment, texture, mood
  6. Aspect Ratio: End with ratio and complexity level

Type-Specific Prompts

Infographic:

[Title] - Data Visualization

Layout: [grid/radial/hierarchical]

ZONES:
- Zone 1: [data point with specific values]
- Zone 2: [comparison with metrics]
- Zone 3: [summary/conclusion]

LABELS: [specific numbers, percentages, terms from article]
COLORS: [semantic color mapping]
STYLE: [style characteristics]
ASPECT: 16:9

Scene:

[Title] - Atmospheric Scene

FOCAL POINT: [main subject]
ATMOSPHERE: [lighting, mood, environment]
MOOD: [emotion to convey]
COLOR TEMPERATURE: [warm/cool/neutral]
STYLE: [style characteristics]
ASPECT: 16:9

Flowchart:

[Title] - Process Flow

Layout: [left-right/top-down/circular]

STEPS:
1. [Step name] - [brief description]
2. [Step name] - [brief description]
...

CONNECTIONS: [arrow types, decision points]
STYLE: [style characteristics]
ASPECT: 16:9

Comparison:

[Title] - Comparison View

LEFT SIDE - [Option A]:
- [Point 1]
- [Point 2]

RIGHT SIDE - [Option B]:
- [Point 1]
- [Point 2]

DIVIDER: [visual separator]
STYLE: [style characteristics]
ASPECT: 16:9

Framework:

[Title] - Conceptual Framework

STRUCTURE: [hierarchical/network/matrix]

NODES:
- [Concept 1] - [role]
- [Concept 2] - [role]

RELATIONSHIPS: [how nodes connect]
STYLE: [style characteristics]
ASPECT: 16:9

Timeline:

[Title] - Chronological View

DIRECTION: [horizontal/vertical]

EVENTS:
- [Date/Period 1]: [milestone]
- [Date/Period 2]: [milestone]

MARKERS: [visual indicators]
STYLE: [style characteristics]
ASPECT: 16:9

What to Avoid

  • Vague descriptions ("a nice image")
  • Literal metaphor illustrations
  • Missing concrete labels/annotations
  • Generic decorative elements

Modification

ActionSteps
EditUpdate prompt → Regenerate → Update reference
AddIdentify position → Create prompt → Generate → Update outline → Insert reference
DeleteDelete files → Remove reference → Update outline

References

FileContent
references/styles.mdStyle gallery & compatibility matrix
references/styles/<style>.mdFull style specifications
references/config/preferences-schema.mdEXTEND.md schema
references/config/first-time-setup.mdFirst-time setup flow

Extension Support

Custom configurations via EXTEND.md. See Step 1.1 for paths and supported options.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenCode

30.22%
按下载量换算65

Antigravity

21.13%
按下载量换算45

Claude Code

17.19%
按下载量换算37

Codex

13.45%
按下载量换算29

windsurf

8.59%
按下载量换算18

Gemini CLI

3.16%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills