Hermes Agent Official Bundled
vs Community Skills: Your 2026 Must-Install List
The hard part with Hermes Agent Skills is rarely availability—it is layering official bundled skills with community Hub skills. This guide compares both sides into one 2026 must-install list, install priority, and scene-based stacks. Verified 2026-05-26; the live catalog is the Bundled Skills Catalog plus hermes skills browse.
A steadier approach is layered: official bundled skills are the base (planning, debugging, TDD, review, GitHub, MCP, productivity, research), and community / Hub skills are enhancements (cloud browsers, SaaS bridges, page cleaning, deeper testing, long-running workflows). Chasing only Hub trends invites overlap, bloat, and high-privilege risk; staying bundled-only may leave a real gap in your task chain.
1Official bundled = base; community = enhancement
After install, bundled skills copy into ~/.hermes/skills/, sync on hermes update, and respect local edits. Skills under optional-skills/ need hermes skills install official/<category>/<skill>. Community skills install via the Skills Hub (skills-sh, well-known, direct URLs, etc.); third-party sources get security scans—still run hermes skills inspect before you trust one.
hermes skills list / hermes skills disable for idle skills).
2Bundled skills to keep by default
Most users should know and keep these bundled capabilities (paths under ~/.hermes/skills/):
| Priority | Skill | Role |
|---|---|---|
| P0 | software-development/plan, writing-plans | Planning mode and executable task breakdown |
| P0 | systematic-debugging, python-debugpy, node-inspect-debugger | Staged troubleshooting and language-level debug |
| P0 | test-driven-development | RED-GREEN-REFACTOR guardrails |
| P0 | requesting-code-review, subagent-driven-development | Pre-commit review and subagent execution |
| P0 | github/* (pr-workflow, code-review, issues) | Full PR / Issue workflow |
| P0 | mcp/native-mcp | Connect MCP servers and register tools |
| P1 | productivity/google-workspace, notion, linear | Common office and project management |
| P1 | research/arxiv, blogwatcher, llm-wiki | Papers, RSS, knowledge-base skeleton |
| P1 | note-taking/obsidian, media/youtube-content | Local notes and video transcripts (baseline) |
| P2 | creative/humanizer, devops/webhook-subscriptions | Voice polish, event-driven agents |
Accidentally removed a skill? Use hermes skills reset <name> --restore to pull it back from bundled. On Mac, optional apple/macos-computer-use and imessage are useful—tighten approvals and directory boundaries in production.
3Community skills to install first
Add Hub skills when bundled coverage exists but is shallow, or when an integration is missing. Install IDs change—trust hermes skills inspect at install time:
| Priority | Area | Typical install / notes |
|---|---|---|
| P0 | Cloud browser | skills-sh/browser-use/browser-use/browser-use (anti-bot, proxy, persistent login) |
| P0 | Page cleaning | official/research/defuddle or defuddle inside an Obsidian pack (lower token use) |
| P1 | SaaS bridge | Composio (hermes skills search composio)—pick CLI or MCP, not both blindly |
| P1 | Deeper Obsidian | Hub obsidian-cli, json-canvas, etc. (bundled obsidian is baseline) |
| P1 | E2E testing | Playwright-style skills (hermes skills search playwright) |
| P2 | SEO / GEO | Content-site skills; pair with humanizer—structure vs voice |
| P2 | Skill factory / evolution | Skill Factory, SkillClaw, Reflexion—sandbox before production |
--yolo, secrets only in ~/.hermes/.env with chmod 600.
4Where capabilities overlap
- →Human-like writing: bundled
humanizervs Hub SEO packs—add SEO when you need keyword/structure templates, not for every draft. - →Planning:
plan/writing-planscover daily work; addkanban-orchestratoronly for Kanban-style orchestration. - →Browser: built-in Chromium tools + Browser Use = cloud sessions and anti-detection; skip if you do not need cross-border logins.
- →Knowledge base:
llm-wikifor self-hosted wikis; deepen either bundled Obsidian or Hub extensions—not both by default. - →MCP:
native-mcpwires servers; Composio MCP wires SaaS—do not register the same tool twice.
5Scene-based stacks (bundled base + Hub boost)
- →Development: plan + TDD + github-pr-workflow + requesting-code-review; optional Browser Use for docs behind login walls.
- →SEO content sites: writing-plans + humanizer + Defuddle for competitor pages; Hub SEO skills as add-ons.
- →Research: arxiv + blogwatcher + Defuddle; llm-wiki or Obsidian extensions for storage.
- →Office automation: google-workspace + Composio; webhook-subscriptions for cron-style triggers.
- →Web testing: TDD + Playwright skill + dogfood for exploratory QA.
6Pre-install checklist for community skills
- 1Source: prefer
official/andskills-sh/; unknown URLs requireinspect - 2Scripts: read shell/Python referenced in SKILL.md—no obfuscation
- 3Network: note unknown domains; restrict egress on production hosts
- 4Secrets: minimal OAuth/API scope; never commit keys to project Git
- 5Filesystem: default working dir, full-disk or Keychain access requests
- 6Maintenance: recent commits, responsive issues
- 7After install:
hermes skills list; load in session via/resetor--now
72026 Top 20 recommendations
| # | Source | Skill | Why |
|---|---|---|---|
| 1 | Bundled | plan + writing-plans | Task breakdown base |
| 2 | Bundled | systematic-debugging | Understand before you edit |
| 3 | Bundled | test-driven-development | Quality gate |
| 4 | Bundled | requesting-code-review | Pre-commit scan |
| 5 | Bundled | github-pr-workflow | Primary PR path |
| 6 | Bundled | github-code-review | Read diffs and comment |
| 7 | Bundled | native-mcp | Expand the tool surface |
| 8 | Bundled | subagent-driven-development | Parallel large tasks |
| 9 | Bundled | hermes-agent | Self-config and troubleshooting |
| 10 | Bundled | google-workspace / notion | Office stack—one or both |
| 11 | Bundled | arxiv + blogwatcher | Information intake |
| 12 | Bundled | obsidian (baseline) | Local knowledge base |
| 13 | Bundled | webhook-subscriptions | Event automation |
| 14 | Community | Browser Use | Cloud browser and session state |
| 15 | Community / optional | Defuddle | Lower token on web pages |
| 16 | Community | Composio | 1000+ SaaS connectors |
| 17 | Community | Playwright (Hub) | E2E regression |
| 18 | Community | Obsidian extension packs | CLI / Canvas depth |
| 19 | Community | SEO / GEO skills | Content sites—optional |
| 20 | Community | Skill Factory / Reflexion | Capture mature workflows |
For install and Gateway basics, see our Hermes install & setup guide and Mac setup checklist.
8Layered skill management is easier on Mac mini
Skills call terminals, browsers, and local files. macOS gives you native Unix, launchd for a persistent Gateway, and a Docker terminal backend—without WSL friction on Windows. Mac mini M4 draws about 4W at idle; unified memory suits always-on Hermes plus browser automation. Gatekeeper, FileVault, and manual approval modes reduce exposure from high-privilege community skills.
If you are building a production agent with “bundled base + a few Hub extensions” from this list, Mac mini M4 is a strong value host. Get one now and run Skills on hardware built for long uptimes.
- 1Keep bundled P0: plan / debug / TDD / review / GitHub / native-mcp
- 2Add 1–3 Hub skills per scene; avoid overlap with bundled
- 3Inspect before install, least privilege; quarterly disable idle skills