The complete, interactive map of Hermes Agent skills — curated, verified, and open source.
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.
| Total Skills | Categories | Community | Verified Repos |
|---|---|---|---|
| 70+ | 14 | 25+ | 23 |
- 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
git clone https://github.com/codesstar/hermes-skill-atlas.git
open hermes-skill-atlas/article/hermes-skill-cards.htmlOr just download article/hermes-skill-cards.html and open it.
Found a great skill? Made your own? We'd love to add it.
The easiest way: open an issue — 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.
Structured skill data is available at data/skills.json for programmatic access:
{
"categories": [
{
"name": "日常生产力",
"id": "productivity",
"skills": [{ "name": "...", "source": "builtin", "install": "..." }]
}
]
}hermes-skill-atlas/
├── article/
│ ├── hermes-skill-cards.html # Main card browser (精选 70+)
│ └── hermes-skill-catalog.html # Full table view (200+)
├── data/
│ └── skills.json # Structured skill data
├── CONTRIBUTING.md
└── LICENSE (MIT)
Hermes Skill Atlas 是一个交互式技能目录网页,收录了 Hermes Agent 生态中 70+ 个精选 Skill,涵盖 14 个分类:日常生产力、搜索研究、记忆系统、写作内容、任务编排、创意可视化、AI Agent 联动、开发者工具、通讯社交、安全红队、娱乐游戏、工作区 GUI,以及奇思妙想CYC 自制的 3 个 Skill。
每一个社区 Skill 都经过了 人工验证 —— GitHub 仓库确认可用、安装命令实际测试、星数更新为最新。
git clone https://github.com/codesstar/hermes-skill-atlas.git
open hermes-skill-atlas/article/hermes-skill-cards.html或者直接下载 article/hermes-skill-cards.html,双击打开即可。无需安装任何依赖。
做了自己的 Skill?发现了好用的 Skill? 欢迎提交!
最简单的方式:提一个 Issue,填上 Skill 名字、GitHub 链接、一句话描述就行。我会审核后加入目录。
也可以直接提 PR,详见 CONTRIBUTING.md。
| Skill | 说明 | 仓库 |
|---|---|---|
| loci | AI 记忆宫殿 — 跨项目、跨会话长期记忆 | codesstar/loci |
| mbti-personality | MBTI 人格切换 — 32 种组合 | codesstar/mbti-personality |
| next-slide | 一句话做 PPT — 26+ 设计风格 | codesstar/next-slide |
- B站:奇思妙想CYC
- GitHub:@codesstar
