Hermes just took a big step toward becoming a platform. The desktop app now includes a Skill Hub — a built-in browser for discovering, installing, and managing community skills.
What Is the Skill Hub?
The Skill Hub is a new section in Hermes’s Capabilities panel. It’s built with React Query for data fetching and provides:
- Skill discovery — browse available skills with descriptions, ratings, and version info
- One-click install — install skills directly from the UI, no command line needed
- Dependency resolution — if a skill requires other skills, the Hub handles the chain
- Auto-updates — installed skills check for updates and can auto-upgrade
- Search — find skills by name, tag, or capability
Why This Matters
The skill system is Hermes’s extensibility layer. Skills package instructions, scripts, and templates into reusable units. Until now, finding and installing skills required knowing where to look — GitHub repos, community lists, word of mouth.
The Skill Hub changes that. It creates a discoverable marketplace where skills can gain adoption based on quality rather than discoverability. This is the same transition that VS Code made when it added the extension marketplace.
Community Skills
The Hub ships with a curated set of community skills:
- Code review workflows
- Security audit automation
- Dependency management
- Documentation generation
- Deployment pipelines
- Test generation
Each skill includes SKILL.md files, scripts, and templates — the same format that Hermes agents use internally.
What’s Next
The Skill Hub lays the foundation for a full plugin ecosystem. With the skills renovation already in place, the Hub is the final piece — the distribution channel. Hermes is becoming a platform, not just a tool.