morpheus-brain/identity/skills-inventory-2026-06-10.md

148 lines
No EOL
5.8 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Hermes Agent Skills Snapshot — 2026-06-10
This file documents all 91 skills available to the Hermes Agent, grouped by category. Each skill provides specialized capabilities for specific domains.
## autonomous-ai-agents (5 skills)
- **claude-code**: Delegate coding to Claude Code CLI
- **codex**: Delegate coding to OpenAI Codex CLI
- **hermes-agent**: Configure, extend, or contribute to Hermes Agent
- **kanban-codex-lane**: Use Codex CLI as an isolated implementation lane
- **opencode**: Delegate coding to OpenCode CLI
## creative (20 skills)
- **architecture-diagram**: Dark-themed SVG architecture diagrams
- **ascii-art**: ASCII art generation (pyfiglet, cowsay, boxes)
- **ascii-video**: Convert video/audio to colored ASCII MP4/GIF
- **baoyu-article-illustrator**: Article illustrations with style consistency
- **baoyu-comic**: Knowledge comics (知识漫画)
- **baoyu-infographic**: Infographics (21 layouts × 21 styles)
- **claude-design**: Design one-off HTML artifacts
- **comfyui**: Generate images, video, audio with ComfyUI
- **design-md**: Google's DESIGN.md token spec files
- **excalidraw**: Hand-drawn Excalidraw JSON diagrams
- **humanizer**: Humanize text (strip AI-isms)
- **ideation**: Generate project ideas via constraints
- **manim-video**: Manim CE animations (3Blue1Brown style)
- **p5js**: p5.js sketches (gen art, shaders, interactive 3D)
- **pixel-art**: Pixel art with era palettes (NES, Game Boy, PICO-8)
- **popular-web-designs**: 54 real design systems as HTML/CSS
- **pretext**: DOM-free text layout for ASCII art
- **sketch**: Throwaway HTML mockups (2-3 variants)
- **songwriting-and-ai-music**: Suno AI music prompts
- **touchdesigner-mcp**: Control TouchDesigner instance
## data-science (1 skill)
- **jupyter-live-kernel**: Iterative Python via live Jupyter kernel
## devops (4 skills)
- **forgejo**: Forgejo self-hosted git forge
- **kanban-orchestrator**: Decomposition playbook for orchestrators
- **kanban-worker**: Pitfalls and edge cases for Kanban workers
- **webhook-subscriptions**: Webhook subscriptions for event-driven runs
## email (1 skill)
- **himalaya**: IMAP/SMTP email from terminal
## freight-logistics (2 skills)
- **deploy-freight-pwa-coolify-supabase**: Full deployment workflow for freight PWA
- **freight-bidding-system**: Real-time freight bidding with Supabase Realtime
## gaming (2 skills)
- **minecraft-modpack-server**: Host modded Minecraft servers
- **pokemon-player**: Play Pokemon via headless emulator
## github (6 skills)
- **codebase-inspection**: Inspect codebases (LOC, languages, ratios)
- **github-auth**: GitHub auth setup (tokens, SSH, gh CLI)
- **github-code-review**: Review PRs via gh or REST
- **github-issues**: Create/triage/label/assign issues
- **github-pr-workflow**: PR lifecycle (branch, commit, open, CI, merge)
- **github-repo-management**: Clone/create/fork repos
## mcp (1 skill)
- **native-mcp**: MCP client for server connections
## media (5 skills)
- **gif-search**: Search/download GIFs from Tenor
- **heartmula**: Suno-like song generation
- **songsee**: Audio spectrograms (mel, chroma, MFCC)
- **spotify**: Play/search/queue Spotify
- **youtube-content**: YouTube transcripts to summaries
## mlops (10 skills)
- **audiocraft-audio-generation**: MusicGen text-to-music
- **dspy**: DSPy declarative LM programs
- **evaluating-llms-harness**: lm-eval-harness benchmarks
- **huggingface-hub**: HuggingFace hf CLI
- **llama-cpp**: llama.cpp local GGUF inference
- **obliteratus**: Abliterate LLM refusals
- **segment-anything-model**: SAM zero-shot segmentation
- **serving-llms-vllm**: vLLM high-throughput serving
- **weights-and-biases**: W&B experiment tracking
- **research-paper-writing**: Write ML papers (NeurIPS/ICML/ICLR)
## note-taking (1 skill)
- **obsidian**: Read, search, create, edit notes
## productivity (10 skills)
- **airtable**: Airtable REST API
- **google-workspace**: Gmail, Calendar, Drive, Docs, Sheets
- **linear**: Linear issue/project management
- **maps**: Geocode, POIs, routes, timezones
- **nano-pdf**: Edit PDF text
- **notion**: Notion API integration
- **ocr-and-documents**: Extract text from PDFs/scans
- **powerpoint**: Create/read/edit .pptx
- **teams-meeting-pipeline**: Teams meeting summarization
- **teams-meeting-pipeline**: Teams meeting summary pipeline
## red-teaming (1 skill)
- **godmode**: Jailbreak LLMs (Parseltongue, GODMODE)
## research (4 skills)
- **arxiv**: Search arXiv papers
- **blogwatcher**: Monitor blogs and RSS/Atom feeds
- **llm-wiki**: Karpathy's LLM Wiki
- **polymarket**: Query Polymarket markets
## smart-home (1 skill)
- **openhue**: Philips Hue control
## social-media (1 skill)
- **xurl**: X/Twitter via xurl CLI
## software-development (16 skills)
- **agent-collaboration**: Git-based agent coordination framework
- **debugging-hermes-tui-commands**: Debug TUI slash commands
- **fastapi-backend-setup**: Scaffold FastAPI backends
- **git-agent-collaboration**: Coordinate agents via git
- **hermes-agent-skill-authoring**: Author SKILL.md files
- **hermes-s6-container-supervision**: Modify s6-overlay supervision
- **node-inspect-debugger**: Debug Node.js
- **plan**: Write markdown plans (no execution)
- **python-debugpy**: Debug Python
- **requesting-code-review**: Pre-commit review workflow
- **spike**: Throwaway experiments
- **subagent-driven-development**: Execute plans via subagents
- **systematic-debugging**: 4-phase root cause debugging
- **test-driven-development**: TDD workflow
- **writing-plans**: Implementation plans
## yuanbao (1 skill)
- **yuanbao**: Groups: @mention users, query info
---
## Loading a Skill
```python
from hermes_tools import skill_view
skill_view(name='skill-name-here')
```
## Creating a New Skill
```python
from hermes_tools import skill_manage
skill_manage(action='create', name='new-skill', category='your-category', content='...')
```