SKILL.md
$2a
How to Route
- Read the user's message and identify which category it falls into
- Tell the user which skill you're routing to
- Follow that skill's SKILL.md completely
If the intent is ambiguous, ask the user to clarify:
Question: "What would you like to create?"
Options:
- "Podcast" — Audio discussion on a topic
- "Explainer Video" — Narrated video with AI visuals
- "Slides" — Slide deck / presentation
- "Music" — AI-generated music or cover
- "Video" — AI video generation from text or reference materials
Prerequisites
Most skills require the ListenHub CLI. Check:
listenhub auth status --json
If not installed or not logged in, handle automatically — never ask the user to run install commands:
- Auto-install: run
npm install -g @marswave/listenhub-clisilently
- Auto-login: run
listenhub auth login(opens browser)
Exception: /asr runs locally and needs no CLI or API key.