번들 스킬 카탈로그
기준일: 2026-07-26
난이도: 초급
공식 기준: Bundled Skills Catalog
개요
Hermes 설치 시 ~/.hermes/skills/로 복사되는 번들 스킬 전체 카탈로그입니다. 각 항목은 전용 문서 페이지(원문 링크)에 정의·setup·사용법이 있습니다.
hermes update 시 번들 스킬이 동기화되지만, 로컬 삭제·사용자 편집은 존중됩니다. 목록에 있는데 로컬에 없으면 여전히 배포물에 포함되어 있으므로 hermes skills reset <name> --restore로 복구합니다.
핵심 개념
| 항목 | 설명 |
|---|---|
| 카테고리 | 기능 영역 분류 |
| 스킬 이름 | 호출·설치 식별자 |
| Path | 번들 상대 경로 (번들 카탈로그) |
| reset/restore | 로컬 삭제 후 복구 (hermes skills reset) |
상세
hermes skills
hermes skills reset <name> --restore
총 69개 스킬 (원문 테이블 기준).
apple
| 스킬 | 설명 |
|---|---|
apple-notes (apple/apple-notes) |
Manage Apple Notes via memo CLI: create, search, edit. |
apple-reminders (apple/apple-reminders) |
Apple Reminders via remindctl: add, list, complete. |
findmy (apple/findmy) |
Track Apple devices/AirTags via FindMy.app on macOS. |
imessage (apple/imessage) |
Send and receive iMessages/SMS via the imsg CLI on macOS. |
autonomous-ai-agents
| 스킬 | 설명 |
|---|---|
claude-code (autonomous-ai-agents/claude-code) |
Delegate coding to Claude Code CLI (features, PRs). |
codex (autonomous-ai-agents/codex) |
Delegate coding to OpenAI Codex CLI (features, PRs). |
computer-use (autonomous-ai-agents/computer-use) |
Drive the user's desktop in the background — clicking, typing, scrolling, dragging — without stealing the cursor, keyboard focus, or switching virtual desktops / Spaces. Cross-platform: macOS, Windows, Linux. Works with any tool-capable... |
hermes-agent (autonomous-ai-agents/hermes-agent) |
Use, configure, theme, extend, and orchestrate Hermes Agent. |
opencode (autonomous-ai-agents/opencode) |
Delegate coding to OpenCode CLI (features, PR review). |
creative
| 스킬 | 설명 |
|---|---|
architecture-diagram (creative/architecture-diagram) |
Dark-themed SVG architecture/cloud/infra diagrams as HTML. |
ascii-art (creative/ascii-art) |
ASCII art: pyfiglet, cowsay, boxes, image-to-ascii. |
ascii-video (creative/ascii-video) |
ASCII video: convert video/audio to colored ASCII MP4/GIF. |
baoyu-infographic (creative/baoyu-infographic) |
Infographics: 21 layouts x 21 styles (信息图, 可视化). |
claude-design (creative/claude-design) |
Design one-off HTML artifacts (landing, deck, prototype). |
comfyui (creative/comfyui) |
Generate images, video, and audio via diffusion workflows. |
design-md (creative/design-md) |
Author/validate/export Google's DESIGN.md token spec files. |
excalidraw (creative/excalidraw) |
Hand-drawn Excalidraw JSON diagrams (arch, flow, seq). |
humanizer (creative/humanizer) |
Humanize text: strip AI-isms and add real voice. |
manim-video (creative/manim-video) |
Manim CE animations: 3Blue1Brown math/algo videos. |
p5js (creative/p5js) |
p5.js sketches: gen art, shaders, interactive, 3D. |
popular-web-designs (creative/popular-web-designs) |
54 real design systems (Stripe, Linear, Vercel) as HTML/CSS. |
pretext (creative/pretext) |
Build creative browser demos with DOM-free text layout. |
sketch (creative/sketch) |
Throwaway HTML mockups: 2-3 design variants to compare. |
songwriting-and-ai-music (creative/songwriting-and-ai-music) |
Songwriting craft and Suno AI music prompts. |
touchdesigner-mcp (creative/touchdesigner-mcp) |
Control TouchDesigner via twozero MCP. |
| 스킬 | 설명 |
|---|---|
himalaya (email/himalaya) |
Himalaya CLI: IMAP/SMTP email from terminal. |
github
| 스킬 | 설명 |
|---|---|
codebase-inspection (github/codebase-inspection) |
Inspect codebases w/ pygount: LOC, languages, ratios. |
github-auth (github/github-auth) |
GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login. |
github-code-review (github/github-code-review) |
Review PRs: diffs, inline comments via gh or REST. |
github-issues (github/github-issues) |
Create, triage, label, assign GitHub issues via gh or REST. |
github-pr-workflow (github/github-pr-workflow) |
GitHub PR lifecycle: branch, commit, open, CI, merge. |
github-repo-management (github/github-repo-management) |
Clone/create/fork repos; manage remotes, releases. |
media
| 스킬 | 설명 |
|---|---|
gif-search (media/gif-search) |
Search/download GIFs from Tenor via curl + jq. |
songsee (media/songsee) |
Audio spectrograms/features (mel, chroma, MFCC) via CLI. |
youtube-content (media/youtube-content) |
YouTube transcripts to summaries, threads, blogs. |
mlops
| 스킬 | 설명 |
|---|---|
huggingface-hub (mlops/huggingface-hub) |
HuggingFace hf CLI: search/download/upload models, datasets. |
llama-cpp (mlops/inference/llama-cpp) |
llama.cpp local GGUF inference + HF Hub model discovery. |
evaluating-llms-harness (mlops/evaluation/evaluating-llms-harness) |
lm-eval-harness: benchmark LLMs (MMLU, GSM8K, etc.). |
serving-llms-vllm (mlops/inference/serving-llms-vllm) |
vLLM: high-throughput LLM serving, OpenAI API, quantization. |
weights-and-biases (mlops/evaluation/weights-and-biases) |
W&B: log ML experiments, sweeps, model registry, dashboards. |
note-taking
| 스킬 | 설명 |
|---|---|
obsidian (note-taking/obsidian) |
Read, search, create, and edit notes in the Obsidian vault. |
productivity
| 스킬 | 설명 |
|---|---|
airtable (productivity/airtable) |
Airtable REST API via curl. Records CRUD, filters, upserts. |
docx (productivity/docx) |
Create, read, edit Word .docx documents and templates. |
google-workspace (productivity/google-workspace) |
Gmail, Calendar, Drive, Docs, Sheets via gws CLI or Python. |
maps (productivity/maps) |
Geocode, POIs, routes, timezones via OpenStreetMap/OSRM. |
nano-pdf (productivity/nano-pdf) |
Edit text in existing PDFs via natural-language prompts. |
notion (productivity/notion) |
Notion API + ntn CLI: pages, databases, markdown, Workers. |
ocr-and-documents (productivity/ocr-and-documents) |
Extract text from PDFs/scans (pymupdf, marker-pdf). |
pdf (productivity/pdf) |
Create, merge, split, fill, and secure PDF files. |
powerpoint (productivity/powerpoint) |
Create, read, edit .pptx decks, slides, notes, templates. |
teams-meeting-pipeline (productivity/teams-meeting-pipeline) |
Teams meeting summaries, job replay, Graph subscriptions. |
xlsx (productivity/xlsx) |
Create, read, edit Excel .xlsx spreadsheets and CSVs. |
research
| 스킬 | 설명 |
|---|---|
arxiv (research/arxiv) |
Search arXiv papers by keyword, author, category, or ID. |
blogwatcher (research/blogwatcher) |
Monitor blogs and RSS/Atom feeds via blogwatcher-cli tool. |
llm-wiki (research/llm-wiki) |
Karpathy's LLM Wiki: build/query interlinked markdown KB. |
polymarket (research/polymarket) |
Query Polymarket: markets, prices, orderbooks, history. |
research-paper-writing (research/research-paper-writing) |
Write ML papers for NeurIPS/ICML/ICLR: design→submit. |
smart-home
| 스킬 | 설명 |
|---|---|
openhue (smart-home/openhue) |
Control Philips Hue lights, scenes, rooms via OpenHue CLI. |
social-media
| 스킬 | 설명 |
|---|---|
xurl (social-media/xurl) |
X/Twitter via xurl CLI: raw post search, posting, DM, media. |
software-development
| 스킬 | 설명 |
|---|---|
dogfood (software-development/dogfood) |
Exploratory QA of web apps: find bugs, evidence, reports. |
hermes-agent-skill-authoring (software-development/hermes-agent-skill-authoring) |
Author in-repo SKILL.md files: frontmatter and structure. |
node-inspect-debugger (software-development/node-inspect-debugger) |
Debug Node.js via --inspect + Chrome DevTools Protocol CLI. |
plan (software-development/plan) |
Write a markdown plan to .hermes/plans/; no execution. |
python-debugpy (software-development/python-debugpy) |
Debug Python: pdb REPL + debugpy remote (DAP). |
requesting-code-review (software-development/requesting-code-review) |
Pre-commit review: security scan, quality gates, auto-fix. |
simplify-code (software-development/simplify-code) |
Parallel 4-agent cleanup of recent code changes. |
spike (software-development/spike) |
Throwaway experiments to validate an idea before build. |
systematic-debugging (software-development/systematic-debugging) |
4-phase root cause debugging: understand bugs before fixing. |
test-driven-development (software-development/test-driven-development) |
TDD: enforce RED-GREEN-REFACTOR, tests before code. |
운영 팁
- 설치·활성 스킬이 많을수록 스킬 인덱스 토큰 증가
- 네트워크/자격증명이 필요한 스킬은 setup 후 스모크 테스트
- 로컬 수정 보존: update 시 사용자 편집·삭제를 존중 (원문 sync 정책)
- 에이전트가 만든 스킬과 공식 카탈로그를 경로로 구분
체크리스트
- 필요한 스킬만 설치·활성화했다
- 누락 시
hermes skills reset <name> --restore복구 경로를 안다 - 공식 원문 링크 페이지에서 setup을 확인했다
다음 단계
- 공식 문서: Bundled Skills Catalog
- 스킬 시스템
- 스킬 작성
기준일: 2026-07-26 — 공식 문서 동기화 코퍼스