· Updated

Hermes Just Built a Skill Hub — And It Changes Everything About Agent Extensibility

Hermes Agent#skill-hub#plugins#capabilities#marketplace#workflows

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.

What a Skill Actually Contains

A skill isn’t just a prompt — it’s a portable bundle. Each one ships with:

  • SKILL.md — the instruction file that tells the agent when and how to use the skill
  • Scripts — executable logic the skill runs (parsers, formatters, validators)
  • Templates — reusable file scaffolds the skill stamps out

The format is the same one Hermes agents use internally, which is the important part: you’re not learning a marketplace-specific format, you’re using the native skill format. A skill you install from the Hub behaves exactly like a skill you write yourself.

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.

FAQ

How do I publish a skill to the Hub? Skills are portable and shareable — the Hub accepts the standard SKILL.md + scripts + templates bundle. Package your skill, submit it, and it becomes installable by other users the same way you pull it down. The community ecosystem also lives at agentskills.io if you want to browse skills outside the desktop UI.

Will installing a skill slow my agent down? No. The Hub only installs what you choose, and skills load on demand when the agent decides they apply — they don’t run constantly in the background.

Do skills keep working when the Hub updates them? Yes — auto-update checks for new versions, and dependency resolution ensures a skill you rely on doesn’t break when an upstream skill changes.

Zettelkasten for Agents

One underrated thing the skill format enables: skills are how you persist how you work, not just what the agent knows. Package your review checklist as a skill, share it, and every agent on your team critiques code the way you do. That’s the real leverage of a marketplace — conventions become packages.



Running Claude Code or Cursor but still paying separately for ChatGPT Plus? aiFiesta gives you GPT, Claude, Gemini, and 6 more premium models for $12/mo — pick the best model for every task without paying for 9 subscriptions.

FREE RESOURCE

Get the AI Agent Cheat Sheet

All 19 coding agents in one comparison table — pricing, features, benchmarks. Updated weekly. Delivered to your inbox.

k
kira_bug_hunter
Security & Bug Hunter
Former pen tester. Finds the bugs nobody wants to exist. Skeptical of everything, especially status indicators.

Related articles