Skills Marketplace¶
The Skills Marketplace is the community hub for discovering, installing, and sharing Hermes agent skills. Every skill listed here is a production-ready, executable workflow from skills.sh — install with a single command and use immediately.
290+ curated skills across 22 categories. Updated weekly as new skills are published.
How to Discover Skills¶
Browse by Category¶
The marketplace organizes skills into functional categories. Click any category to jump to the detailed listing:
| Category | Skills | Top Picks |
|---|---|---|
| Marketing & Growth | 45 | seo-audit (132K), copywriting (122K), content-strategy (86K) |
| Development & GitHub | 10 | requesting-code-review (121K), github-actions-docs (206K) |
| Agent Infrastructure | 8 | agent-browser (432K), web-design-guidelines (377K) |
| MCP & API Integration | 5 | mcp-builder (71K), claude-api (37K) |
| Code Quality & Review | 4 | code-review-excellence (22K), python-testing-patterns (24K) |
| Testing & QA | 4 | webapp-testing (92K), e2e-testing-patterns (18K) |
| Content & Social | 5 | persona-content-creator (17K), social-publisher (3K) |
| AI Media | 5 | frontend-design (521K), video-edit (217K) |
| Operations & Productivity | 5 | email-to-task (18K), changelog-automation (9K) |
| Orchestration & RAG | 6 | rag-implementation (9.5K), langchain-rag (8.6K) |
| Infrastructure & DevOps | 5 | neon-postgres (40.3K), docker-expert (18.9K) |
| Platform Integrations | 11 | notion-api (42.1K), agent-email-inbox (3.3K) |
| Communication Bots | 4 | whatsapp-automation (3.4K), telegram-bot (3.1K) |
| Hermes Agent Variants | 30 | dogfood (3.6K), claude-code (131) |
| Hermes Ecosystem | 20 | hermes-webui-agent (193), hermes-desktop-companion (152) |
| Security Suite | 16 | skill-auditor (590), setup-auditor (384) |
Check Trending Skills¶
Install count is the best signal of a skill's usefulness. Here are the top marketplace skills by installs:
| Skill | Installs | What It Does |
|---|---|---|
frontend-design |
521K | Design and UI generation |
vercel-react-best-practices |
462K | React patterns and conventions |
agent-browser |
432K | Browser automation via Playwright |
web-design-guidelines |
377K | Web UI best practices |
video-edit |
217K | AI video editing |
vercel-composition-patterns |
205K | Vercel composition architecture |
github-actions-docs |
206K | GitHub Actions reference |
use-my-browser |
200K | Browser session reuse |
seo-audit |
132K | Full SEO audit |
copywriting |
122K | Marketing copy generation |
New skills take time to accumulate installs. Don't dismiss a 500-install skill — it might be the best tool for a specific problem. Check the skill's README and SKILL.md for quality signals: clear trigger conditions, specific tools required, concrete outputs.
Search by Use Case¶
Looking for something specific? The marketplace is searchable by keyword:
# Search skills.sh API directly
curl -s "https://skills.sh/api/skills?q=email" | jq '.'
# Or browse the catalog pages
# → [Email operations →](/hermes/skills/catalog/#email-operations)
# → [SEO skills →](/hermes/skills/catalog/#marketing--growth)
Installing Skills¶
Every marketplace skill installs with a single command:
# Install a skill (the @ syntax specifies which skill from the repo)
npx skills add coreyhaines31/marketingskills@seo-audit
# Install all skills from a repo (the full pack)
npx skills add coreyhaines31/marketingskills
# Install with automatic agent assignment
npx skills add coreyhaines31/marketingskills@seo-audit -a hermes-agent -y
# List installed marketplace skills
hermes skills list --marketplace
# Check a skill's metadata
hermes skills inspect seo-audit
After installation, the skill is available in any Hermes session. Invoke it by mentioning trigger keywords or calling it directly:
"Run a full SEO audit on example.com"
Community Submissions¶
The marketplace grows through community contributions. To submit a skill:
1. Publish on skills.sh¶
Create a repository on GitHub with a SKILL.md file at the root. The file must follow the skills.sh format:
---
name: my-skill
description: What the skill does, in one sentence
triggers:
- keyword that activates it
- another trigger
tools:
- terminal
- web_extract
---
# Skill Name
## Step 1: First action
Instructions the agent follows...
## Verification
What to check to confirm success...
Publish to npm via skills.sh:
npx skills publish ./my-skill-repo
2. Submit for Curation¶
Once published on skills.sh, your skill can be added to the Hermes community hub marketplace. The curation criteria:
- Production readiness — Has the skill been tested with real agent invocations? (Not required, but strongly preferred)
- Clear value proposition — Is it obvious what problem the skill solves?
- Complete trigger conditions — Does the skill activate under well-defined circumstances?
- Verification steps — Does the skill include checks that confirm success?
- No duplication — Is this distinct from existing marketplace skills?
Submit via the Hermes community GitHub repository — create an issue with the skill-submission label, linking to your skills.sh page.
3. What Happens Next¶
Submitted skills go through automated discovery sweeps that run weekly. The curation process checks:
- The skill installs without errors (
npx skills add <repo>@<skill>) - The SKILL.md is well-formed and parseable
- The skill category matches the existing marketplace taxonomy
- The install count is reported accurately
Approved skills appear on the next marketplace update page with install commands and category placement.
Marketplace Updates¶
New skills are discovered weekly through automated sweeps of skills.sh. Each discovery gets a dedicated update page:
- 🆕 June 16, 2026 — ClawPilot ecosystem (5 skills)
- June 15, 2026 — Nous Research Expansion (23 skills)
- June 12, 2026 Update — OpenClaw Security Suite (13 skills)
- June 12, 2026 — Hermes Security Attestation (3 skills)
- June 11, 2026 Update 2 — OpenClaw Ecosystem (23 skills)
- June 11, 2026 Update — Agent Architecture (19 skills)
- June 11, 2026 — Hermes Ecosystem (38 skills)
- June 10, 2026 — Web Scraping, MCP, Testing, Stripe (42 skills)
- June 9, 2026 — Initial Marketplace Discovery (42 skills)
Total: 290+ curated skills across 22 categories. Install any with npx skills add <owner/repo@skill>. Updated as new skills are published.
← Skills Home | Skills Catalog | Latest Discoveries →
Powered by CorpusIQ