skills/creative/baoyu-infographic/PORT_NOTES.md
Ported from JimLiu/baoyu-skills v1.56.1.
Only SKILL.md was modified. All 45 reference files are verbatim copies.
| Change | Upstream | Hermes |
|---|---|---|
| Metadata namespace | openclaw | hermes |
| Trigger | /baoyu-infographic slash command | Natural language skill matching |
| User config | EXTEND.md file (project/user/XDG paths) | Removed — not part of Hermes infra |
| User prompts | AskUserQuestion (batched) | clarify tool (one at a time) |
| Image generation | baoyu-imagine (Bun/TypeScript) | image_generate tool |
| Platform support | Linux/macOS/Windows/WSL/PowerShell | Linux/macOS only |
| File operations | Bash commands | Hermes file tools (write_file, read_file) |
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.