The Skills Hub for Hermes Agent by Nous Research.
Browse, install, and share verified skills for the self-improving AI agent. Security-scanned. Open standard. Community-driven.
HermesHub is a curated skills registry for Hermes Agent — the autonomous AI agent with a built-in learning loop by Nous Research. Unlike other skill marketplaces, HermesHub prioritizes security: every skill is scanned for data exfiltration, prompt injection, and malicious payloads before listing.
Skills follow the agentskills.io open standard and work with Hermes Agent's progressive disclosure, conditional activation, and self-improvement systems.
# Install from HermesHub
hermes skills install github:amanning3390/hermeshub/skills/<skill-name>
# Browse available skills
hermes skills browse
# Search skills
hermes skills search <query>| Skill | Category | Description |
|---|---|---|
| google-workspace | Productivity | Gmail, Calendar, Drive, Docs, Sheets |
| web-researcher | Research | Multi-source research with synthesis |
| github-workflow | Development | Git/GitHub CLI workflow management |
| docker-manager | DevOps | Container lifecycle management |
| data-analyst | Data | SQL, pandas, charts, statistics |
| security-auditor | Security | OWASP Top 10, secret scanning |
| notion-integration | Productivity | Notion pages, databases, workspace |
| slack-bot | Communication | Slack messaging and channels |
| test-runner | Development | Multi-language test execution |
| arxiv-watcher | Research | ArXiv paper monitoring |
| project-planner | Productivity | Task decomposition and tracking |
| api-builder | Development | REST/GraphQL API scaffolding |
- Create a skill directory with a
SKILL.mdfile following the agentskills.io spec - Test locally by copying to
~/.hermes/skills/ - Open a Pull Request adding your skill to the
skills/directory - Automated security scanning runs on all PRs
- After review and approval, your skill is listed on hermeshub.xyz
See the submission guide for detailed instructions, templates, and security requirements.
HermesHub was built to address the security problems plaguing other skill marketplaces:
- Mandatory security scanning — No skill is listed without passing automated checks
- Verified publishers — GitHub identity verification required
- No spoofable metrics — Download counts cannot be artificially inflated
- Transparent review — All scan results and trust levels are visible
- Documented permissions — Environment variables and access patterns must be declared
---
name: my-skill
description: What it does and when to use it
version: "1.0.0"
license: MIT
metadata:
author: your-username
hermes:
tags: [tag1, tag2]
category: development
---
# Skill Title
## When to Use
## Procedure
## Pitfalls
## Verification- Hermes Agent — The self-improving AI agent
- Hermes Agent Docs — Full documentation
- agentskills.io — Open standard specification
- Nous Research — The lab behind Hermes
MIT