Back to Hermes Agent

Tool Matrix — Skills + Toolsets per Role

optional-skills/creative/kanban-video-orchestrator/references/tool-matrix.md

2026.6.514.1 KB
Original Source

Tool Matrix — Skills + Toolsets per Role

Maps each role archetype to the Hermes skills it should always_load and the toolsets it needs. Only references skills that ship in the public hermes-agent repository (under skills/ or optional-skills/). External APIs and CLIs are called from the terminal toolset; they don't appear in always_load.

Hermes skills relevant to video production

Visual / rendering skills (hermes-agent/skills/creative/)

SkillWhat it doesBest fit for
ascii-videoProduction pipeline for ASCII art video — generative, audio-reactive, video-to-ASCIIRenderer for ASCII / terminal / retro pixel content; cinematographer for ASCII projects
ascii-artStatic ASCII art generationConcept artist for ASCII style frames; secondary tool for ASCII renderer
manim-videoManim CE animations — math, algorithms, 3Blue1Brown-style explainersRenderer for math, algorithm walkthroughs, technical concept explainers
p5jsp5.js sketches — generative art, shaders, interactive, 3DRenderer for generative art, particle systems, organic motion, web-canvas content
comfyuiGenerate images, video, audio with ComfyUI workflows (image-to-image, image-to-video, etc.)image-generator, image-to-video-generator, or general renderer for AI-generated content
touchdesigner-mcpControl a running TouchDesigner instance — real-time visuals, audio-reactive installation art, VJRenderer for real-time/audio-reactive content; installation art; live performance
blender-mcp (optional)Control Blender 4.3+ via MCP — 3D modeling, animation, renderingRenderer for 3D scenes, photoreal environments, character animation
pixel-artPixel art with era palettes (NES, Game Boy, PICO-8)Renderer for retro game aesthetic; concept artist for pixel-style frames
baoyu-comicKnowledge-comic generation (educational, biography, tutorial)Renderer for comic-style narrative; explainer in panel form
baoyu-infographicInfographic generationRenderer for data-driven explainer scenes
meme-generation (optional)Generate meme images by overlaying text on templatesGenerator for satirical/social content; meme-style stills

Design / pre-production skills (hermes-agent/skills/creative/)

SkillWhat it doesBest fit for
claude-designDesign one-off HTML artifacts (landing, deck, prototype)Concept artist for product video style frames; storyboarder for UI-heavy content
design-mdDesign markdown docsConcept artist documenting visual specs
popular-web-designsReference patterns for popular web designsConcept artist; cinematographer when matching a known UI aesthetic
sketchThrowaway HTML mockups (2-3 design variants to compare)Concept artist exploring directions; storyboarder for UI flows
excalidrawExcalidraw-style hand-drawn diagramsStoryboarder; concept artist for sketch-style frames
architecture-diagramSoftware architecture diagramsStoryboarder for technical content; explainer scenes about systems
concept-diagrams (optional)Flat, minimal SVG diagrams (educational visual language; physics, chemistry, math, anatomy, etc.)Renderer / storyboarder for explainer scenes with clean educational diagrams
pretextMathematical/scientific content authoringWriter / cinematographer for technical-explainer pretexts
creative-ideationConstraint-driven project ideationDirector / cinematographer when the brief is wide-open and needs framing
humanizerStrip AI-isms from text, add real voiceWriter / copywriter post-process to avoid AI-tells in scripts and VO copy

Audio / media skills (hermes-agent/skills/creative/ + skills/media/)

SkillWhat it doesBest fit for
songwriting-and-ai-musicSongwriting craft + Suno prompt patternsMusic supervisor when commissioning a track via Suno
heartmulaOpen-source music generation (Apache-2.0, Suno-like)Music supervisor generating bespoke tracks without external APIs
songseeSpectrograms, mel/chroma/MFCC of audio filesMusic supervisor analyzing tracks; foley-designer designing to a beat; editor visualizing a mix
spotifySpotify control — play, search, queue, manage playlistsMusic supervisor sourcing existing tracks; reference research
youtube-contentFetch transcripts + transform to chapters/summaries/postsDocumentary cut, content adaptation, research for explainers
gif-searchFind existing GIFsEditor / concept artist sourcing references
gifsGIF toolingMasterer producing GIF deliverables

Kanban infrastructure (hermes-agent/skills/devops/)

SkillWhat it doesWhen to load
kanban-orchestratorDecomposition playbook + anti-temptation rules for orchestrator profilesDirector only
kanban-workerPitfalls, examples, edge cases for kanban workers (deeper than auto-injected guidance)Any profile — load when handling tricky multi-step workflows

The kanban plugin auto-injects baseline orchestration guidance into every worker's system prompt — the kanban_create fan-out pattern, claim/handoff lifecycle, and the "decompose, don't execute" rule for orchestrators. kanban-orchestrator and kanban-worker are deeper playbooks loaded when a profile needs them.

External tools (called from terminal toolset)

These are not Hermes skills but external CLIs / APIs that profiles invoke. They don't appear in always_load; instead the role's terminal commands hit them directly.

ToolWhat it doesProfile that uses it
ffmpegVideo / audio encode, splice, muxrenderer, editor, audio-mixer, masterer
ffprobeInspect mediaAll media-touching profiles
Whisper (CLI or API)Speech-to-text for captionscaptioner
Text-to-image API (FAL / Replicate / OpenAI / Midjourney)Stills generationimage-generator (alternative to local comfyui)
Image-to-video API (Runway / Kling / Luma / Pika)Animate stillsimage-to-video-generator
Text-to-speech API (ElevenLabs / OpenAI TTS / etc.)Voiceover generationvoice-talent
Suno API or webTrack composition (paired with songwriting-and-ai-music)music-supervisor
Remotion CLI (npx remotion render)React-based motion graphicsrenderer-motion-graphics
Manim CE (manim)Math animation render (driven by manim-video skill's recipes)renderer-manim
Blender (blender -b)3D rendering (alternative to blender-mcp)renderer-3d

Built-in Hermes tools for media review

These are native Hermes tools — not invoked via terminal but through their own toolsets. Enable them per-profile by adding the toolset to the profile config.

ToolToolsetWhat it doesProfile that uses it
video_analyzevideo (opt-in — hermes tools enable video)Native video understanding — sends full clip to a multimodal LLM (Gemini via OpenRouter) for review without frame extraction. Supports mp4, webm, mov, avi, mkv. 50 MB cap. Model: AUXILIARY_VIDEO_MODEL env → AUXILIARY_VISION_MODEL fallback.reviewer, cinematographer, editor
vision_analyzevision (core — enabled by default)Image/frame analysis — review stills, thumbnails, exported frames. Already available to all profiles without opt-in.reviewer, cinematographer, concept-artist

Standard toolset configurations per role

director

yaml
toolsets:
  - kanban
  - terminal
  - file
skills:
  always_load:
    - kanban-orchestrator

The director's terminal access is conventional but the SOUL.md rules forbid execution. Audit logs catch violations.

writer / copywriter

yaml
toolsets:
  - kanban
  - file
skills:
  always_load:
    - kanban-worker
    - humanizer            # post-process scripts to strip AI-tells

No terminal — writers don't need it.

concept-artist

yaml
toolsets:
  - kanban
  - terminal
  - file
skills:
  always_load:
    - kanban-worker
    # plus one or more (style-dependent):
    # - claude-design       (UI / web product video)
    # - sketch              (quick mockup variants)
    # - excalidraw          (hand-drawn frames)
    # - ascii-art           (ASCII style frames)
    # - pixel-art           (retro/game aesthetic)
    # - popular-web-designs (matching known web aesthetic)
    # - design-md           (text-based design docs)

storyboarder

yaml
toolsets:
  - kanban
  - file
skills:
  always_load:
    - kanban-worker
    # one of:
    # - excalidraw              (sketch storyboards)
    # - architecture-diagram    (technical/system content)
    # - concept-diagrams        (educational / scientific content)

cinematographer

yaml
toolsets:
  - kanban
  - terminal
  - file
  - video               # video_analyze — review full clips natively
  - vision              # vision_analyze — review stills / exported frames
skills:
  always_load:
    - kanban-worker
    # the visual skill that matches the project, e.g.:
    # - ascii-video            (ASCII projects)
    # - manim-video            (math/explainer)
    # - p5js                   (generative)
    # - comfyui                (AI-generated visuals)
    # - blender-mcp            (3D)
    # - touchdesigner-mcp      (real-time/installation)

renderer (specialized variants)

yaml
toolsets:
  - kanban
  - terminal
  - file
skills:
  always_load:
    - kanban-worker
    # ONE skill per renderer variant (or empty for external-API renderers):
    # - ascii-video               (renderer-ascii)
    # - manim-video               (renderer-manim)
    # - p5js                      (renderer-p5js)
    # - comfyui                   (renderer-comfyui — img/video AI gen)
    # - touchdesigner-mcp         (renderer-touchdesigner)
    # - blender-mcp               (renderer-3d)
    # - pixel-art                 (renderer-pixel)
    # - baoyu-comic               (renderer-comic)
    # - meme-generation           (renderer-meme)

For external-API renderers (image-to-video-generator using Runway, voice-talent using ElevenLabs, renderer-motion-graphics using Remotion), always_load only contains kanban-worker — the role's work is API-driven and the API key + terminal commands suffice.

For multi-skill renderer setups (rare — usually one variant per skill is cleaner) use --skill <name> on individual kanban_create calls to override which skill loads for that specific task.

image-generator / image-to-video-generator / voice-talent

yaml
toolsets:
  - kanban
  - terminal
  - file
skills:
  always_load:
    - kanban-worker
    # for image-generator that drives ComfyUI locally:
    # - comfyui
env_required:
  # populate based on the chosen API:
  - FAL_KEY                 # or REPLICATE_API_TOKEN, OPENAI_API_KEY for image-gen
  - RUNWAY_API_KEY          # or KLING_API_KEY, LUMA_API_KEY for image-to-video
  - ELEVENLABS_API_KEY      # or OPENAI_API_KEY for TTS

If the user's setup has ComfyUI installed locally, the comfyui skill can replace the external image-gen API entirely (cheaper, more control, supports custom workflows for image-to-video too).

music-supervisor

yaml
toolsets:
  - kanban
  - terminal
  - file
skills:
  always_load:
    - kanban-worker
    - songsee                         # spectrograms / audio analysis
    # plus (depending on what the project needs):
    # - songwriting-and-ai-music      (commissioning Suno tracks)
    # - heartmula                     (commissioning open-source local generation)
    # - spotify                       (sourcing existing tracks)

editor / audio-mixer / captioner / masterer

yaml
toolsets:
  - kanban
  - terminal
  - file
  - video              # video_analyze — editor reviews assembled cuts natively
  - vision             # vision_analyze — spot-check frames
skills:
  always_load:
    - kanban-worker

These are mostly ffmpeg-driven; no special skill needed beyond kanban-worker. For captioner add Whisper invocation patterns to the SOUL.md.

reviewer / brand-cop

yaml
toolsets:
  - kanban
  - terminal           # for media inspection (ffprobe, etc.)
  - file
  - video              # video_analyze — review full clips natively
  - vision             # vision_analyze — review stills / exported frames
skills:
  always_load:
    - kanban-worker

API key requirements

Track these in the project setup. The setup script should verify each required key is present in ~/.hermes/.env (or macOS Keychain) before firing the kanban.

ServiceEnv varUsed by
ElevenLabsELEVENLABS_API_KEYvoice-talent
OpenAIOPENAI_API_KEYimage-generator (DALL-E), voice-talent (TTS)
OpenRouterOPENROUTER_API_KEYreviewer, cinematographer, editor (video_analyze routes through AUXILIARY_VIDEO_MODEL → OpenRouter)
FALFAL_KEYimage-generator (FAL flux models)
ReplicateREPLICATE_API_TOKENimage-generator (alternate provider)
RunwayRUNWAY_API_KEYimage-to-video-generator
KlingKLING_API_KEYimage-to-video-generator (alternate)
LumaLUMA_API_KEYimage-to-video-generator (alternate)
SunoSUNO_API_KEYmusic-supervisor (paired with songwriting-and-ai-music)
SpotifySPOTIFY_CLIENT_ID + SPOTIFY_CLIENT_SECRETmusic-supervisor (paired with spotify skill)
AnthropicANTHROPIC_API_KEYevery Hermes profile (Claude)

If a key is missing, prompt the user to add it. Storage methods, in order of preference: macOS Keychain → ~/.hermes/.env → environment variable.

Skill version pinning

If a specific skill version is desired, pass it via the per-task --skill <name>=<version> flag. The default is whatever's installed.

Adding a new skill to the matrix

When a new Hermes-public video skill ships:

  1. Add a row to the relevant table at the top of this file
  2. If it warrants a specialized renderer variant, add to role-archetypes.md
  3. Update relevant per-style examples in examples.md