baoyu-infographic

Infographics: 21 layouts x 21 styles (信息图, 可视化).

  • infographic
  • visual-summary
  • creative
  • image-generation

Declared platforms: linux · macos · windows

Install
npx skills add 'https://github.com/NousResearch/hermes-agent/tree/main/skills/creative/baoyu-infographic'
Download bundle ↓
main · 24fd22bScanned 2026-09-15

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

PORT_NOTES.md

PORT_NOTES.mdBrowse 47 files
View on GitHub
← Back to SKILL.md

Port Notes — baoyu-infographic

Ported from JimLiu/baoyu-skills v1.56.1.

Changes from upstream

Only SKILL.md was modified. All 45 reference files are verbatim copies.

SKILL.md adaptations

ChangeUpstreamHermes
Metadata namespaceopenclawhermes
Trigger/baoyu-infographic slash commandNatural language skill matching
User configEXTEND.md file (project/user/XDG paths)Removed — not part of Hermes infra
User promptsAskUserQuestion (batched)clarify tool (one at a time)
Image generationbaoyu-imagine (Bun/TypeScript)image_generate tool
Platform supportLinux/macOS/Windows/WSL/PowerShellLinux/macOS only
File operationsBash commandsHermes file tools (write_file, read_file)

What was preserved

  • All layout definitions (21 files)
  • All style definitions (21 files)
  • Core reference files (analysis-framework, base-prompt, structured-content-template)
  • Recommended combinations table
  • Keyword shortcuts table
  • Core principles and workflow structure
  • Author, version, homepage attribution

Syncing with upstream

To pull upstream updates:

# Compare versions
curl -sL https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/skills/baoyu-infographic/SKILL.md | head -5
# Look for version: line

# Diff reference files
diff <(curl -sL https://raw.githubusercontent.com/.../references/layouts/bento-grid.md) references/layouts/bento-grid.md

Reference files can be overwritten directly (they're unchanged from upstream). SKILL.md must be manually merged since it contains Hermes-specific adaptations.