H
Hermes

Hermes Agent Skills Directory

Skills for Hermes Agent, the self-improving agent framework from Nous Research. Hermes stores skills in hermes/skills/ and turns each one into a slash command, so an installed skill named memory is invoked with /memory. Browse 13 listings covering web search, email, browser automation, GitHub, Notion, memory and databases.

13 skills7 listed as safeFree to install

About Hermes Agent

Hermes Agent is an open-source agent framework from Nous Research that runs in your terminal, a desktop app, messaging platforms and IDEs. Its defining feature is a closed learning loop: it can identify a capability it lacks, write a skill for it, test it, and keep it. From v0.12 an autonomous Curator periodically scores, merges and prunes the agent-created skill library.

Maintained by Nous Research.

How skills work

Hermes skills are on-demand knowledge documents stored in hermes/skills/, which is the single source of truth. Bundled skills are copied there on a fresh install, and hub-installed and agent-created skills land there too. Every installed skill automatically becomes a slash command, so a skill named plan is invoked with /plan.

Security model

Hermes checks third-party and community skills against policy before installing, and --force will not override a verdict it considers dangerous. Because Hermes can also write its own skills at runtime, review what the Curator has kept periodically with hermes skills list.

Official Hermes Agent documentation →

Other agent ecosystems