listenhub

ListenHub CLI skills router. Routes to the correct skill based on user intent. Triggers on: "make a podcast", "explainer video", "read aloud", "TTS", "generate image", "做播客", "解说视频", "朗读", "生成图片", "幻灯片", "slides", "音乐", "music", "generate music", "翻唱", "cover song", "parse URL", "解析链接", "提取内容".

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "listenhub" with this command: npx skills add marswaveai/skills/marswaveai-skills-listenhub

Purpose

This is a router skill. When users trigger a general ListenHub action, this skill identifies the intent and delegates to the appropriate specialized skill.

Routing Table

User intentKeywordsRoute to
Podcast"podcast", "播客", "debate", "dialogue"/podcast
Explainer video"explainer", "解说视频", "tutorial video"/explainer
Slides / PPT"slides", "幻灯片", "PPT", "presentation"/slides
TTS / Read aloud"TTS", "read aloud", "朗读", "配音", "语音合成"/tts
Image generation"generate image", "画一张", "生成图片", "AI图"/image-gen
Music"music", "音乐", "生成音乐", "翻唱", "cover"/music
Content extraction"parse URL", "extract content", "解析链接"/content-parser
Audio transcription"transcribe", "ASR", "语音转文字"/asr
Creator workflow"创作", "写公众号", "小红书", "口播"/creator

How to Route

  1. Read the user's message and identify which category it falls into
  2. Tell the user which skill you're routing to
  3. 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

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:

  1. Auto-install: run npm install -g @marswave/listenhub-cli silently
  2. Auto-login: run listenhub auth login (opens browser)

Exception: /asr runs locally and needs no CLI or API key.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

tts

No summary provided by upstream source.

Repository SourceNeeds Review
General

asr

No summary provided by upstream source.

Repository SourceNeeds Review
General

podcast

No summary provided by upstream source.

Repository SourceNeeds Review
General

content-parser

No summary provided by upstream source.

Repository SourceNeeds Review