Skip to content

ZeroPointRepo/awesome-hermes-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Awesome Hermes Skills

Awesome Hermes Skills

Awesome Skills Count Last Update Hermes

A curated, install-ready directory of skills for Hermes Agent — the self-improving AI agent from Nous Research. Covers the 72 built-in skills and 101-skill optional catalog that ship with Hermes, plus 85 community skills, plugins, and tools vetted for quality.

Hermes is the only agent with a real learning loop. It writes its own skills from your workflows, searches its own past conversations, and runs anywhere — a $5 VPS, a GPU cluster, serverless, or your laptop. But the agent is only as powerful as the skills you give it. This list is the shortcut. Pick three, install in a minute, and your agent is twice as useful by tonight.


⭐ Skill of the Week

youtube-full — Get YouTube transcripts, search videos, browse channels, and extract playlists from any AI agent.

hermes skills install skills-sh/ZeroPointRepo/youtube-skills/skills/youtube-full

The fastest way to feel what Hermes can do. Install, then ask: "Summarize the last 5 videos from Lex Fridman." Your agent fetches transcripts, summarizes, and remembers what you watched — all in one prompt. No Google API key, no headless browser, no yt-dlp dance with cloud-IP blocks. Powered by TranscriptAPI (15M+ transcripts/month, 99.9% uptime). 100 free credits on signup, no card.

Repo → · Try it →


🚀 Where Do I Start?

New to Hermes? Don't try to install everything at once. Here's the three-step path from zero to "wait, my agent can do that?":

  1. Get Hermes running — Follow the official quickstart. 10 minutes from clone to first conversation. Hermes ships with 72 built-in skills — plus a 101-skill optional catalog — the day you install it, so even before you add anything from this list, you can already do a lot.

  2. Install your first skill — youtube-full

    hermes skills install skills-sh/ZeroPointRepo/youtube-skills/skills/youtube-full

    Then ask: "Get the transcript for this video and summarize it: [paste any YouTube URL]". The "I get it" moment lands in 30 seconds. From there try: "Find the top 5 videos about quantum computing and tell me what they agree on."

  3. Pick a workflow upgrade — Add hermes-workspace for a full GUI, or SkillClaw so your skill library auto-evolves while you work.

Browse the categories below. Every entry is tagged so you know what you're getting:

Tag What it means
built-in Ships with Hermes — already installed when you run hermes
production Stable, documented, actively maintained — safe to build on
beta Works but still evolving — expect rough edges
experimental Proof of concept — fun to try, don't depend on it

📚 Table of Contents


⭐ Editor's Picks

A short hand-picked list to get you started. If you install nothing else from this page, install these.

🎬 youtube-full

production · @therohitdas · Repo

hermes skills install skills-sh/ZeroPointRepo/youtube-skills/skills/youtube-full

If your agent can't read YouTube, half the internet is invisible to it. This skill gives Hermes transcript extraction, channel browsing, search, and playlist parsing — no Google API key, no yt-dlp, no cloud-IP blocks. Powered by TranscriptAPI, which serves 15M+ transcripts/month. 100 free credits on signup, no card. Works in Hermes, Claude Code, OpenClaw, Cursor, Windsurf, Cline, and Codex.

🛠️ mattpocock/skills — Skills For Real Engineers

production · Matt Pocock · Repo · 🔥 trending

npx skills@latest add mattpocock/skills

Fifteen battle-tested skills from the Total TypeScript creator (60k+ newsletter readers). The grill-me and grill-with-docs skills force the agent to interview you before writing code — the single best fix for "the agent didn't do what I wanted." tdd enforces red-green-refactor. improve-codebase-architecture rescues codebases that have become balls of mud. caveman cuts ~75% of token usage on long sessions. Built for real engineering work, not vibe coding. Pick the ones you want with the installer's interactive picker.

🔬 SkillClaw

production · AMAP-ML · Repo · 705★

Open-source companion that auto-evolves, deduplicates, and improves your skill library from real session data. Sits on top of Hermes's built-in skill creation and adds a post-task evolution loop. Native Hermes integration via ~/.hermes/skills, with safety flows (skillclaw doctor hermes / skillclaw restore hermes).

🛡️ resemble-ai/detect-skill

beta · Resemble AI · Repo

Deepfake detection for agents that ingest user-submitted media. Detects AI-generated audio, image, video, and text. Traces audio source (ElevenLabs, Resemble, etc.), applies invisible watermarks for provenance, and verifies speaker identity. The first thing to install if your agent reads the public internet.

🖥️ hermes-workspace

production · outsourc-e · Repo · 500★

Web-based workspace with chat, terminal, memory browser, skills manager, and inspector. The most complete GUI for Hermes. Built during Nous Hackathon 2026. Pairs well with everything else on this list.


📦 Built-in Skills (Ships with Hermes)

Hermes ships with 72 built-in skills out of the box, across 17 categories — loaded and ready the moment you run hermes. You don't install these.

This is what you already have before you add anything. Most "I need a skill for X" questions are answered here first — and the optional catalog below covers 101 more you can switch on.

🍎 Apple (4)

  • apple-notes — Manage Apple Notes via memo CLI: create, search, edit.
  • apple-reminders — Apple Reminders via remindctl: add, list, complete.
  • findmy — Track Apple devices/AirTags via FindMy.app on macOS.
  • imessage — Send and receive iMessages/SMS via the imsg CLI on macOS.

🤖 Autonomous AI Agents (4)

  • claude-code — Delegate coding to Claude Code CLI (features, PRs).
  • codex — Delegate coding to OpenAI Codex CLI (features, PRs).
  • hermes-agent — Configure, extend, or contribute to Hermes Agent.
  • opencode — Delegate coding to OpenCode CLI (features, PR review).

🖱️ Computer Use (1)

  • computer-use — Drive the desktop in the background — click, type, scroll, drag — without stealing focus. macOS/Windows/Linux.

🎨 Creative (16)

  • architecture-diagram — Dark-themed SVG architecture/cloud/infra diagrams as HTML.
  • ascii-art — ASCII art: pyfiglet, cowsay, boxes, image-to-ascii.
  • ascii-video — ASCII video: convert video/audio to colored ASCII MP4/GIF.
  • baoyu-infographic — Infographics: 21 layouts x 21 styles (信息图, 可视化).
  • claude-design — Design one-off HTML artifacts (landing, deck, prototype).
  • comfyui — Generate images, video & audio with ComfyUI — install, manage nodes/models, run workflows via comfy-cli + REST/WS.
  • design-md — Author/validate/export Google's DESIGN.md token spec files.
  • excalidraw — Hand-drawn Excalidraw JSON diagrams (arch, flow, seq).
  • humanizer — Humanize text: strip AI-isms and add real voice.
  • manim-video — Manim CE animations: 3Blue1Brown math/algo videos.
  • p5js — p5.js sketches: gen art, shaders, interactive, 3D.
  • popular-web-designs — 54 real design systems (Stripe, Linear, Vercel) as HTML/CSS.
  • pretext — DOM-free text layout (@chenglou/pretext): ASCII art, kinetic typography, text-as-geometry games as single-file HTML.
  • sketch — Throwaway HTML mockups: 2-3 design variants to compare.
  • songwriting-and-ai-music — Songwriting craft and Suno AI music prompts.
  • touchdesigner-mcp — Control TouchDesigner via twozero MCP — operators, parameters, Python, real-time visuals (36 tools).

📊 Data Science (1)

  • jupyter-live-kernel — Iterative Python via live Jupyter kernel (hamelnb).

🐶 Dogfood (1)

  • dogfood — Exploratory QA of web apps: find bugs, evidence, reports.

✉️ Email (1)

  • himalaya — Himalaya CLI: IMAP/SMTP email from terminal.

🐙 GitHub (6)

  • codebase-inspection — Inspect codebases w/ pygount: LOC, languages, ratios.
  • github-auth — GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login.
  • github-code-review — Review PRs: diffs, inline comments via gh or REST.
  • github-issues — Create, triage, label, assign GitHub issues via gh or REST.
  • github-pr-workflow — GitHub PR lifecycle: branch, commit, open, CI, merge.
  • github-repo-management — Clone/create/fork repos; manage remotes, releases.

📺 Media (4)

  • gif-search — Search/download GIFs from Tenor via curl + jq.
  • heartmula — HeartMuLa: Suno-like song generation from lyrics + tags.
  • songsee — Audio spectrograms/features (mel, chroma, MFCC) via CLI.
  • youtube-content — YouTube transcripts to summaries, threads, blogs.

⚠️ Heads up on built-in youtube-content: it scrapes YouTube directly. That means it won't work on a VPS or any cloud host — YouTube blocks cloud IPs across all major providers. Even on a personal device it gets rate-limited and stops returning transcripts after a while; YouTube actively prevents automated transcript fetching.

💡 The fix is youtube-full — it uses TranscriptAPI.com, the same backend powering YouTubeToTranscript.com (15M+ transcripts/month). Works from anywhere — VPS, laptop, serverless. Install it and your agent gains YouTube as a first-class capability: search videos, browse channels, and pull transcripts the same way it uses web search. No blocks, no rate limits, no Google API key.

hermes skills install skills-sh/ZeroPointRepo/youtube-skills/skills/youtube-full

🤖 MLOps (7)

  • audiocraft-audio-generation — AudioCraft: MusicGen text-to-music, AudioGen text-to-sound.
  • evaluating-llms-harness — lm-eval-harness: benchmark LLMs (MMLU, GSM8K, etc.).
  • huggingface-hub — HuggingFace hf CLI: search/download/upload models, datasets.
  • llama-cpp — llama.cpp local GGUF inference + HF Hub model discovery.
  • segment-anything-model — SAM: zero-shot image segmentation via points, boxes, masks.
  • serving-llms-vllm — vLLM: high-throughput LLM serving, OpenAI API, quantization.
  • weights-and-biases — W&B: log ML experiments, sweeps, model registry, dashboards.

📝 Note-Taking (1)

  • obsidian — Read, search, create, and edit notes in the Obsidian vault.

📊 Productivity (9)

  • airtable — Airtable REST API via curl. Records CRUD, filters, upserts.
  • google-workspace — Gmail, Calendar, Drive, Docs, Sheets via gws CLI or Python.
  • maps — Geocode, POIs, routes, timezones via OpenStreetMap/OSRM.
  • nano-pdf — Edit PDF text/typos/titles via nano-pdf CLI (NL prompts).
  • notion — Notion API + ntn CLI: pages, databases, markdown, Workers.
  • ocr-and-documents — Extract text from PDFs/scans (pymupdf, marker-pdf).
  • petdex — Install and select animated petdex mascots for Hermes.
  • powerpoint — Create, read, edit .pptx decks, slides, notes, templates.
  • teams-meeting-pipeline — Run the Teams meeting-summary pipeline — summarize meetings, inspect status, replay jobs, manage Graph subs.

🔬 Research (5)

  • arxiv — Search arXiv papers by keyword, author, category, or ID.
  • blogwatcher — Monitor blogs and RSS/Atom feeds via blogwatcher-cli tool.
  • llm-wiki — Karpathy's LLM Wiki: build/query interlinked markdown KB.
  • polymarket — Query Polymarket: markets, prices, orderbooks, history.
  • research-paper-writing — Write ML papers for NeurIPS/ICML/ICLR: design→submit.

🏠 Smart Home (1)

  • openhue — Control Philips Hue lights, scenes, rooms via OpenHue CLI.

🐦 Social Media (1)

  • xurl — X/Twitter via xurl CLI: post, search, DM, media, v2 API.

💻 Software Development (9)

  • hermes-agent-skill-authoring — Author in-repo SKILL.md: frontmatter, validator, structure, and writing-quality principles.
  • node-inspect-debugger — Debug Node.js via --inspect + Chrome DevTools Protocol CLI.
  • plan — Plan mode: write an actionable markdown plan to .hermes/plans/, no execution.
  • python-debugpy — Debug Python: pdb REPL + debugpy remote (DAP).
  • requesting-code-review — Pre-commit review: security scan, quality gates, auto-fix.
  • simplify-code — Parallel 3-agent cleanup of recent code changes.
  • spike — Throwaway experiments to validate an idea before build.
  • systematic-debugging — 4-phase root cause debugging: understand bugs before fixing.
  • test-driven-development — TDD: enforce RED-GREEN-REFACTOR, tests before code.

💬 Yuanbao (1)

  • yuanbao — Yuanbao (元宝) groups: @mention users, query info/members.

🧩 Optional Skills (Bundled with Hermes)

Beyond the always-on built-ins, Hermes bundles a 101-skill optional catalog — shipped in the repo but off by default, so your context stays lean until you need them. Browse optional-skills/ and enable the ones your workflow calls for.

This is where the deep, domain-specific power lives: 30 MLOps skills (training, serving, vector DBs, interpretability), a full finance-modeling suite (DCF, LBO, merger, 3-statement), plus OSINT, blockchain, payments, and more.

🤖 Autonomous AI Agents (5)

  • antigravity-cli — Operate the Antigravity CLI (agy): plugins, auth, sandbox.
  • blackbox — Delegate coding to Blackbox AI CLI — multi-model agent with a built-in judge that picks the best result.
  • grok — Delegate coding to xAI Grok Build CLI (features, PRs).
  • honcho — Honcho memory for Hermes — cross-session user modeling, multi-profile isolation, dialectic recall.
  • openhands — Delegate coding to OpenHands CLI (model-agnostic, LiteLLM).

⛓️ Blockchain (3)

  • evm — Read-only EVM client: wallets, tokens, gas across 8 chains.
  • hyperliquid — Hyperliquid market data, account history, trade review.
  • solana — Query Solana with USD pricing — balances, token portfolios, txns, NFTs, whale detection. No API key.

💬 Communication (1)

  • one-three-one-rule — Structured 1-3-1 decisions — one problem, three options with trade-offs, one recommendation.

🎨 Creative (9)

  • baoyu-article-illustrator — Article illustrations: type × style × palette consistency.
  • baoyu-comic — Knowledge comics (知识漫画): educational, biography, tutorial.
  • blender-mcp — Control Blender from Hermes via socket — create objects, materials, animations, run bpy Python.
  • concept-diagrams — Flat, minimal light/dark SVG diagrams as HTML — physics, chemistry, anatomy, floor plans, lifecycles.
  • creative-ideation — Generate ideas via named methods from creative practice.
  • hyperframes — HTML-as-source video — animated titles, social overlays, captioned talking-heads, shader transitions → MP4/WebM.
  • kanban-video-orchestrator — Multi-agent video pipeline on Hermes Kanban — scope brief, build a team, route scenes, monitor to render.
  • meme-generation — Generate real meme .png images — pick a template, overlay text with Pillow.
  • pixel-art — Pixel art w/ era palettes (NES, Game Boy, PICO-8).

🔧 DevOps (5)

  • docker-management — Manage Docker containers, images, volumes, networks & Compose — lifecycle, debug, cleanup, Dockerfile tuning.
  • hermes-s6-container-supervision — Modify/debug the s6-overlay supervision tree in the Hermes Docker image — add services, debug gateways.
  • inference-sh-cli — Run 150+ AI apps via inference.sh CLI (infsh) — image, video, LLMs, search, 3D.
  • pinggy-tunnel — Zero-install localhost tunnels over SSH via Pinggy.
  • watchers — Poll RSS, JSON APIs, and GitHub with watermark dedup.

🐶 Dogfood (1)

  • adversarial-ux-test — Roleplay a tech-resistant user, browse the app, surface real UX pain points, and file actionable tickets.

✉️ Email (1)

  • agentmail — Give the agent its own email inbox via AgentMail — send, receive & manage mail autonomously.

💰 Finance (8)

  • 3-statement-model — Fully-integrated 3-statement models (IS/BS/CF) in Excel — working capital, D&A, debt schedules.
  • comps-analysis — Comparable-company analysis in Excel — operating metrics, valuation multiples, peer benchmarking.
  • dcf-model — Institutional DCF models in Excel — FCF build, WACC, terminal value, scenarios, sensitivity tables.
  • excel-author — Build auditable Excel workbooks headless (openpyxl) — cell conventions, formulas, named ranges, balance checks.
  • lbo-model — LBO models in Excel — sources & uses, debt schedule, cash sweep, exit multiple, IRR/MOIC sensitivity.
  • merger-model — Accretion/dilution merger models in Excel — pro-forma P&L, synergies, financing mix, EPS impact.
  • pptx-author — Build PowerPoint decks headless (python-pptx) — model-backed, every number traces to a workbook cell.
  • stocks — Stock quotes, history, search, compare, crypto via Yahoo.

🎮 Gaming (2)

  • minecraft-modpack-server — Host modded Minecraft servers (CurseForge, Modrinth).
  • pokemon-player — Play Pokemon via headless emulator + RAM reads.

🏥 Health (2)

  • fitness-nutrition — Workout planner + nutrition tracker — 690+ exercises (wger), 380k+ foods (USDA), BMI/TDEE/1RM math.
  • neuroskill-bci — Fold real-time BCI state (focus, mood, HRV, sleep) into responses — needs a Muse/OpenBCI + NeuroSkill app.

🔌 MCP (2)

  • fastmcp — Build, test, inspect & deploy MCP servers with FastMCP in Python.
  • mcporter — List, configure, auth & call MCP servers/tools (HTTP or stdio) via the mcporter CLI.

🔀 Migration (1)

  • openclaw-migration — Migrate an OpenClaw setup into Hermes — memories, SOUL.md, allowlists, user skills; reports what didn't port.

🤖 MLOps (30)

  • axolotl — Axolotl: YAML LLM fine-tuning (LoRA, DPO, GRPO).
  • chroma — Open-source embedding database — vector + full-text search, metadata filters. Great for local RAG.
  • clip — OpenAI CLIP — zero-shot image classification, image-text matching, cross-modal retrieval.
  • distributed-llm-pretraining-torchtitan — PyTorch-native LLM pretraining with torchtitan — 4D parallelism, Float8, 8→512+ GPUs.
  • dspy — DSPy: declarative LM programs, auto-optimize prompts, RAG.
  • faiss — Meta FAISS — fast similarity search over billions of vectors, GPU-accelerated, many index types.
  • fine-tuning-with-trl — TRL: SFT, DPO, PPO, GRPO, reward modeling for LLM RLHF.
  • guidance — Constrain LLM output with regex/grammars — guaranteed valid JSON/XML/code (Microsoft Guidance).
  • huggingface-accelerate — Add distributed training to any PyTorch script in ~4 lines — DeepSpeed/FSDP/DDP, mixed precision.
  • huggingface-tokenizers — Fast Rust-based tokenizers — BPE/WordPiece/Unigram, custom vocab training, alignment tracking.
  • instructor — Structured LLM outputs with Pydantic validation, auto-retries, and streaming (Instructor).
  • lambda-labs-gpu-cloud — Reserved & on-demand Lambda GPU cloud — SSH, persistent FS, multi-node clusters for training.
  • llava — LLaVA — visual instruction tuning and multi-turn image chat (CLIP + Vicuna/LLaMA).
  • modal-serverless-gpu — Modal — serverless GPU cloud for ML workloads, model APIs, and autoscaling batch jobs.
  • nemo-curator — GPU-accelerated LLM data curation — fuzzy/semantic dedup, quality filtering, PII/NSFW (NeMo Curator).
  • obliteratus — OBLITERATUS: abliterate LLM refusals (diff-in-means).
  • optimizing-attention-flash — Flash Attention — 2-4× faster, 10-20× less memory for long-sequence transformers.
  • outlines — Outlines: structured JSON/regex/Pydantic LLM generation.
  • peft-fine-tuning — Parameter-efficient fine-tuning (LoRA/QLoRA + 25 methods) for 7B-70B models on limited VRAM.
  • pinecone — Pinecone — managed, auto-scaling vector DB for production RAG and semantic search.
  • pytorch-fsdp — Fully Sharded Data Parallel training with PyTorch FSDP/FSDP2 — sharding, mixed precision, CPU offload.
  • pytorch-lightning — PyTorch Lightning — clean training loops, automatic DDP/FSDP/DeepSpeed, callbacks, minimal boilerplate.
  • qdrant-vector-search — Qdrant — high-performance vector search for RAG, hybrid search with filtering (Rust).
  • simpo-training — SimPO — reference-free preference optimization, simpler & faster than DPO.
  • slime-rl-training — LLM RL post-training with slime (Megatron + SGLang) — custom data-gen, GLM models at scale.
  • sparse-autoencoder-training — Train & analyze Sparse Autoencoders (SAELens) — find interpretable features in model activations.
  • stable-diffusion-image-generation — Text-to-image with Stable Diffusion via Diffusers — img2img, inpainting, custom pipelines.
  • tensorrt-llm — Optimize LLM inference with NVIDIA TensorRT-LLM — FP8/INT4, in-flight batching, multi-GPU.
  • unsloth — Unsloth: 2-5x faster LoRA/QLoRA fine-tuning, less VRAM.
  • whisper — OpenAI Whisper — robust multilingual speech-to-text and translation (99 languages).

💳 Payments (3)

  • mpp-agent — Pay HTTP 402 APIs via Machine Payments Protocol (MPP).
  • stripe-link-cli — Agent payments via Stripe Link — cards, SPT, approvals.
  • stripe-projects — Provision SaaS services + sync creds via Stripe Projects.

📊 Productivity (7)

  • canvas — Canvas LMS — fetch enrolled courses and assignments via API token.
  • here.now — Publish static sites to {slug}.here.now and store private files for agent-to-agent handoff.
  • memento-flashcards — Spaced-repetition flashcards — build decks, chat-graded answers, quizzes from YouTube, CSV export.
  • shop — Shop catalog search, checkout, order tracking, returns.
  • shopify — Shopify Admin & Storefront GraphQL via curl — products, orders, customers, inventory, metafields.
  • siyuan — SiYuan Note API — search, read, create & manage blocks/docs in a self-hosted KB via curl.
  • telephony — Give Hermes a phone — provision a Twilio number, SMS/MMS, direct + AI-driven calls (Bland/Vapi).

🔬 Research (11)

  • bioinformatics — Gateway to 400+ bioinformatics skills — genomics, single-cell, variant calling, structural biology.
  • darwinian-evolver — Evolve prompts/regex/SQL/code with Imbue's evolution loop.
  • domain-intel — Passive domain recon (Python stdlib) — subdomains, SSL, WHOIS, DNS, availability. No API keys.
  • drug-discovery — Drug-discovery assistant — ChEMBL search, drug-likeness, DDIs (OpenFDA), ADMET, lead optimization.
  • duckduckgo-search — Free DuckDuckGo web search — text, news, images, video. No API key (ddgs CLI).
  • gitnexus-explorer — Index a codebase with GitNexus and serve an interactive knowledge graph over a web UI.
  • osint-investigation — Public-records OSINT — EDGAR, USAspending, OFAC, ICIJ, ACRIS, court records; entity resolution.
  • parallel-cli — Parallel CLI — agent-native web search, extraction, deep research, enrichment, monitoring.
  • qmd — Local knowledge-base search (qmd) — BM25 + vector + LLM rerank over notes, docs, transcripts.
  • scrapling — Web scraping with Scrapling — HTTP fetch, stealth browser, Cloudflare bypass, spider crawling.
  • searxng-search — Free meta-search via SearXNG — aggregates 70+ engines, self-host or public. No API key.

🔐 Security (5)

  • 1password — Set up & use the 1Password CLI (op) — sign in, read and inject secrets into commands.
  • godmode — Jailbreak LLMs: Parseltongue, GODMODE, ULTRAPLINIAN.
  • oss-forensics — GitHub supply-chain forensics — deleted-commit recovery, force-push detection, IOC extraction, reporting.
  • sherlock — Hunt usernames across 400+ social networks (Sherlock OSINT).
  • web-pentest — Authorized web pentesting — recon, proof-based exploitation, reporting, with scope/authorization guardrails.

💻 Software Development (3)

  • code-wiki — Generate wiki docs + Mermaid diagrams for any codebase.
  • rest-graphql-debug — Debug REST/GraphQL APIs: status codes, auth, schemas, repro.
  • subagent-driven-development — Execute plans via delegate_task subagents (2-stage review).

🌐 Web Development (2)

  • cloudflare-temporary-deploy — Deploy a Worker live, no account, via wrangler --temporary.
  • page-agent — Embed alibaba/page-agent — a JS in-page GUI agent that lets your site's users drive the UI in natural language.

🌟 Community Skills

Skills, plugins, and integrations built by the Hermes community. Tagged for maturity. Click through for install instructions per project.

📺 Media & Transcripts

🧠 Memory & Knowledge

  • hindsight by Vectorize — Long-term memory layer with retain/recall/reflect workflows. Semantic + graph + temporal retrieval. Plugin or MCP. [production]
  • honcho-self-hosted by elkimek — Self-hosted Honcho memory backend setup for Hermes. Stronger cross-session memory with local control. [beta]
  • yantrikdb-hermes-plugin by yantrikos — Hermes-native memory provider for YantrikDB. think() canonicalizes duplicates, conflicts() surfaces contradictions, every recall() carries why_retrieved reasons. [beta]
  • plur by plur-ai — Shared memory layer for AI agents with open engram format (YAML). Persistent learning patterns. [beta]
  • flowstate-qmd by amanning3390 — Anticipatory memory with RAG and vector search. Pre-fetches relevant context before queries hit the agent. [beta]
  • personal-api by beiyuii — Turn your Obsidian vault into an identity layer any AI agent can read in under 30 seconds. [experimental]
  • Anthropic-Cybersecurity-Skills by mukul975 — 753+ structured cybersecurity skills mapped to MITRE ATT&CK. 4k+ stars. [production]

🔍 Search & Research

  • hermes-web-search-plus by robbyczgw-cla — Multi-provider web search with intelligent routing across Serper, Tavily, Exa, and more. Replaces built-in search with better quality + source diversity. [beta]
  • Not Human Search by unitedideas — MCP server for discovering other MCP servers. Indexes 8,600+ agent-friendly sites with agentic scoring. Lets Hermes find new tools on its own. [production]
  • consensus-mcp-hermes by ahmdngi — Connect 200M+ peer-reviewed research papers to Hermes via the Consensus MCP server. OAuth setup guide for headless environments with mcp-remote bridge. [beta]

💻 Dev & Skill Authoring

🔥 mattpocock/skills — Engineering bundle

Install all at once: npx skills@latest add mattpocock/skills — pick which skills you want at install time.

  • diagnose by mattpocock — Disciplined diagnosis loop for hard bugs and perf regressions: reproduce → minimise → hypothesise → instrument → fix → regression-test. [production]
  • grill-with-docs by mattpocock — Grilling session that challenges your plan against the existing domain model, sharpens terminology, updates CONTEXT.md and ADRs inline. The most popular skill in the pack. [production]
  • tdd by mattpocock — Test-driven development with red-green-refactor loop. Builds features or fixes bugs one vertical slice at a time. [production]
  • improve-codebase-architecture by mattpocock — Find deepening opportunities in a codebase, informed by domain language in CONTEXT.md and decisions in docs/adr/. Run it every few days. [production]
  • zoom-out by mattpocock — Tell the agent to zoom out and give broader context or higher-level perspective on unfamiliar code. [production]
  • to-prd by mattpocock — Turn the current conversation into a PRD and submit it as a GitHub issue. No interview — synthesizes what you've discussed. [production]
  • to-issues by mattpocock — Break any plan, spec, or PRD into independently-grabbable GitHub issues using vertical slices. [production]
  • github-triage by mattpocock — Triage GitHub issues through a label-based state machine. [production]
  • git-guardrails-claude-code by mattpocock — Block dangerous git commands (push, reset --hard, clean) before they execute. Hooks-based. [production]
  • setup-pre-commit by mattpocock — Set up Husky pre-commit hooks with lint-staged, Prettier, type checking, and tests. [production]
  • migrate-to-shoehorn by mattpocock — Migrate test files from as type assertions to @total-typescript/shoehorn. [production]
  • scaffold-exercises by mattpocock — Create exercise directory structures with sections, problems, solutions, explainers. [production]
  • write-a-skill by mattpocock — Create new skills with proper structure, progressive disclosure, and bundled resources. [production]

Hermes-native skill builders

  • hermes-skill-factory by Romanescu11 — Meta-skill that auto-generates reusable skills from your workflows. Point it at a repeated task and it creates a skill for it. [beta]
  • bmad-module-skill-forge by armelhbobdad — Transforms repos and docs into agentskills.io-compliant skills. [beta]
  • litprog-skill by tlehman — Literate programming skill across Claude Code, OpenCode, Hermes. Weaves code and prose into documented, executable notebooks. [beta]
  • execplan-skill by tiann — Long-running task execution with progress tracking, checkpoints, failure recovery. [beta]
  • maestro by ReinaMacCredy — Skill orchestration with Conductor planning + Beads tracking. Multi-step skills as observable pipelines. [beta]
  • SkillClaw by AMAP-ML — Auto-evolves and dedupes your skill library from session data. Native Hermes integration. 705 stars. [production]
  • wondelai/skills by wondelai — Cross-platform agent skills for Claude Code and agentskills.io platforms. 380+ stars. [production]
  • skillsdotnet by PederHP — C# implementation of agentskills.io with MCP integration. [beta]
  • Agentic-MCP-Skill by cablate — MCP client with agentskills.io validation. [beta]
  • pydantic-ai-skills by DougTrajano — Pydantic AI with agentskills.io. Type-safe schema validation for skill inputs/outputs. [production]
  • evey-bridge-plugin by 42-evey — Claude Code plugin that bridges with Hermes. Shared context, task handoffs. [beta]
  • lintlang by roli-lpci — Static linter for AI agent configs and prompts with HERM v1.1 scoring. [beta]
  • super-hermes by Cranot — Teaches Hermes to write its own analytical prompts. Meta-reasoning before execution. [experimental]
  • hermes-dojo by Yonkoo11 — Self-improvement system that monitors agent performance, identifies weak skills, iterates automatically. [beta]
  • hermes-skill-distillation by beardthelion — Generates agentic training trajectories from real-world tasks for fine-tuning data. [beta]
  • rtk-hermes by ogallotti — Compresses terminal output via RTK before it reaches LLM context. 60-90% token reduction. Zero config. [beta]

🌐 Browser & Web

✉️ Communication & Social

  • clawsocial-hermes-plugin by mrpeter2025 — Social discovery network. Semantic interest matching, real-time WebSocket messaging, shareable profile cards. Bilingual EN+CN. [beta]
  • hermes-tweet by Xquik — Native Hermes Agent X/Twitter plugin for tweet search, reply reading, user lookup, monitoring, posting, replies, DMs, and approval-gated X actions through Xquik. [beta]
  • microsoft-workspace-skill by Andrew-Girgis — Full Outlook/Hotmail/Microsoft 365 integration via Graph API. Email, calendar, contacts, free/busy. OAuth2 auto-refresh. Preview-before-send pattern. [beta]
  • tweetclaw by Xquik — OpenClaw plugin and agent skill to scrape tweets, search tweet replies, export followers, look up users, run media, monitors, webhooks, giveaway draws, and approval-gated posts through Xquik. [beta]

📊 Productivity & Tasks

  • grill-me by mattpocock — Get relentlessly interviewed by your agent until every branch of the decision tree is resolved. Use every time before making a change. Most popular skill in the pack. [production]
  • before-you-build by bin1874 — Product-risk review before implementation. Challenges demand, positioning, monetization, retention, trust, distribution, and feature-adoption risk before an agent starts building. Works with Hermes, OpenClaw, Claude Code, Codex, and other SKILL.md-compatible agents. [production]
  • caveman by mattpocock — Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler while keeping full technical accuracy. Critical for long sessions. [production]
  • hermes-plugins by 42-evey — Goal management, inter-agent bridge, model selection, cost control. Four plugins covering common operational needs. [beta]
  • onequery-cli by Wordbricks — CLI skill for safe, auditable queries for agents against approved data sources. [beta]
  • agent-analytics-hermes-plugin by Agent-Analytics — Native Signals dashboard tab for Hermes. Read-only multi-project analytics. [beta]

🎨 Creative & Media Generation

🔧 DevOps & Deployment

💰 Finance, Payments & Crypto

  • hermes-payguard by nativ3ai — Safe USDC and x402 payment plugin with spending limits and approval flows. [experimental]
  • AgentCash by Merit-Systems — 300+ premium APIs + wallet for paying via x402 or MPP. Free USDC for trying out. [beta]
  • ripley-xmr-gateway by KYC-rip — Monero (XMR) blockchain gateway. Private cryptocurrency transactions from agent workflows. [experimental]
  • hermes-blockchain-oracle by gizdusum — Solana blockchain intelligence MCP server. On-chain analytics and wallet data. [experimental]
  • chainlink-agent-skills by Chainlink — Official Chainlink skills. Oracle data, CCIP, smart contract interaction. [production]
  • mercury by hxsteric — Multi-chain blockchain cash flow analyzer with WebGL dashboard. On-chain forensics. [beta]
  • erpclaw by AvanSaber — AI-native open-source ERP and double-entry accounting you self-host and run in plain English. Invoicing, inventory, general ledger, payroll, multi-company books. [beta]

🤖 Multi-Agent & Swarms

🏠 Smart Home, IoT & Embodied

  • hermes-android by raulvidis — Android device bridge with full Python toolset. [beta]
  • agent-android by AIVane Labs — LAN-first Android control over WiFi. No USB/ADB/root needed. Health checks, taps, swipes, screenshots, inspect→act→smoke flows. [beta]
  • hermescraft by bigph00t — Embodied Minecraft companion with persistent memory. Learns building preferences across sessions. [beta]
  • Hermes-mars-rover by Snehal707 — Mars rover sim with ROS2 and Gazebo. Hermes skill loop for navigation improvement. [experimental]
  • hermes-miniverse by teknium1 — Bridge to Miniverse pixel worlds. By a Nous Research co-founder. [beta]

🔐 Security & Detection

🎯 Domain & Novelty

  • anihermes by rodmarkun — Local anime server and tracker with NL interface. Browse, track, get recommendations via conversation. [beta]
  • Wizards-of-the-Ghosts by Hmbown — Fantasy spell-themed skill pack. cast lint instead of npm run lint. [experimental]
  • colony-skill by TheColonyCC — Collaborative intelligence platform. AI + humans post findings, complete tasks, build reputation. [beta]
  • zillow-skills by therohitdas — Zillow property data skills for AI agents — Zestimate, listings, photos, schools, taxes, price history — via the Zillapi REST API. MIT-0, free tier. [beta]

🛠️ Tools, Workspaces & GUIs

Apps and dashboards built on top of or alongside Hermes. Not skills — but they make skills easier to use.

  • hermes-workspace by outsourc-e — Web-based workspace: chat, terminal, memory browser, skills manager, inspector. Most complete GUI for Hermes. 500★. [production]
  • hermes-desktop by dodo-reach — Native macOS workspace with direct host-first SSH. Real terminal, session browsing, file editing. [beta]
  • mission-control by builderz-labs — Open-source dashboard for AI agent orchestration. Multi-agent fleets, task dispatch, cost tracking. 3.7k★. [production]
  • portable-hermes-agent by rookiemann — Windows desktop app bundling 100 tools, GUI, local models, ComfyUI in a portable package. [beta]
  • hermes-ui by pyrate-llama — Single-file glassmorphic web UI with SSE streaming, tool call visualization, PDF export, session/skill/memory viewers. [beta]
  • hermes-webui by sanchomuzax — Lightweight process monitoring and config dashboard. Simpler ops alternative. [beta]
  • orahermes-agent by jasperan — Oracle AI Agent Harness — OCI GenAI and Oracle 26ai integration. [experimental]

📚 Skill Registries & Discovery

  • Official Hermes Skills Hub — The full catalog. 600+ skills indexed by Nous Research. Use this when our curated cut doesn't have what you need.
  • hermeshub by amanning3390 — Browse, share, and install community Hermes skills. [beta]
  • skilldock.io by chigwell — Cross-platform skills marketplace for OpenClaw, Claude Code, Hermes. [production]
  • Skills Hub — The open standard for agent skills. Compatible across Hermes, Claude Code, Cursor, Codex.

📖 Guides & Documentation

  • Official Documentation — Quickstart, CLI, configuration, gateway, security, skills, memory, MCP, cron, ACP, API, architecture.
  • Release Notes — Official changelog with feature highlights and migration notes.
  • hermes-agent-docs by mudrii — Comprehensive community documentation. Useful supplement for deployment patterns. [beta]
  • hermes-wsl-ubuntu by metantonio — End-to-end WSL2 + llama.cpp + Qwen3.5 setup with CUDA/Metal acceleration for running Hermes on Windows. [production]
  • Discord — Bug reports, feature requests, general discussion.

🛡️ Security Notice

Skills in this list are curated, not audited. Maintainers can update or change them at any time after they appear here.

Before installing any skill:

  • Read the source. Skills can include prompt injections, credential exfiltration, or unsafe shell calls.
  • Pin to a commit SHA in production rather than tracking main.
  • Check the Official Hermes Skills Hub for any safety notes or maintainer signals on a skill before installing.

Recommended scanners:

Spot something risky? Open an issue.


🤝 Contributing

PRs welcome. We accept skills that:

  1. Have a working SKILL.md (Hermes / Agent Skills format)
  2. Are reasonably maintained (commits in the last 6 months)
  3. Have a clear README and a one-line install command
  4. Aren't already on the list (check first)

To submit:

  1. Fork this repo
  2. Add your skill to the right category in alphabetical order
  3. Use the entry format: [name](repo) by [author](author-url) — one-line description. **[tag]**
  4. Open a PR with a link to a working example

📰 Stay in the Loop

  • @therohitdas — Skill of the Week + new additions
  • GitHub Stars — Star this repo to keep it visible
  • Hermes Discord — Talk shop with other Hermes users

Built and maintained by ZeroPointRepo.

We ship youtube-skills, powered by TranscriptAPI — 15M+ transcripts/month, 99.9% uptime.

TranscriptAPI · @therohitdas · Issues & Suggestions

License

CC BY 4.0

This list is licensed under Creative Commons Attribution 4.0 International. Each linked resource has its own license.

About

Curated, install-ready skills for Hermes Agent (v0.17.0). 72 built-in + 101 optional bundled skills + 85 community skills, plugins & tools for the self-improving AI agent from Nous Research. Cross-compatible with Claude Code, OpenClaw, Cursor, and Windsurf.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors