Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

baoyu-article-illustrator宝玉文章插画

Agent Skill

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

总安装

376

周安装

16

GitHub Stars

4

下载量

132
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/futuregerald/futuregerald-claude-plugin --skill baoyu-article-illustrator

简介

用于查找、检索和筛选相关信息。baoyu-article-illustrator 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合根据关键词快速定位候选结果或来源线索。
  • 通过 GitHub 安装,可结合原始 README 核验具体用法。
  • 使用前建议确认权限范围和是否会触发联网操作。
  • 维护状态和具体实现细节需要人工复核确认。

SKILL.md

Smart Article Illustration Skill

Analyze article structure and content, identify positions requiring visual aids, and generate illustrations with flexible style options.

Usage

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

# Specify a style
/baoyu-article-illustrator path/to/article.md --style warm
/baoyu-article-illustrator path/to/article.md --style minimal
/baoyu-article-illustrator path/to/article.md --style watercolor

# Combine with other options
/baoyu-article-illustrator path/to/article.md --style playful

Options

OptionDescription
--style <name>Specify illustration style (see Style Gallery below)

Style Gallery

StyleDescriptionBest For
notion (Default)Minimalist hand-drawn line art, intellectualKnowledge sharing, SaaS, productivity
elegantRefined, sophisticated, professionalBusiness, thought leadership
warmFriendly, approachable, human-centeredPersonal growth, lifestyle, education
minimalUltra-clean, zen-like, focusedPhilosophy, minimalism, core concepts
playfulFun, creative, whimsicalTutorials, beginner guides, fun topics
natureOrganic, calm, earthySustainability, wellness, outdoor
sketchRaw, authentic, notebook-styleIdeas, brainstorming, drafts
watercolorSoft artistic with natural warmthLifestyle, travel, creative
vintageNostalgic aged-paper aestheticHistorical, biography, heritage
scientificAcademic precise diagramsBiology, chemistry, technical
chalkboardClassroom chalk drawing styleEducation, tutorials, workshops
editorialMagazine-style infographicTech explainers, journalism
flatModern flat vector illustrationStartups, digital, contemporary
flat-doodleBold outlines, pastel colors, cuteProductivity, SaaS, workflows
retro80s/90s vibrant nostalgicPop culture, gaming, entertainment
blueprintTechnical schematics, engineering precisionArchitecture, system design
vector-illustrationFlat vector with black outlines, retro colorsEducational, creative, brand content
sketch-notesSoft hand-drawn, warm educational feelKnowledge sharing, tutorials
pixel-artRetro 8-bit gaming aestheticGaming, tech, developer content
intuition-machineTechnical briefing with bilingual labelsAcademic, technical, bilingual
fantasy-animationGhibli/Disney whimsical styleStorytelling, children's, creative

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

Auto Style Selection

When no --style is specified, analyze content to select the best style:

Content SignalsSelected Style
Personal story, emotion, growth, life, feeling, relationshipwarm
Simple, zen, focus, essential, core, minimalistminimal
Fun, easy, beginner, tutorial, guide, how-to, learnplayful
Nature, eco, wellness, health, organic, green, outdoornature
Idea, thought, concept, draft, brainstorm, sketchsketch
Business, professional, strategy, analysis, corporateelegant
Knowledge, concept, productivity, SaaS, notion, toolnotion
Lifestyle, travel, food, art, creative, artisticwatercolor
History, heritage, vintage, biography, classic, expeditionvintage
Biology, chemistry, medical, scientific, research, academicscientific
Education, classroom, teaching, school, lecture, workshopchalkboard
Explainer, journalism, magazine, in-depth, investigationeditorial
Modern, startup, app, product, digital marketing, saasflat
Productivity, workflow, cute, tools, app tutorialflat-doodle
80s, 90s, retro, pop culture, music, nostalgiaretro
Architecture, system, infrastructure, engineering, technicalblueprint
Brand, explainer, children, cute, toy, geometricvector-illustration
Notes, doodle, friendly, warm tutorial, onboardingsketch-notes
Gaming, 8-bit, pixel, developer, retro techpixel-art
Bilingual, briefing, academic, research, documentationintuition-machine
Fantasy, story, magical, Ghibli, Disney, childrenfantasy-animation
Defaultnotion

File Management

Output Directory

Each session creates an independent directory named by content slug:

illustrations/{topic-slug}/
├── source-{slug}.{ext}    # Source files (text, images, etc.)
├── outline.md
├── outline-{style}.md     # Style variant outlines
├── prompts/
│   ├── illustration-concept-a.md
│   ├── illustration-concept-b.md
│   └── ...
├── illustration-concept-a.png
├── illustration-concept-b.png
└── ...

Slug Generation:

  1. Extract main topic from content (2-4 words, kebab-case)
  2. Example: "The Future of AI" → future-of-ai

Conflict Resolution

If illustrations/{topic-slug}/ already exists:

  • Append timestamp: {topic-slug}-YYYYMMDD-HHMMSS
  • Example: ai-future exists → ai-future-20260118-143052

Source Files

Copy all sources with naming source-{slug}.{ext}:

  • source-article.md (main text content)
  • source-photo.jpg (image from conversation)
  • source-reference.pdf (additional file)

Multiple sources supported: text, images, files from conversation.

Workflow

Step 1: Analyze Content & Select Style

  1. Read article content
  2. If --style specified, use that style
  3. Otherwise, scan for style signals and auto-select
  4. Language detection:

- Detect source language from article content - Detect user language from conversation context - Note if source_language ≠ user_language (will ask in Step 4)

  1. Extract key information:

- Main topic and themes - Core messages per section - Abstract concepts needing visualization

Step 2: Identify Illustration Positions

Three Purposes of Illustrations:

  1. Information Supplement: Help understand abstract concepts
  2. Concept Visualization: Transform abstract ideas into concrete visuals
  3. Imagination Guidance: Create atmosphere, enhance reading experience

Content Suitable for Illustrations:

  • Abstract concepts needing visualization
  • Processes/steps needing diagrams
  • Comparisons needing visual representation
  • Core arguments needing reinforcement
  • Scenarios needing imagination guidance

Illustration Count:

  • Consider at least 1 image per major section
  • Prioritize core arguments and abstract concepts
  • Principle: More is better than fewer

Step 3: Generate Illustration Plan

# Illustration Plan

**Article**: [article path]
**Style**: [selected style]
**Illustration Count**: N images

---

## Illustration 1

**Insert Position**: [section name] / [paragraph description]
**Purpose**: [why illustration needed here]
**Visual Content**: [what the image should show]
**Filename**: illustration-[slug].png

---

## Illustration 2

...

Step 4: Review & Confirm

Purpose: Let user confirm all options in a single step before image generation.

IMPORTANT: Present ALL options in a single confirmation step using AskUserQuestion. Do NOT interrupt workflow with multiple separate confirmations.

  1. Generate 3 style variants:

- Analyze content to select 3 most suitable styles - Generate complete illustration plan for each style variant - Save as outline-{style}.md (e.g., outline-notion.md, outline-tech.md, outline-warm.md)

  1. Determine which questions to ask: Question When to Ask Style variant Always (required) Language Only if source_language ≠ user_language
  2. Present options (use AskUserQuestion with all applicable questions): Question 1 (Style) - always: Question 2 (Language) - only if source ≠ user language: Language handling:

- Style A (recommended): [style name] - [brief description] - Style B: [style name] - [brief description] - Style C: [style name] - [brief description] - Custom: Provide custom style reference - [Source language] (matches article language) - [User language] (your preference) - If source language = user language: Just inform user (e.g., "Prompts will be in Chinese") - If different: Ask which language to use for prompts

  1. Apply selection:

- Copy selected outline-{style}.md to outline.md - If custom style provided, generate new plan with that style - If different language selected, regenerate outline in that language - User may edit outline.md directly for fine-tuning - If modified, reload plan before proceeding

  1. Proceed only after explicit user confirmation

Step 5: Create Prompt Files

Save prompts to prompts/ directory with style-specific details.

All prompts are written in the user's confirmed language preference.

Prompt Format:

Illustration theme: [concept in 2-3 words]
Style: [style name]

Visual composition:

- Main visual: [description matching style]
- Layout: [element positioning]
- Decorative elements: [style-appropriate decorations]

Color scheme:

- Primary: [style primary color]
- Background: [style background color]
- Accent: [style accent color]

Text content (if any):

- [Any labels or captions in content language]

Style notes: [specific style characteristics]

Step 6: Generate Images

Image Generation Skill Selection:

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

Generation Flow:

  1. Call selected image generation skill with prompt file and output path
  2. Generate images sequentially
  3. After each image, output progress: "Generated X/N"
  4. On failure, auto-retry once
  5. If retry fails, log reason, continue to next

Step 7: Update Article

Insert generated images at corresponding positions:

![illustration description]([article-name]/illustrations/illustration-[slug].png)

Insertion Rules:

  • Insert image after corresponding paragraph
  • Leave one blank line before and after image
  • Alt text uses concise description in article's language

Step 8: Output Summary

Article Illustration Complete!

Article: [article path]
Style: [style name]
Generated: X/N images successful

Illustration Positions:
- illustration-xxx.png → After section "Section Name"
- illustration-yyy.png → After section "Another Section"
...

[If any failures]
Failed:
- illustration-zzz.png: [failure reason]

Illustration Modification

Support for modifying individual illustrations after initial generation.

Edit Single Illustration

Regenerate a specific illustration with modified prompt:

  1. Identify illustration to edit (e.g., illustration-concept-overview.png)
  2. Update prompt in prompts/illustration-concept-overview.md if needed
  3. If content changes significantly, update slug in filename
  4. Regenerate image
  5. Update article if image reference changed

Add New Illustration

Add a new illustration to the article:

  1. Identify insertion position in article
  2. Create new prompt with appropriate slug (e.g., illustration-new-concept.md)
  3. Generate new illustration image
  4. Update outline.md with new illustration entry
  5. Insert image reference in article at the specified position

Delete Illustration

Remove an illustration from the article:

  1. Identify illustration to delete (e.g., illustration-concept-overview.png)
  2. Remove image file and prompt file
  3. Remove image reference from article
  4. Update outline.md to remove illustration entry

File Naming Convention

Files use meaningful slugs for better readability:

illustration-[slug].png
illustration-[slug].md (in prompts/)

Examples:

  • illustration-concept-overview.png
  • illustration-workflow-diagram.png
  • illustration-key-benefits.png

Slug rules:

  • Derived from illustration purpose/content (kebab-case)
  • Must be unique within the article
  • When content changes significantly, update slug accordingly

References

FileContent
references/styles/<style>.mdFull style specifications with colors, elements, rules

Notes

  • Illustrations serve the content: supplement information, visualize concepts
  • Maintain selected style consistency across all illustrations in one article
  • Image generation typically takes 10-30 seconds per image
  • Sensitive figures should use cartoon alternatives
  • Prompts written in user's confirmed language preference
  • Illustration text (labels, captions) should match article language

Extension Support

Custom styles and configurations via EXTEND.md.

Check paths (priority order):

  1. .baoyu-skills/baoyu-article-illustrator/EXTEND.md (project)
  2. ~/.baoyu-skills/baoyu-article-illustrator/EXTEND.md (user)

If found, load before Step 1. Extension content overrides defaults.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.69%
按下载量换算50

Claude

28.01%
按下载量换算37

Cursor

19.19%
按下载量换算25

Gemini CLI

8.95%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills