Files
agent-estate-wiki/systems/skills-index.md
T

91 lines
2.7 KiB
Markdown

---
title: Installed Skills
type: system
status: active
created: 2026-07-22
updated: 2026-07-25
verified_on: 2026-07-25
confidence: high
tags: [skills, hermes]
sources: []
---
# Installed Skills
## Inventory
Total installed: 66 skills in `~/.hermes/skills/`.
## Categorized Active Skills
### Core Hermes
- `hermes` — Core agent skill
### Providers & Routing
- `omniroute` — OmniRoute routing
- `omniroute-ops` — OmniRoute diagnostics and combo management
### Memory
- `chromadb` — ChromaDB vector store
- `chromadb-preflight` — ChromaDB RAG preflight
- `chromadb-skills-rag` — Skills RAG via ChromaDB
### Browser / RPA
- `computer-use` — Desktop GUI automation
### DevOps / Homelab
- `devops` — Umbrella for service operations
- `devops-homelab-architecture-live-probe` — Live homelab diagram via probes
- `devops-proxmox-operations` — Proxmox VE REST/SSH operations
- `devops-service-management` — Miscellaneous service ops
- `devops-tailscale-web-routing` — Tailscale web routing
- `cloudflare-tunnel-ops` — Cloudflare Tunnels
- `tailscale-serve-ops` — Tailscale Serve
- `tailscale-ops` — Tailscale configuration
### Messaging
- `email` — Email from terminal
- `email-himalaya` — Himalaya CLI IMAP/SMTP
### Job / Career
- `job-hunting` — Career transition coaching
- `job-hunting-assistance` — End-to-end job hunting support
- `job-search-automation` — Autonomous job board scraper
- `job-tracker-enrichment` — Notion job tracker enrichment
### Content / Research
- `tech-ai-newsletter-digest` — Newsletter processing
- `media` — YouTube transcripts, GIF search, music generation
### Productivity
- `productivity` — Document creation, presentations, spreadsheets
- `markdown-to-anywhere` — Cross-posting service
- `weekly-review` — Sunday weekly review cron
### MCP / Skills Management
- `mcp` — MCP server tooling
- `mcp-agent-integration` — Local stdio MCP server wiring
### Unverified / Not Categorized
- 40+ skills not inspected in detail during this inventory
- Full list at `~/.hermes/skills/`
## How category discovery works
Skill categories are derived from the directory layout, not from Tool Search.
The first directory below `~/.hermes/skills/` becomes the category:
- `~/.hermes/skills/devops/my-skill/SKILL.md` → category `devops`
- `~/.hermes/skills/my-skill/SKILL.md` → no category
The skill's display name and discovery description come from the YAML
frontmatter in `SKILL.md`. Directory additions are detected automatically.
In-place edits may take up to 30 seconds to appear because the discovery cache
has a 30-second lifetime.
See [[systems/tool-search]] for the separate external-tool discovery system.
## Related
- [[systems/hermes-agent]]
- [[messaging-integrations]]
- [[systems/tool-search]]