Back to Hermes Agent

Port Notes — baoyu-infographic

skills/creative/baoyu-infographic/PORT_NOTES.md

2026.6.51.7 KB
Original Source

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:

bash
# 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.