85,000+ SKILL.md files compatible with Hermes Agent. Cross-agent skills from the open Agent Skills standard, install in one command. Free to browse. Pro unlocks the multi-signal Quality Score on every skill.
hermes skills install <owner/repo>
Hermes Agent is an open-source autonomous AI agent built by Nous Research, launched February 2026. MIT-licensed, local-first, with no telemetry or cloud lock-in. Multi-platform: Telegram, Discord, Slack, WhatsApp, Signal, Email, CLI, plus a native Hermes Desktop app for macOS / Windows / Linux. 57,000+ GitHub stars in its first 6 weeks; backed by Paradigm + a16z.
Hermes Agent uses two distinct extension primitives: Skills (the open
SKILL.md format catalogued here) and Plugins (Hermes-specific Python
register(ctx) modules — not cross-compatible). This page covers skills
only. Plugins are documented separately on the
official Hermes docs.
hermes skills install <owner/repo>.~/.hermes/skills/<slug>/.The SKILL.md format is an open standard, so most skills work on Hermes without modification. A few patterns may need attention:
~/.claude/ paths should be adapted to ~/.hermes/ equivalents.allowed-tools: frontmatter listing Claude Code-specific tools work, but the tools themselves may not be available in Hermes — adapt or omit.Author attribution and original repo link are preserved on every skill detail page. If you're a skill author and prefer not to have your work listed under cross-agent positioning, contact acreatorstore@translatea.com for opt-out within 48 hours.
~/.claude/) or tools (Computer Use, specific MCP bindings) work
without modification. Skills that do need minor adaptation. Every skill detail
page flags known compatibility constraints.
plugin.yaml + Python register(ctx)) extend
Hermes with custom tools and hooks — Hermes-specific. Skills (SKILL.md)
are reusable agent behaviours in the open standard format — cross-compatible
across 40+ clients. GuildSkills catalogs skills. For Hermes plugins, see
the
official Hermes plugin examples.
hermes skills install <owner/repo> — for example,
hermes skills install ZeroPointRepo/youtube-skills. Hermes pulls the
SKILL.md plus supporting files and registers them for the next session. See the
Hermes quickstart
for installation.