feat(skills): add baoyu-infographic skill — 21 layouts × 21 styles (salvage #9901) - #12254
Merged
Conversation
Port of baoyu-infographic from JimLiu/baoyu-skills (v1.56.1) adapted for Hermes Agent's tool ecosystem. Adaptations from upstream: - Frontmatter: openclaw metadata → hermes metadata - Usage: slash command syntax → natural language triggers - Removed EXTEND.md config system (not part of Hermes infrastructure) - AskUserQuestion → clarify tool (one question at a time) - Image generation → image_generate tool - Removed Windows-specific paths - Simplified file operations to use Hermes file tools - All 45 reference files (layouts, styles, templates) preserved intact Attribution preserved per agreement with 宝玉 (Jim Liu): - author, version, GitHub homepage URL in frontmatter Co-authored-by: Jim Liu 宝玉 <junminliu@gmail.com>
Documents what changed from upstream and how to sync future updates.
Maps junminliu@gmail.com → JimLiu for the baoyu-infographic skill port co-author attribution.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
baoyu-infographicbuilt-in skill — 21 layout types × 21 visual styles for generating professional infographics viaimage_generate.Salvage of #9901 onto current
main. Drops the bundled fitness-nutrition cherry-pick (already on main as f0b353b) and the staletools/skills_tool.pydiff that would have reverted #10285, #10587, and b21b3bf (including the_INJECTION_PATTERNSprompt-injection guard and the_serve_plugin_skillplugin-skill serving path).Changes
skills/creative/baoyu-infographic/— SKILL.md (adapted workflow), 3 core references (analysis framework, base prompt, structured-content template), 21 layout defs, 21 style defs, PORT_NOTES.md (sync guide). 47 files, 2447 insertions, all inside the skill directory.scripts/release.py— AUTHOR_MAP entryjunminliu@gmail.com → JimLiuso the attribution check recognizes the co-author.Attribution
junminliu@gmail.com, GitHub profile email). Original skill © Jim Liu under JimLiu/baoyu-skills, v1.56.1. Port permission and attribution terms per prior agreement (name / author / version / homepage URL preserved in SKILL.md frontmatter).baoyu@example.com; corrected here to Jim's public GitHub profile email soCo-authored-bylinks to his account.Adaptations from upstream
openclawnamespacehermesnamespace/baoyu-infographicslash commandAskUserQuestion(batched)clarify(one at a time)image_generateAll 45 layout/style/template reference files are preserved verbatim from upstream.
Validation
skills/creative/baoyu-infographic/tools/skills_tool.pyreverted ~100 lines (stale) + fitness-nutrition re-added (already on main)scripts/release.py(+1 line, attribution)check-attributionCloses #9901.