AI Tools 2026-05-26 · ~14 min

2026 Must-Have Hermes Agent Skills: The Most Complete List and Install Priority

If you already run Hermes Agent but feel lost in the Skills Hub, GitHub lists, and MCP plugins, here is the direct answer: do not install everything—keep bundled core skills, then add 3–5 high-value external skills by priority. This guide includes a four-tier decision matrix, scene bundles, a pre-install safety checklist, a Top 20 ranked table, and a seven-step path you can run today (CLI verified against the official Hermes Skills docs as of 2026-05-26).

2026 Hermes Agent Skills must-install list and install priority

1. Conclusion first: Hermes Agent Skills are not an install-everything buffet

In 2026, the easiest way to misconfigure Hermes is not the main agent—it is Skills: bundled defaults, the Skills Hub, GitHub community lists, Browser Use, Obsidian, Playwright, SEO/GEO, and Skill Factory all look equally “essential.”

A workable strategy uses four tiers. “Most complete list” here means coverage for decisions, not install them all:

Tier Action Examples Before install
① Keep bundled Do not delete; use reset if broken plan, TDD, code-review, github-*, native-mcp Verify against catalog
② New env priority Install 3–5 from Hub Browser Use, YouTube, Obsidian, Playwright, Defuddle Inspect first
③ Scene-specific Add when workflow is real Composio, SEO/GEO, ComfyUI, Skill Factory Inspect + sandbox
④ Install carefully Skip or read-only audit Social posting, full mailbox, prod repo write, offensive red-team packs Source review + least privilege

Developers should keep planning, debugging, TDD, code review, and GitHub workflows first. Research and content users should add page cleaning, YouTube, Obsidian, and SEO/GEO. Automation users can layer Browser, Composio, MCP, and multi-agent orchestration only after that foundation is stable.

2. What Hermes Agent Skills actually are

Skills are not a flat IDE plugin list. Each one is a workflow knowledge pack loaded on demand: a SKILL.md file describes when to trigger, what steps to follow, and which tools to use. The agent reads the full skill via skill_view only when the task matches—so you do not stuff every instruction into the system prompt.

  • Install location: bundled skills copy to ~/.hermes/skills/ at install time; Hub skills use the same path (HERMES_HOME can override the root).
  • Discovery: bundled Skills Catalog, Skills Hub (hermes skills browse), the agentskills.io ecosystem, and custom GitHub sources via hermes skills tap add.
  • vs Tools: tools are capabilities (read files, run shell); skills are playbooks for recurring task types.

More installed skills does not mean a stronger agent—unused skills stay out of the token budget, but misinstalled high-permission skills widen the blast radius when triggered.

3. Commands you need before installing anything

These subcommands were checked against official docs on 2026-05-26. If anything changes, use the Skills System page and hermes skills --help. In chat, prefix with /skills for equivalent slash commands.

CLI command Purpose How to use in this guide
hermes skills listShow installed skillsConfirm bundled items were not removed
hermes skills browseBrowse Hub (--source official optional)Shortlist—no batch install
hermes skills search QUERYKeyword searchFind Playwright, SEO, etc.
hermes skills inspect IDPreview before installRequired for external skills
hermes skills install IDInstall from Hub/URL (security scan)Only after inspect passes
hermes skills checkCheck upstream updatesWeekly maintenance
hermes skills updateReinstall changed Hub skillsBack up before major upgrades
hermes skills auditRe-run security scanAfter adding high-permission skills
hermes skills reset NAME [--restore]Restore bundled defaultWhen bundled skill was edited
hermes skills configEnable/disable per platformLimit skills on 24/7 gateways
hermes skills uninstall NAMERemove Hub skillDrop unused high-permission items

New installs take effect in new sessions; use /reset or --now on install to refresh the current session (higher token cost on the next turn).

4. Official bundled skills you should keep

Hermes copies the bundled library into ~/.hermes/skills/ at install; hermes update respects local deletes and user edits. The table below prioritizes engineering discipline—paths follow the official Bundled Catalog.

Skill Path What it does Best for
plansoftware-development/planPlan mode; writes .hermes/plans/All developers
writing-planssoftware-development/writing-plansBreak work into executable tasksLarger features
systematic-debuggingsoftware-development/systematic-debuggingFour-phase root-cause workflowHeavy debugging
test-driven-developmentsoftware-development/test-driven-developmentRED-GREEN-REFACTORQuality gates
requesting-code-reviewsoftware-development/requesting-code-reviewPre-PR safety and quality scanPR workflows
subagent-driven-developmentsoftware-development/subagent-driven-developmentExecute plans via sub-agentsLarge repos
github-pr-workflow, etc.github/*PRs, issues, reviewsGitHub teams
native-mcpmcp/native-mcpConnect MCP serversToolchain extension
hermes-agentautonomous-ai-agents/hermes-agentConfigure and troubleshoot HermesOps / power users
obsidian / youtube-contentnote-taking/obsidian, media/youtube-contentVault and video scripts (bundled)Research/content (compare Hub variants before duplicating)

Office skills (google-workspace, notion) and research skills (arxiv) are enable when you have accounts; large creative packs can stay dormant until you need them.

5. External skills to prioritize on a fresh 2026 environment

Hub IDs, repos, and maintenance status change—this table gives decision data, not copy-paste install commands. Workflow: hermes skills search …inspectinstall.

Pick Priority Problem solved Audience Pre-install check Privilege
Obra SuperpowersP0Stronger plan/debug/TDD discipline packDevelopersOverlap with bundled software-development?Medium
Browser UseP0Browser automation, forms, scrapingOps / QALogin state, CDP port; no unauthorized bulk actionsHigh
YouTube (Hub)P1Captions → summary / blog draftContent / researchEgress, copyright, attributionMedium
Obsidian (Hub/community)P1Read/write vault, search notesPersonal KBVault path scope, sync conflictsMed–high
DefuddleP1Clean article body from web pagesResearch / SEOFetch rate, site ToSMedium
PlaywrightP1E2E tests, visual regressionWeb QABrowser binaries, CI resourcesMed–high
ComposioP2SaaS integration orchestrationOffice automationOAuth scopes; minimal connectorsHigh
SEO / GEOP2Site structure and discoverabilityContent sitesWrites to production CMS?Medium
Skill FactoryP2Generate custom skills from workflowsLong-term skill buildingCan generated scripts run shell?Med–high
SkillClaw / ReflexionP3Skill discovery / self-improvement loopsAdvanced usersRisk of auto-installing other skillsHigh

6. Scene bundles: which group fits you

Scene Suggested stack (bundled + external) Inspect focus
Developerplan + TDD + code-review + github-* + subagent-driven-development; optional Obra SuperpowersDuplication vs bundled
SEO / content siteDefuddle + SEO/GEO + humanizer (bundled) + writing-plansCMS / DB writes
Researcharxiv + blogwatcher + Defuddle + youtube-contentScraping compliance
Personal knowledge baseobsidian + llm-wiki + ocr-and-documentsVault path allowlist
Office automationgoogle-workspace / notion + Composio + native-mcpMinimal OAuth scope
Web testingPlaywright + dogfood + systematic-debuggingStaging URLs, credentials
Design / creativesketch + excalidraw + architecture-diagramOutput paths and size
Security audit (defensive)requesting-code-review + codebase-inspection; avoid offensive red-team packsAuthorized targets only
Long-term skill buildinghermes-agent-skill-authoring + Skill Factory + your own SKILL.mdGenerated script permissions

7. Skills you should not install without scrutiny

These belong in tier ④—not banned, but inspect, read source, and apply least privilege for authorized, compliant use only:

  • Browser login state / Browser Use: may retain cookies; never run unauthorized bulk actions on banking, email, or social accounts.
  • Cloud accounts & Composio: every connector expands leak surface—enable only what the task needs.
  • X/Twitter (xurl), WhatsApp, full mailbox access: fine for low-frequency personal assist; not for spam or bypassing platform limits.
  • Production repo write access: scope github-* workflows to branches and directories you trust.
  • Anthropic-Cybersecurity-Skills, godmode, jailbreak packs: authorized test environments only—never abuse third-party services.

Pre-install safety checklist (8 items)

  1. Source: official Hub or trusted GitHub org—avoid random single-file URLs
  2. Read full SKILL.md and frontmatter
  3. Check scripts/ for shell, curl, rm -rf
  4. Network: are outbound domains necessary?
  5. Secrets: does it read .env, Keychain, or plaintext tokens?
  6. Filesystem: is access limited to intended directories?
  7. Maintenance: recent commits and open issues?
  8. Reversible: uninstall, reset, update supported?

8. My 2026 Top 20 ranked list

Order balances beginner safety, dev velocity, content/research, automation, and long-term upkeep. “Bundled” needs no Hub install; “External” means search → inspect → install.

# Skill Type Scene Before install
1planBundledDevConfirm present
2writing-plansBundledDev
3systematic-debuggingBundledDebug
4test-driven-developmentBundledDev
5requesting-code-reviewBundledPR
6subagent-driven-developmentBundledLarge tasks
7github-pr-workflowBundledGitHubgh auth
8native-mcpBundledExtensionMCP config
9hermes-agentBundledOps
10Obra SuperpowersExternalDev boostinspect
11Browser UseExternalAutomationinspect + isolate
12DefuddleExternalResearch/SEOinspect
13youtube-content / Hub YouTubeBothContentPick one; avoid duplicate
14obsidianBothKBVault path
15PlaywrightExternalWeb QAinspect
16arxiv + blogwatcherBundledResearch
17SEO / GEOExternalContent siteinspect
18ComposioExternalOfficeMinimal connectors
19hermes-agent-skill-authoringBundledCustom
20Skill FactoryExternalSkill buildinginspect scripts

Reference numbers: the official bundled catalog lists 20+ categories and 100+ entries (verify on install day); Hub sources include official, skills-sh, well-known, and tap add custom repos. For a new machine, keep external installs ≤ 5, run stable for two weeks, then expand.

9. Why “install everything” fails in practice

  1. Constraint: big lists feel like mandatory installs. Community READMEs rank by GitHub stars, not whether you use Obsidian or browser automation daily.
  2. Hidden cost: high-permission skills expand audit surface. Every skill that can read mail, post socially, or drive a browser is a misfire risk—worse on a 24/7 gateway host.
  3. Stability: install once, never maintain. Skipping check/update/audit leaves stale SKILL.md after Hermes upgrades.

10. Seven-step path you can run today

  1. Validate Hermes itself: if not installed yet, follow the install & config guide; run hermes doctor with no fatal errors.
  2. List bundled skills: hermes skills list vs section 4; restore gaps with hermes skills reset --restore if needed.
  3. Pick one scene bundle: choose one row from section 6 and name only 2–3 external skills to add.
  4. Inspect each candidate: hermes skills search … then hermes skills inspect <id>; pass the section 7 checklist.
  5. Install and sandbox: hermes skills install <id>; test in ~/hermes-lab, not a production repo.
  6. Verify in a fresh session: /reset or a new hermes chat; confirm skills trigger as expected.
  7. Calendar maintenance: weekly skills check, monthly skills audit; align with the long-term maintenance guide backup policy.

11. Post-install maintenance

  • Update on a schedule: hermes skills checkhermes skills update (run hermes backup before major Hermes upgrades).
  • Reset when bundled skills break: hermes skills reset NAME --restore.
  • Remove unused high-permission skills: hermes skills uninstall plus skills config to disable on gateways.
  • Capture real workflows: use hermes-agent-skill-authoring or Skill Factory to author your own skills instead of hoarding Hub trends.

12. Run Hermes Skills on Mac mini with less friction

Browser Use, Playwright, Obsidian, local MCP, and macos-computer-use depend on a native macOS stack—no WSL, and Homebrew plus Unix tooling are ready out of the box. Mac mini M4’s unified memory handles Hermes gateways, browser automation, and light local models comfortably; ~4W idle power makes it a practical 24/7 skills sandbox without tying up your daily laptop.

Gatekeeper, SIP, and FileVault give clearer boundaries around ~/.hermes/ than a typical Windows workstation. Combined with the inspect workflow above, a dedicated mini is a safer place to validate high-permission skills before rolling them to a team gateway.

If you want a quiet, stable host for layered Hermes Skills, Mac mini M4 is one of the best value starting points—run your prioritized stack on a dedicated node instead of experimenting on a full-permission daily driver.

Hermes + Mac Node

Run your Skills workflow on Mac mini

Remote macOS nodes with low power draw—ideal for Hermes gateways and isolated browser-skill trials.

Native macOS Apple Silicon On-demand rental
macOS Cloud Rental Hermes Skills Node
Buy Now