* refactor(skills): clean up bundled skill set + add environments: relevance gate Bundled skills cleanup pass plus a new offer-time relevance gate. Removals (redundant / dead): - spotify (covered by the spotify plugin's 7 native tools) - linear (covered by `hermes mcp install linear`) - kanban-codex-lane, debugging-hermes-tui-commands - empty category markers: diagramming, gifs, inference-sh, mlops/training, mlops/vector-databases - domain (stale orphan dup of optional/research/domain-intel) Bundled -> optional: - baoyu-article-illustrator, baoyu-comic, creative-ideation, pixel-art - dspy, subagent-driven-development - minecraft-modpack-server, pokemon-player - hermes-s6-container-supervision (-> optional/devops) Consolidation: - webhook-subscriptions + native-mcp folded into the hermes-agent skill as references/webhooks.md + references/native-mcp.md with SKILL.md pointers - writing-plans merged into plan (v2.0.0); related_skills + prose refs updated New: environments: frontmatter gate (agent/skill_utils.skill_matches_environment) - Offer-time relevance filter (kanban / docker / s6), parallel to platforms:. - Wired into the 3 OFFER surfaces only (prompt_builder skills index, skills_tool.list_skills, skill_commands slash discovery). - Explicit loads (skill_view, --skills preload) intentionally BYPASS it, so load-bearing force-loads like the kanban dispatcher's `--skills kanban-worker` always resolve. Verified via E2E. - kanban-orchestrator/kanban-worker tagged environments: [kanban]; hermes-s6-container-supervision tagged environments: [s6] + platforms: [linux]. Validation: 8/8 E2E gating assertions (incl force-load invariant); 442 targeted tests green (agent, skills_tool, skill_commands, kanban worker). * docs: regenerate skill catalogs + pages for the bundled cleanup Regenerated per-skill doc pages, catalogs, and sidebar to match the skill moves/removals in the parent commit. Moved skills' pages relocate bundled -> optional (history preserved); removed skills' pages deleted; edited skills' pages refreshed (hermes-agent now embeds the webhook + native-mcp reference pointers). zh-Hans i18n mirror: stale bundled pages and catalog rows for moved/removed skills pruned (new optional translations land via the translation pipeline). * test: drop regression test for removed kanban-codex-lane skill The kanban-codex-lane skill was removed in the bundled-skills cleanup; its dedicated regression test read the now-deleted SKILL.md and failed with FileNotFoundError on CI shard 6.
16 KiB
16 KiB
sidebar_position, title, description
| sidebar_position | title | description |
|---|---|---|
| 5 | Bundled Skills Catalog | Catalog of bundled skills that ship with Hermes Agent |
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.
Hermes also syncs bundled skills on hermes update, but the sync manifest respects local deletions and user edits. If a skill listed here is missing from your profile's ~/.hermes/skills/ tree, it is still shipped with Hermes; restore it with hermes skills reset <name> --restore.
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
| Skill | Description | Path |
|---|---|---|
apple-notes |
Manage Apple Notes via memo CLI: create, search, edit. | apple/apple-notes |
apple-reminders |
Apple Reminders via remindctl: add, list, complete. | apple/apple-reminders |
findmy |
Track Apple devices/AirTags via FindMy.app on macOS. | apple/findmy |
imessage |
Send and receive iMessages/SMS via the imsg CLI on macOS. | apple/imessage |
macos-computer-use |
Drive the macOS desktop in the background — screenshots, mouse, keyboard, scroll, drag — without stealing the user's cursor, keyboard focus, or Space. Works with any tool-capable model. Load this skill whenever the computer_use tool is... |
apple/macos-computer-use |
autonomous-ai-agents
| Skill | Description | Path |
|---|---|---|
claude-code |
Delegate coding to Claude Code CLI (features, PRs). | autonomous-ai-agents/claude-code |
codex |
Delegate coding to OpenAI Codex CLI (features, PRs). | autonomous-ai-agents/codex |
hermes-agent |
Configure, extend, or contribute to Hermes Agent. | autonomous-ai-agents/hermes-agent |
opencode |
Delegate coding to OpenCode CLI (features, PR review). | autonomous-ai-agents/opencode |
creative
| Skill | Description | Path |
|---|---|---|
architecture-diagram |
Dark-themed SVG architecture/cloud/infra diagrams as HTML. | creative/architecture-diagram |
ascii-art |
ASCII art: pyfiglet, cowsay, boxes, image-to-ascii. | creative/ascii-art |
ascii-video |
ASCII video: convert video/audio to colored ASCII MP4/GIF. | creative/ascii-video |
baoyu-infographic |
Infographics: 21 layouts x 21 styles (信息图, 可视化). | creative/baoyu-infographic |
claude-design |
Design one-off HTML artifacts (landing, deck, prototype). | creative/claude-design |
comfyui |
Generate 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 |
design-md |
Author/validate/export Google's DESIGN.md token spec files. | creative/design-md |
excalidraw |
Hand-drawn Excalidraw JSON diagrams (arch, flow, seq). | creative/excalidraw |
humanizer |
Humanize text: strip AI-isms and add real voice. | creative/humanizer |
manim-video |
Manim CE animations: 3Blue1Brown math/algo videos. | creative/manim-video |
p5js |
p5.js sketches: gen art, shaders, interactive, 3D. | creative/p5js |
popular-web-designs |
54 real design systems (Stripe, Linear, Vercel) as HTML/CSS. | creative/popular-web-designs |
pretext |
Use 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 |
sketch |
Throwaway HTML mockups: 2-3 design variants to compare. | creative/sketch |
songwriting-and-ai-music |
Songwriting craft and Suno AI music prompts. | creative/songwriting-and-ai-music |
touchdesigner-mcp |
Control 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
| Skill | Description | Path |
|---|---|---|
jupyter-live-kernel |
Iterative Python via live Jupyter kernel (hamelnb). | data-science/jupyter-live-kernel |
devops
| Skill | Description | Path |
|---|---|---|
kanban-orchestrator |
Decomposition playbook + 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 worker's system prompt; this skill... | devops/kanban-orchestrator |
kanban-worker |
Pitfalls, 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 |
dogfood
| Skill | Description | Path |
|---|---|---|
dogfood |
Exploratory QA of web apps: find bugs, evidence, reports. | dogfood |
| Skill | Description | Path |
|---|---|---|
himalaya |
Himalaya CLI: IMAP/SMTP email from terminal. | email/himalaya |
github
| Skill | Description | Path |
|---|---|---|
codebase-inspection |
Inspect codebases w/ pygount: LOC, languages, ratios. | github/codebase-inspection |
github-auth |
GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login. | github/github-auth |
github-code-review |
Review PRs: diffs, inline comments via gh or REST. | github/github-code-review |
github-issues |
Create, triage, label, assign GitHub issues via gh or REST. | github/github-issues |
github-pr-workflow |
GitHub PR lifecycle: branch, commit, open, CI, merge. | github/github-pr-workflow |
github-repo-management |
Clone/create/fork repos; manage remotes, releases. | github/github-repo-management |
media
| Skill | Description | Path |
|---|---|---|
gif-search |
Search/download GIFs from Tenor via curl + jq. | media/gif-search |
heartmula |
HeartMuLa: Suno-like song generation from lyrics + tags. | media/heartmula |
songsee |
Audio spectrograms/features (mel, chroma, MFCC) via CLI. | media/songsee |
youtube-content |
YouTube transcripts to summaries, threads, blogs. | media/youtube-content |
mlops
| Skill | Description | Path |
|---|---|---|
audiocraft-audio-generation |
AudioCraft: MusicGen text-to-music, AudioGen text-to-sound. | mlops/models/audiocraft |
huggingface-hub |
HuggingFace hf CLI: search/download/upload models, datasets. | mlops/huggingface-hub |
llama-cpp |
llama.cpp local GGUF inference + HF Hub model discovery. | mlops/inference/llama-cpp |
evaluating-llms-harness |
lm-eval-harness: benchmark LLMs (MMLU, GSM8K, etc.). | mlops/evaluation/lm-evaluation-harness |
obliteratus |
OBLITERATUS: abliterate LLM refusals (diff-in-means). | mlops/inference/obliteratus |
segment-anything-model |
SAM: zero-shot image segmentation via points, boxes, masks. | mlops/models/segment-anything |
serving-llms-vllm |
vLLM: high-throughput LLM serving, OpenAI API, quantization. | mlops/inference/vllm |
weights-and-biases |
W&B: log ML experiments, sweeps, model registry, dashboards. | mlops/evaluation/weights-and-biases |
note-taking
| Skill | Description | Path |
|---|---|---|
obsidian |
Read, search, create, and edit notes in the Obsidian vault. | note-taking/obsidian |
productivity
| Skill | Description | Path |
|---|---|---|
airtable |
Airtable REST API via curl. Records CRUD, filters, upserts. | productivity/airtable |
google-workspace |
Gmail, Calendar, Drive, Docs, Sheets via gws CLI or Python. | productivity/google-workspace |
maps |
Geocode, POIs, routes, timezones via OpenStreetMap/OSRM. | productivity/maps |
nano-pdf |
Edit PDF text/typos/titles via nano-pdf CLI (NL prompts). | productivity/nano-pdf |
notion |
Notion API + ntn CLI: pages, databases, markdown, Workers. | productivity/notion |
ocr-and-documents |
Extract text from PDFs/scans (pymupdf, marker-pdf). | productivity/ocr-and-documents |
powerpoint |
Create, read, edit .pptx decks, slides, notes, templates. | productivity/powerpoint |
teams-meeting-pipeline |
Operate the Teams meeting summary pipeline via Hermes CLI — summarize meetings, inspect pipeline status, replay jobs, manage Microsoft Graph subscriptions. | productivity/teams-meeting-pipeline |
red-teaming
| Skill | Description | Path |
|---|---|---|
godmode |
Jailbreak LLMs: Parseltongue, GODMODE, ULTRAPLINIAN. | red-teaming/godmode |
research
| Skill | Description | Path |
|---|---|---|
arxiv |
Search arXiv papers by keyword, author, category, or ID. | research/arxiv |
blogwatcher |
Monitor blogs and RSS/Atom feeds via blogwatcher-cli tool. | research/blogwatcher |
llm-wiki |
Karpathy's LLM Wiki: build/query interlinked markdown KB. | research/llm-wiki |
polymarket |
Query Polymarket: markets, prices, orderbooks, history. | research/polymarket |
research-paper-writing |
Write ML papers for NeurIPS/ICML/ICLR: design→submit. | research/research-paper-writing |
smart-home
| Skill | Description | Path |
|---|---|---|
openhue |
Control Philips Hue lights, scenes, rooms via OpenHue CLI. | smart-home/openhue |
social-media
| Skill | Description | Path |
|---|---|---|
xurl |
X/Twitter via xurl CLI: post, search, DM, media, v2 API. | social-media/xurl |
software-development
| Skill | Description | Path |
|---|---|---|
hermes-agent-skill-authoring |
Author in-repo SKILL.md: frontmatter, validator, structure. | software-development/hermes-agent-skill-authoring |
node-inspect-debugger |
Debug Node.js via --inspect + Chrome DevTools Protocol CLI. | software-development/node-inspect-debugger |
plan |
Plan mode: write an actionable markdown plan to .hermes/plans/, no execution. Bite-sized tasks, exact paths, complete code. | software-development/plan |
python-debugpy |
Debug Python: pdb REPL + debugpy remote (DAP). | software-development/python-debugpy |
requesting-code-review |
Pre-commit review: security scan, quality gates, auto-fix. | software-development/requesting-code-review |
spike |
Throwaway experiments to validate an idea before build. | software-development/spike |
systematic-debugging |
4-phase root cause debugging: understand bugs before fixing. | software-development/systematic-debugging |
test-driven-development |
TDD: enforce RED-GREEN-REFACTOR, tests before code. | software-development/test-driven-development |
yuanbao
| Skill | Description | Path |
|---|---|---|
yuanbao |
Yuanbao (元宝) groups: @mention users, query info/members. | yuanbao |