Hermes Skill Atlas banner
codesstar codesstar

Hermes Skill Atlas

Development community

Description

The complete, interactive map of Hermes Agent skills β€” 70+ curated, verified, open source. πŸ—ΊοΈ

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Hermes Skill Atlas

The complete, interactive map of [Hermes Agent](https://github.com/nousresearch/hermes) skills β€” curated, verified, and open source.

[English](#english) Β· [δΈ­ζ–‡](#δΈ­ζ–‡θ―΄ζ˜Ž)

![screenshot](screenshot.png)


What is this?

A single-file HTML skill browser for the Hermes Agent ecosystem. No build step, no dependencies β€” just open `article/hermes-skill-cards.html` in any browser.

Every community skill has been **manually verified**: GitHub repos checked for liveness, install commands tested, star counts updated.

Stats

Total Skills Categories Community Verified Repos
70+ 14 25+ 23

Features

  • Interactive cards β€” click any skill for details, install commands, and usage tips
  • Multi-platform install β€” Hermes / Claude Code / OpenClaw tabs for cross-platform skills
  • Real-time search β€” fuzzy search across all skill names, descriptions, and categories
  • Hand-drawn icons β€” custom SVG icons for every category
  • Full catalog β€” a separate table view with 200+ skills (hermes-skill-catalog.html)
  • Zero dependencies β€” one HTML file, works offline

Quick Start

git clone https://github.com/codesstar/hermes-skill-atlas.git
open hermes-skill-atlas/article/hermes-skill-cards.html

Or just download `article/hermes-skill-cards.html` and open it.

Submit Your Skill

**Found a great skill? Made your own?** We'd love to add it.

The easiest way: [open an issue](https://github.com/codesstar/hermes-skill-atlas/issues/new?template=skill_request.md) β€” just fill in the skill name, repo link, and a short description. We'll review and add it.

If you prefer PRs, see [CONTRIBUTING.md](CONTRIBUTING.md).

Data

Structured skill data is available at `data/skills.json` for programmatic access:

{
  "categories": [
    {
      "name": "ζ—₯εΈΈη”ŸδΊ§εŠ›",
      "id": "productivity",
      "skills": [{ "name": "...", "source": "builtin", "install": "..." }]