v0.2.14
SkillHub v0.2.14
This release expands cross-agent skill installation, restores reproducible Skill Scanner builds, and improves the integration and troubleshooting documentation.
🌟 Highlights
- Add an always-available generic user-level CLI install target at
~/.agents/skills - Restore reliable Alpine-based Skill Scanner builds by pinning the validated LiteLLM dependency
- Add complete English and Chinese guides for integrating SkillHub with Hermes Agent
- Expand the bilingual FAQ with deployment, CLI publishing, package validation, and troubleshooting guidance
✨ Features
- Add a generic user-level Agent Skills target to the interactive CLI installer. Users can now install to
~/.agents/skillsindependently or alongside detected agent-specific directories such as~/.codex/skillsand~/.claude/skills. Canonical target paths are checked before installation to prevent conflicting destinations by @betterlmy in #585
This capability will become available to end users when the next SkillHub CLI package is published.
🐛 Bug Fixes
- Pin LiteLLM to
1.90.2to prevent dependency upgrades from falling back to unsupported source compilation on Alpine, restoring reproducible Skill Scanner image builds by @dongmucat in #591
📚 Documentation
- Add English and Chinese Hermes Agent integration guides covering skill installation, discovery, forced updates, conflict handling, and removal through the SkillHub CLI by @dongmucat in #584
- Expand the English and Chinese FAQ with deployment, CLI publishing, package validation, database compatibility, and operational guidance by @FenjuFu in #529
- Update the CLI documentation to describe the generic user-level Agent Skills target by @betterlmy in #585
📖 Documentation
- Docs site: https://iflytek.github.io/skillhub/
👥 New Contributors
- Welcome @betterlmy, who made their first contribution in #585
Full Changelog: v0.2.13...v0.2.14