Sandbox
@0xNyk/awesome-hermes-agent

Curated Hermes Agent skills, tools, and guides

This repo is a hand-picked directory for people building with Hermes Agent. It points you to community skills, plugins, memory providers, MCP-style bridges, utilities, and guides, and it separates entries by maturity so you can judge what to try first. The README also explains the trust boundary for community add-ons and links back to the official Hermes docs and releases. It is meant to help you choose the right reusable pieces before you wire them into your agent setup.

5,616 stars412 forksUpdated 15d ago
Who it's for

Builders who use Hermes Agent and want a vetted list of add-ons, workflows, and references.

What it delivers

You can find Hermes-compatible skills and integrations faster instead of searching the ecosystem from scratch.

What it does

Curated ecosystem map

Groups Hermes-related resources into skills, plugins, memory providers, tools, bridges, multi-agent setups, guides, and playbooks.

Maturity tags

Marks entries as production, beta, or experimental so you can judge how safe they are to try.

Trust-boundary guidance

Reminds you to check who can trigger a community skill or plugin, what tools it can reach, and where commands run.

Start path for new users

Recommends starting with the official Hermes docs, then adding skills, then adding a surface or GUI.

Official resource links

Points to the core Hermes repo, docs, releases, Discord, and related Nous Research projects.

README

Hermes Agent

nyk.dev/oss · Hermes Agent · Brand kit

Awesome Hermes Agent

Awesome License: CC BY 4.0 Validate

Curated skills, tools, integrations, and resources for Hermes Agent, the self-improving agent from Nous Research.

Hermes Agent is the open-source agent maintained by Nous Research. Awesome Hermes Agent is 0xNyk's independent open-source directory for the optional skills, plugins, memory providers, surfaces, and bridges around it. This directory is not an official Nous Research project.

Hermes runtime and optional ecosystem layers

Ecosystem status (last reviewed: 2026-07-16)


Where Do I Start?

Three steps from zero to productive:

  1. Run Hermes: Official docs quickstart (install, CLI, first chat).
  2. Add skills: wondelai/skills (broad library) or litprog-skill (literate programming).
  3. Add a surface: hermes-workspace (Hermes GUI) or mission-control (fleet / dispatch dashboard).

Then use the full list. Every entry has a maturity tag:

Start with a working Hermes conversation before adding ecosystem layers

TagWhat it means
productionStable, documented, actively maintained; safe to build on
betaWorks but still evolving; expect some rough edges
experimentalProof of concept or early-stage; learn before depending on it

Editorial evidence behind production, beta, and experimental tags

Tags are editorial snapshots based on documentation, setup evidence, maintenance, and adoption signals. Re-check the linked project before depending on it.

Check the trust boundary

An ecosystem listing is a discovery aid, not a security endorsement. Before enabling a community skill, plugin, MCP server, or unattended job, verify who can trigger it, which tools it receives, where commands execute, what credentials it can read, and how you can stop it. Prefer the smallest toolset and an isolated backend for untrusted work.

Hermes capability and permission trust-boundary checklist

Use the official security guide, tools reference, and cron documentation for the current controls.

For the operator routine around /new, /resume, /compress, /branch, export, and pruning, use the Hermes Agent session management guide.


Contents


Official Resources

Core repositories and resources maintained by Nous Research.

  • Hermes Agent by Nous Research - The core project. Self-improving agent with a closed learning loop, skill creation and curation, persistent memory, 20+ messaging platforms, six terminal backends (local, Docker, SSH, Singularity, Modal, and Daytona), cron scheduling, MCP integration, isolated profiles, provider routing, and automatic migration from OpenClaw. 215k+ stars.
  • autonovel by Nous Research - Autonomous novel-writing pipeline built on Hermes. Generates long-form manuscripts (100k+ words) end-to-end using the agent loop.
  • hermes-paperclip-adapter by Nous Research - Run Hermes as a managed employee in Paperclip companies. Connects the agent to Paperclip's task management and governance system.
  • hermes-agent-self-evolution by Nous Research - Evolutionary self-improvement using DSPy and GEPA (Genetic Evolution of Prompt Architectures). The research pipeline for optimizing Hermes's own prompts and behaviors.
  • Official Documentation - Comprehensive docs covering quickstart, CLI, configuration, messaging gateway, security, tools, skills, memory, MCP, cron, ACP, API server, and architecture.
  • Release Notes - Official changelog with feature highlights, migration notes, and reliability fixes for each Hermes version.
  • tinker-atropos by Nous Research - Standalone Atropos integration with Thinking Machines Tinker API. RL training infrastructure for fine-tuning tool-calling models on real agent trajectories.
  • Skills Hub - The open standard for agent skills. Compatible across Hermes, Claude Code, Cursor, Codex, and other agents.
  • Discord - The Nous Research community. Bug reports, feature requests, and general discussion.

Skills & Plugins

Skills are procedural memory — reusable capabilities that Hermes creates from experience and improves during use. Plugins extend core functionality.

Community Skills

  • [beta] hermes-plugins by 42-evey - Plugin suite: Discord voice bridge with Gemini Live, WhatsApp bridge, goal management, inter-agent bridge, model selection, and cost control. Maintained by a frequent Hermes core contributor.
  • [beta] hermes-skill-factory by Romanescu11 - Meta-skill that auto-generates reusable skills from your workflows. Point it at a task you repeat and it creates a skill for it.
  • [beta] litprog-skill by tlehman - Literate programming skill that works across Claude Code, OpenCode, and Hermes. Weaves code and prose into documented, executable notebooks.
  • [experimental] Wizards-of-the-Ghosts by Hmbown - Fantasy spell-themed skill pack. Wraps real development operations (refactoring, linting, testing) in a tabletop RPG interface.
  • [experimental] super-hermes by Cranot - Teaches Hermes to write its own analytical prompts. Adds a meta-reasoning layer where the agent generates better prompts for itself before executing tasks.
  • [experimental] hermes-life-os by Lethe044 - Personal OS agent that detects daily patterns and learns your routines over time. Uses Hermes's memory system for lifestyle tracking, not just code.
  • [beta] hermes-incident-commander by Lethe044 - Autonomous SRE agent for production incident detection and self-healing. Monitors services, diagnoses failures, and applies fixes. Works well with Hermes's cron scheduling.
  • [beta] hermes-dojo by Yonkoo11 - Self-improvement system that monitors agent performance, identifies weak skills, and iterates on them automatically.
  • [beta] hermes-spotify-skill by Alexeyisme - Spotify playback control for headless Linux and Raspberry Pi 4/5. Search, play, pause, skip, set volume, transfer between Spotify Connect devices. No daemon — Hermes writes spotipy snippets and runs them via execute_code. Works with raspotify for Pi-as-speaker. Tested on Raspberry Pi OS Lite Bookworm 64-bit. The only Linux-native Spotify skill in the ecosystem.
  • [experimental] hermes-skill-marketplace by Lethe044 - Agent that writes, tests, and publishes new skills autonomously. Automates the skill creation and distribution lifecycle.
  • [experimental] personal-api by beiyuii - Turn your Obsidian vault into an identity layer any AI agent can read in under 30 seconds
  • [beta] hermes-nextcloud by adnw-vinc - Self-hosted Nextcloud bridge — manage files (WebDAV), notes (Nextcloud Notes API), calendar/tasks (CalDAV), and contacts (CardDAV) from Hermes. App Password auth, configurable timezone, guided setup. Fills the self-hosted-cloud gap for Hermes users running their own infrastructure.
  • [beta] oh-my-hermes by witt3rd - Multi-agent orchestration skills for Hermes inspired by oh-my-claudecode and rebuilt on Hermes primitives. Suite covers deep-research, deep-interview, ralplan (Planner → Architect → Critic consensus), ralph (verified execute → verify → iterate), triage, and autopilot, plus driver skills encoding the dispatcher's playbook. Composes end-to-end: research → interview → consensus plan → verified execution.
  • [beta] blacktea by nmrtn - Spending controls for agents that pay online via x402. Holds over-limit payments for human approval in the chat, enforces a JSON policy, and audits every spend. Ships as an MCP server (pay, approve_payment, reject_payment, audit_query) plus an SDK and CLI.
  • [beta] hermes-skill-kit by duruonanni - Three community-vetted skills: feishu-document-api (programmatic Feishu/Lark document creation), feishu-response-format (Feishu response formatting with 3 table schemes, Card JSON 2.0, Markdown compatibility, 53 tests), and hermes-memory-maintenance (MEMORY.md/USER.md audit and drift recovery). Codex-audited.
  • [beta] PolyBrain by mosesman831 - Multi-agent, multi-model orchestration skill that decomposes an objective into a JSON task plan, runs research and build subtasks in parallel, then synthesizes and verifies a final answer. Each role can use a different LLM/provider. Enforces strict citations and drops uncited claims.
  • [experimental] tech-debt-management-skill by Vincent-crypto-coder - Systematic technical debt management for Python projects. Automates scanning (pylint, radon, safety, bandit, flake8), prioritizes debt with a 4-dimension matrix, and generates executable refactoring plans with verification scripts.
  • [beta] pingpong by 0xAaronx0 - Spontaneous local leisure meetups: agent posts a pseudonymous, coarse-geo offer to a shared board; nearby agents match locally and negotiate place/time with double-opt-in before contact.
  • [beta] hermes-skills by RobinBeraud - Growing skills library covering finance (FMP stock/crypto data), web (Firecrawl scrape/search), WhatsApp (WBizTool contacts), and marketing/SEO. Each skill follows standard SKILL.md format.
  • [beta] hermes-skills (liuyunnb666) by liuyunnb666 - Seven curated skills for Hermes: debugging, parallel dev, TDD, and UI workflows.
  • [production] hermes-skills (winterliu6) by winterliu6 - Chinese-focused skills pack: content-studio (小红书/抖音/公众号), security-newsletter (weekly cybersecurity awareness emails), and tech-ops-bot (企业微信/飞书 IT ops with fault classification and web dashboard). Production use at Yaolai Cinema IT.
  • [beta] hurmoz by Moshe-ship - Arabic-first skills pack — 63 skills across Islamic tools (prayer times, zakat, Quran), dialect-aware NLP, content, and travel. Install: hermes skills tap add Moshe-ship/hurmoz.
  • [experimental] humanizer-ru by ilyautov - Removes AI-writing tells from Russian text (bureaucratese, calques, ChatGPT/Claude fingerprints). 52 patterns, deterministic offline scanner. SKILL.md-compatible. MIT.
  • [experimental] hinge-projects by tsol - Starts Vite projects, a Hinge editing overlay, Cloudflare tunnels, and Telegram control for phone-based development with Hermes. Early project; review the install script before running it.
  • [beta] stock-analysis by AdvancingTitans - Python CLI and portable skill for A-share, Hong Kong, US stock, fund, and portfolio research. Produces Markdown reports and machine-readable evidence packs; research only, with no trading execution.
  • [experimental] nika-agents by SuperNovae Studio - Delegates repeatable work from Hermes to Nika workflows with static checks, cost caps, permits, and hash-chained execution traces. The integration skill is MIT; the Nika repository is AGPL-3.0.
  • [beta] LinkedIn Skills by Serge Bulaev - Ten portable skills for drafting, reviewing, and planning LinkedIn content. MIT licensed and compatible with agentskills.io hosts, including Hermes.
  • [experimental] routerbase-agent-skills by zenlee123 - Skills for RouterBase model routing and media generation. Requires RouterBase credentials; MIT licensed and still at its initial public revision.
  • [experimental] skill-evolution by okdk7788 - GEPA-style measured evolution for learned agent skills, adapted from Hermes self-improvement ideas for Claude Code. MIT licensed, but still at its initial public revision.
  • [beta] emulo by ohad6k - Mines local Claude Code, Codex, and Copilot session logs into a portable user profile that Hermes can load as a skill. Runs locally and is MIT licensed.
  • [experimental] code-assembly-skill by baoyu0 - Search-first software assembly method for finding and composing existing tools before writing new code. Portable across Hermes, Claude Code, and Codex.
  • [experimental] hermes-do-task-skill by baoyu0 - One-command workflow that plans a task, delegates execution, verifies the result, and writes a handoff. Early project with no published release.
  • [beta] hermes-telegram-checklist by johnsje183 - Native Telegram To-Do lists (real interactive checkboxes with a progress counter) in chats and forum topics — create, read, append, toggle with a write allowlist and offline plan validation. Uses a Telethon user session (MTProto) because the Bot API can't post checklists into groups; treat the session account accordingly. MIT, CI across Python 3.9–3.13.
  • [beta] hermes-tour-assistant by MaikD77 - Three-in-one outdoor skill suite: Outdoor Tour Assistant (GPX route monitoring with weather, deviation alerts, and silent-by-default cron), City Walk Guide (personal OSM/Wikipedia walking tour with source-backed stories and optional voice), and Live Location Nearby (water, food, repair, and shelter via OSM/Overpass). MIT, Python 3.11+, 85%+ test coverage.
  • [beta] weread-notes-export-skill by dongwei6688 - WeChat Reading (微信读书) notes export: chapter-tree Markdown for highlights and comments, incremental sync for daily cron, safe filenames, same-title/different-author separation. Pure Python stdlib; needs a WeRead API key.
  • [beta] policy-search-china-skill by dongwei6688 - Search Chinese government policy documents across 16 ministries and extract verbatim citations with source links for reports and planning. Ships a large local policy cache plus scripted search chains; dual-space layout keeps user data separate from system updates. MIT.
  • [beta] true402-token-safety by true402 - Pre-trade Base (8453) ERC-20 safety gate: gas-free on-chain buy→sell simulation that proves whether a token can be sold, plus liquidity and ownership/mint/proxy checks, returning avoid / caution / ok. Free daily checks need no wallet; heavier use pays per call over x402 with a hard $0.10 client-side cap. MIT-0 skill wrapping @true402.dev/rugcheck.
  • [beta] twitr-skills by lnvestor - Five X/Twitter agent skills: live reads and search, bulk dataset exports, real-time account/keyword monitors (HMAC-signed webhooks), publishing via a connected account, and an unattended presence routine for Hermes cron. Pay-per-call in USDC (x402 on Base/Solana, MPP on Tempo) — no API key or signup; treat publish/presence skills as high-privilege. MIT.
  • [experimental] loremaster by loremaster-ai - AI scrum-master and PM skill pack extracted from a production multi-project deployment. Sprint ceremonies with planning poker, backlog proposals with verifiable done criteria, plan-conflict detection, and a per-project wiki vault with a knowledge graph. Every external write (Jira, wiki commits) goes through per-item human approval. MIT.
  • [experimental] hermes-backup-recovery by JimmyHuang2002 - Keeps a long-running Hermes recoverable: age-encrypted backups of everything under $HERMES_HOME (memory, skills, config, chat history) with verification, restore drills, and a health check. Four short bash scripts plus a SKILL.md — no lock-in, archives are plain tar.gz. MIT.
  • [experimental] obsidian-auto-context by SkillForge Labs - Captures each session's findings, decisions, and action items into an Obsidian vault as tagged, wiki-linked Markdown with daily-note rollups. Secrets are redacted before anything touches disk. MIT.
  • [experimental] appnz-agent-skills by lee101 - Portable deploy skill for app.nz: static sites, server apps, scale-to-zero Cog models, and bounded coding-agent jobs, with target/cost checks, health checks, and rollback evidence built into the workflow. Skill is MIT; deployments require an app.nz account and may consume paid credits.
  • [experimental] url-manager by Piccolo123 - Agent-first URL collection and knowledge management: agents save, categorize, tag, search, and share web links, with collaborative shared categories and magic-link delivery back to the user. MIT client fronting a hosted backend (ai.ocean94.com) — an account is auto-created on first use and collected links are stored there; SKILL.md requires informing the user before first use.
  • [beta] OMH (oh-my-hermes by rlaope) by rlaope - Wrapper orchestration layer installed next to Hermes — one omh setup installs 80+ generated workflow skills plus a deterministic chat router that turns free-form Korean/English chat into the right prepared workflow, clarifying instead of guessing when confidence is low. Coding work is delegated to an explicitly selected executor (Codex, Claude Code, or the Hermes runtime) with a strict prepared-vs-observed evidence boundary. A 156-case bilingual routing corpus and ~1,500 unit tests gate every change in CI. Pure Python, zero runtime dependencies, never patches Hermes; docs in four languages. Distinct project from witt3rd's oh-my-hermes above. MIT.
  • [beta] roadmap-tutor by instax-dutta - Turns any of the 91 official roadmap.sh roadmaps into a resumable, one-topic-at-a-time curriculum with progress tracking across sessions. Topology-sorted learning path from reactflow graphs, stdlib-only Python, runs on Raspberry Pi 4 with 2GB R

Files in the repo

Repository payload9 top-level entries
  • .github
  • assets
  • .gitignore
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • LICENSE
  • README.md
  • SECURITY.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More collections

The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞

52k
phuryn/
pm-skills
phuryn/pm-skillsCollections

PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.

26k

Extracted system prompts from Anthropic - Claude Fable 5.1, Opus 5, Claude Design, Claude Code. OpenAI - ChatGPT GPT-6-Astra, Codex. Google - Gemini 3.8 Flash, 3.1 Pro, Antigravity. xAI - Grok, Grok Bot, Cursor, Kimi and more! Updated regularly.

65k
1 add