Skip to main content

Bundled Skills Catalog

Hermes ships with a large built-in skill library copied into ~/.hermes/skills/ on install. Each skill below links to a dedicated page with its full definition, setup, and usage.

If a skill is missing from this list but present in the repo, the catalog is regenerated by website/scripts/generate-skill-docs.py.

apple

SkillDescriptionPath
apple-notesManage Apple Notes via memo CLI: create, search, edit.apple/apple-notes
apple-remindersApple Reminders via remindctl: add, list, complete.apple/apple-reminders
findmyTrack Apple devices/AirTags via FindMy.app on macOS.apple/findmy
imessageSend and receive iMessages/SMS via the imsg CLI on macOS.apple/imessage

autonomous-ai-agents

SkillDescriptionPath
claude-codeDelegate coding to Claude Code CLI (features, PRs).autonomous-ai-agents/claude-code
codexDelegate coding to OpenAI Codex CLI (features, PRs).autonomous-ai-agents/codex
hermes-agentConfigure, extend, or contribute to Hermes Agent.autonomous-ai-agents/hermes-agent
opencodeDelegate coding to OpenCode CLI (features, PR review).autonomous-ai-agents/opencode

creative

SkillDescriptionPath
architecture-diagramDark-themed SVG architecture/cloud/infra diagrams as HTML.creative/architecture-diagram
ascii-artASCII art: pyfiglet, cowsay, boxes, image-to-ascii.creative/ascii-art
ascii-videoASCII video: convert video/audio to colored ASCII MP4/GIF.creative/ascii-video
baoyu-comicKnowledge comics (知识漫画): educational, biography, tutorial.creative/baoyu-comic
baoyu-infographicInfographics: 21 layouts x 21 styles (信息图, 可视化).creative/baoyu-infographic
claude-designDesign one-off HTML artifacts (landing, deck, prototype).creative/claude-design
comfyuiGenerate images, video, and audio with ComfyUI — install, launch, manage nodes/models, run workflows with parameter injection. Uses the official comfy-cli for lifecycle and direct REST/WebSocket API for execution.creative/comfyui
ideationGenerate project ideas via creative constraints.creative/creative-ideation
design-mdAuthor/validate/export Google's DESIGN.md token spec files.creative/design-md
excalidrawHand-drawn Excalidraw JSON diagrams (arch, flow, seq).creative/excalidraw
humanizerHumanize text: strip AI-isms and add real voice.creative/humanizer
manim-videoManim CE animations: 3Blue1Brown math/algo videos.creative/manim-video
p5jsp5.js sketches: gen art, shaders, interactive, 3D.creative/p5js
pixel-artPixel art w/ era palettes (NES, Game Boy, PICO-8).creative/pixel-art
popular-web-designs54 real design systems (Stripe, Linear, Vercel) as HTML/CSS.creative/popular-web-designs
pretextUse when building creative browser demos with @chenglou/pretext — DOM-free text layout for ASCII art, typographic flow around obstacles, text-as-geometry games, kinetic typography, and text-powered generative art. Produces single-file HT...creative/pretext
sketchThrowaway HTML mockups: 2-3 design variants to compare.creative/sketch
songwriting-and-ai-musicSongwriting craft and Suno AI music prompts.creative/songwriting-and-ai-music
touchdesigner-mcpControl a running TouchDesigner instance via twozero MCP — create operators, set parameters, wire connections, execute Python, build real-time visuals. 36 native tools.creative/touchdesigner-mcp

data-science

SkillDescriptionPath
jupyter-live-kernelIterative Python via live Jupyter kernel (hamelnb).data-science/jupyter-live-kernel

devops

SkillDescriptionPath
kanban-orchestratorDecomposition playbook + specialist-roster conventions + anti-temptation rules for an orchestrator profile routing work through Kanban. The "don't do the work yourself" rule and the basic lifecycle are auto-injected into every kanban wor...devops/kanban-orchestrator
kanban-workerPitfalls, examples, and edge cases for Hermes Kanban workers. The lifecycle itself is auto-injected into every worker's system prompt as KANBAN_GUIDANCE (from agent/prompt_builder.py); this skill is what you load when you want deeper det...devops/kanban-worker
webhook-subscriptionsWebhook subscriptions: event-driven agent runs.devops/webhook-subscriptions

dogfood

SkillDescriptionPath
dogfoodExploratory QA of web apps: find bugs, evidence, reports.dogfood

email

SkillDescriptionPath
himalayaHimalaya CLI: IMAP/SMTP email from terminal.email/himalaya

gaming

SkillDescriptionPath
minecraft-modpack-serverHost modded Minecraft servers (CurseForge, Modrinth).gaming/minecraft-modpack-server
pokemon-playerPlay Pokemon via headless emulator + RAM reads.gaming/pokemon-player

github

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

mcp

SkillDescriptionPath
native-mcpMCP client: connect servers, register tools (stdio/HTTP).mcp/native-mcp

media

SkillDescriptionPath
gif-searchSearch/download GIFs from Tenor via curl + jq.media/gif-search
heartmulaHeartMuLa: Suno-like song generation from lyrics + tags.media/heartmula
songseeAudio spectrograms/features (mel, chroma, MFCC) via CLI.media/songsee
spotifySpotify: play, search, queue, manage playlists and devices.media/spotify
youtube-contentYouTube transcripts to summaries, threads, blogs.media/youtube-content

mlops

SkillDescriptionPath
audiocraft-audio-generationAudioCraft: MusicGen text-to-music, AudioGen text-to-sound.mlops/models/audiocraft
axolotlAxolotl: YAML LLM fine-tuning (LoRA, DPO, GRPO).mlops/training/axolotl
dspyDSPy: declarative LM programs, auto-optimize prompts, RAG.mlops/research/dspy
huggingface-hubHuggingFace hf CLI: search/download/upload models, datasets.mlops/huggingface-hub
llama-cppllama.cpp local GGUF inference + HF Hub model discovery.mlops/inference/llama-cpp
evaluating-llms-harnesslm-eval-harness: benchmark LLMs (MMLU, GSM8K, etc.).mlops/evaluation/lm-evaluation-harness
obliteratusOBLITERATUS: abliterate LLM refusals (diff-in-means).mlops/inference/obliteratus
outlinesOutlines: structured JSON/regex/Pydantic LLM generation.mlops/inference/outlines
segment-anything-modelSAM: zero-shot image segmentation via points, boxes, masks.mlops/models/segment-anything
fine-tuning-with-trlTRL: SFT, DPO, PPO, GRPO, reward modeling for LLM RLHF.mlops/training/trl-fine-tuning
unslothUnsloth: 2-5x faster LoRA/QLoRA fine-tuning, less VRAM.mlops/training/unsloth
serving-llms-vllmvLLM: high-throughput LLM serving, OpenAI API, quantization.mlops/inference/vllm
weights-and-biasesW&B: log ML experiments, sweeps, model registry, dashboards.mlops/evaluation/weights-and-biases

note-taking

SkillDescriptionPath
obsidianRead, search, and create notes in the Obsidian vault.note-taking/obsidian

productivity

SkillDescriptionPath
airtableAirtable REST API via curl. Records CRUD, filters, upserts.productivity/airtable
google-workspaceGmail, Calendar, Drive, Docs, Sheets via gws CLI or Python.productivity/google-workspace
linearLinear: manage issues, projects, teams via GraphQL + curl.productivity/linear
mapsGeocode, POIs, routes, timezones via OpenStreetMap/OSRM.productivity/maps
nano-pdfEdit PDF text/typos/titles via nano-pdf CLI (NL prompts).productivity/nano-pdf
notionNotion API via curl: pages, databases, blocks, search.productivity/notion
ocr-and-documentsExtract text from PDFs/scans (pymupdf, marker-pdf).productivity/ocr-and-documents
powerpointCreate, read, edit .pptx decks, slides, notes, templates.productivity/powerpoint

red-teaming

SkillDescriptionPath
godmodeJailbreak LLMs: Parseltongue, GODMODE, ULTRAPLINIAN.red-teaming/godmode

research

SkillDescriptionPath
arxivSearch arXiv papers by keyword, author, category, or ID.research/arxiv
blogwatcherMonitor blogs and RSS/Atom feeds via blogwatcher-cli tool.research/blogwatcher
llm-wikiKarpathy's LLM Wiki: build/query interlinked markdown KB.research/llm-wiki
polymarketQuery Polymarket: markets, prices, orderbooks, history.research/polymarket
research-paper-writingWrite ML papers for NeurIPS/ICML/ICLR: design→submit.research/research-paper-writing

smart-home

SkillDescriptionPath
openhueControl Philips Hue lights, scenes, rooms via OpenHue CLI.smart-home/openhue

social-media

SkillDescriptionPath
xurlX/Twitter via xurl CLI: post, search, DM, media, v2 API.social-media/xurl

software-development

SkillDescriptionPath
debugging-hermes-tui-commandsDebug Hermes TUI slash commands: Python, gateway, Ink UI.software-development/debugging-hermes-tui-commands
hermes-agent-skill-authoringAuthor in-repo SKILL.md: frontmatter, validator, structure.software-development/hermes-agent-skill-authoring
node-inspect-debuggerDebug Node.js via --inspect + Chrome DevTools Protocol CLI.software-development/node-inspect-debugger
planPlan mode: write markdown plan to .hermes/plans/, no exec.software-development/plan
python-debugpyDebug Python: pdb REPL + debugpy remote (DAP).software-development/python-debugpy
requesting-code-reviewPre-commit review: security scan, quality gates, auto-fix.software-development/requesting-code-review
spikeThrowaway experiments to validate an idea before build.software-development/spike
subagent-driven-developmentExecute plans via delegate_task subagents (2-stage review).software-development/subagent-driven-development
systematic-debugging4-phase root cause debugging: understand bugs before fixing.software-development/systematic-debugging
test-driven-developmentTDD: enforce RED-GREEN-REFACTOR, tests before code.software-development/test-driven-development
writing-plansWrite implementation plans: bite-sized tasks, paths, code.software-development/writing-plans

yuanbao

SkillDescriptionPath
yuanbaoYuanbao (元宝) groups: @mention users, query info/members.yuanbao