MarsWave Skills

Explain Anything. In Videos, Podcasts, and More.

ListenHub Discord Twitter License
English | 简体中文


You have ideas worth sharing. ListenHub turns them into content people actually want to watch and listen to — no editing skills required.

Install

npx skills add marswaveai/skills

Update

Via npx skills (recommended for most users):

npx skills update -g

Via Git (for contributors or local development):

cd path/to/marswaveai/skills
git pull origin main

Restart your agent (Claude Code, Cursor, etc.) after updating.

Skills

Skill Trigger What it does
/podcast "make a podcast", "播客" Generate podcast episodes (solo, dialogue, debate)
/explainer "explainer video", "解说视频" Narrated explainer videos with AI visuals
/tts "read aloud", "TTS", "朗读" Text-to-speech and voice narration
/image-gen "generate image", "画一张" AI image generation from text prompts
/content-parser "parse this URL", "解析链接" Extract content from URLs
/asr "transcribe", "语音转文字", "ASR" Transcribe audio files to text
/creator "创作", "写公众号", "小红书", "口播" Creator workflow — platform-ready content packages
/cola-avatar-pack "生成形象", "avatar", "表情包", "梗图" Generate Cola avatar, profile card, emoji GIFs & meme stickers

Supported Inputs

  • Any topic you can describe
  • YouTube videos
  • Article URLs
  • Plain text
  • Image prompts
  • Audio files

Setup

ListenHub API KeyGet yours (Pro plan required)

Keys auto-configure on first use.

Directory Structure

├── shared/              # API reference, auth, common patterns
├── podcast/             # Podcast generation
├── explainer/           # Explainer videos
├── tts/                 # TTS and voice narration
├── image-gen/           # AI image generation
├── content-parser/      # URL content extraction
├── asr/                 # Audio transcription
├── creator/             # Creator workflow (WeChat, Xiaohongshu, narration)
├── cola-avatar-pack/    # Cola avatar, profile card, emoji GIFs & meme stickers
└── listenhub/           # Deprecated (see DEPRECATED.md)

Supported Clients

Claude Code · Cursor · Windsurf · OpenCode · Codex · Trae · and more.

If you have any questions, feel free to reach out: support@marswave.ai

License

MIT

S
Description
ListenHub CLI skills router. Routes to the correct skill based on user intent. Triggers on: "make a podcast", "explainer video", "read aloud", "TTS", "generate…
Readme MIT 56 MiB
Languages
HTML 87.8%
Python 7.8%
TypeScript 2.9%
JavaScript 1.5%