一键导入
baoyu-creative
Baoyu creative suite: article illustrations, knowledge comics, and infographics with consistent type × style × palette workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Baoyu creative suite: article illustrations, knowledge comics, and infographics with consistent type × style × palette workflows.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
macOS-specific automation: iMessage/SMS messaging and desktop control (screenshots, clicks, keyboard input).
Messaging platform integrations: email (IMAP/SMTP via Himalaya), X/Twitter (xurl CLI), and Yuanbao groups (@mentions, DMs).
Control creative software programmatically: ComfyUI (AI image/video generation via REST/WebSocket API) and TouchDesigner (real-time visual programming via MCP).
Systematic engineering disciplines: debugging (root cause investigation), TDD (test-first development), and exploratory QA (web app testing).
Creative coding: p5.js sketches, Manim animations, Pretext text layouts.
Create, read, edit .pptx decks, slides, notes, templates.
| name | baoyu-creative |
| description | Baoyu creative suite: article illustrations, knowledge comics, and infographics with consistent type × style × palette workflows. |
| version | 1.0.0 |
| author | Hermes Agent (adapted from 宝玉/JimLiu baoyu-skills) |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["creative","image-generation","article-illustration","comic","infographic"],"category":"creative"}} |
Unified skill for all Baoyu (宝玉/JimLiu) creative generation workflows. All three modes share the same core conventions: image_generate for rendering, clarify for user confirmation, prompt-file-as-reproducibility-record, and style/type/palette dimension systems.
image_generate tool (prompt + aspect_ratio → URL). Download returned URLs to local PNGs via curl -fsSL "<url>" -o <absolute-path>. Always use absolute paths for -o.16:9 → landscape, 9:16 → portrait, 1:1 → square. Custom ratios → nearest named aspect.prompts/ BEFORE calling image_generate. The prompt file is the reproducibility record.clarify tool for confirmations (one question at a time). Ask the most important question first. If clarify times out, treat as default for THAT question only and continue asking remaining questions — surface defaults visibly so user can correct.-backup-YYYYMMDD-HHMMSS suffix.{type}/{topic-slug}/ with source-{slug}, analysis.md, prompts/, and generated PNGs.Trigger: User asks to illustrate an article, add images to content, "为文章配图".
Three dimensions: Type × Style × Palette.
| Type | Best For |
|---|---|
infographic | Data, metrics, technical |
scene | Narratives, emotional |
flowchart | Processes, workflows |
comparison | Side-by-side, options |
framework | Models, architecture |
timeline | History, evolution |
Output: {article-dir}/imgs/ or illustrations/{topic-slug}/ with outline.md, prompts/NN-{type}-{slug}.md, and NN-{type}-{slug}.png.
Workflow: Detect refs → Analyze content → Confirm settings (clarify) → Generate outline → Generate prompts → Generate images → Finalize (insert markdown image links).
Detailed procedures: references/article-illustrator-workflow.md
Style definitions: references/article-illustrator-styles.md
Trigger: User asks for knowledge/educational comic, biography comic, tutorial comic, "知识漫画".
Visual dimensions: Art × Tone × Layout × Aspect.
| Art Style | Tone | Layout |
|---|---|---|
| ligne-claire, manga, realistic, ink-brush, chalk, minimalist | neutral, warm, dramatic, romantic, energetic, vintage, action | standard, cinematic, dense, splash, mixed, webtoon, four-panel |
Presets: ohmsha, wuxia, shoujo, concept-story, four-panel — each with special rules beyond plain art+tone.
Output: comic/{topic-slug}/ with storyboard.md, characters/characters.md, prompts/, and page PNGs.
Key: Character consistency via text descriptions in characters/characters.md embedded inline in every page prompt. Character sheet PNG is human review artifact only.
Detailed procedures: references/comic-workflow.md
Character template: references/character-template.md
Storyboard template: references/storyboard-template.md
Trigger: User asks for infographic, visual summary, "信息图", "可视化", "高密度信息大图".
Two dimensions: Layout (21 options) × Style (21 options). Freely combine any layout with any style.
Keyword shortcuts: Auto-select layout when user input contains 高密度信息大图 → dense-modules, 信息图 → bento-grid.
Output: infographic/{topic-slug}/ with structured-content.md, prompts/infographic.md, and infographic.png.
Workflow: Analyze → Generate structured content → Recommend combinations → Confirm (clarify) → Generate prompt → Generate image → Summary.
Detailed procedures: references/infographic-workflow.md
Layout definitions: references/layouts/
Style definitions: references/styles/
| File | Content |
|---|---|
references/base-prompt.md | Base prompt template for image generation |
references/analysis-framework.md | Content analysis methodology |
references/article-illustrator-workflow.md | Article illustration detailed procedures |
references/article-illustrator-styles.md | Article illustration style gallery |
references/comic-workflow.md | Knowledge comic detailed procedures |
references/character-template.md | Character definition format |
references/storyboard-template.md | Storyboard structure |
references/infographic-workflow.md | Infographic detailed procedures |
references/layouts/ | 21 infographic layout definitions |
references/styles/ | Infographic style definitions |
image_generate returns a URL, not a local file — always download via terminal (curl) before using.curl -o — persistent-shell CWD can drift between batches.image_generate uses user-configured backend; don't write model names expecting routing.