listenhub

Generate podcast episodes, explainers, narration, or images via the ListenHub API.

77|2|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/marswaveai/skills --skill listenhub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: listenhub
Source: https://github.com/marswaveai/skills/tree/main/skills/listenhub
Command: npx skills add https://github.com/marswaveai/skills --skill listenhub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, and includes scripts (resource) components.

What problem does it solve?

ListenHub addresses the complexity of turning ideas into shareable audio-visual content by orchestrating podcast episodes, explainer videos, voice narration, and AI-generated visuals through a consistent, script-driven workflow.

Core Features & Use Cases

  • Four modes with a single entry point: Podcast, Explain, TTS, and Image Generation.
  • Script-driven interface: all actions are executed via provided shell scripts under scripts/; no direct API calls.
  • On-demand resources: scripts/, references/, and assets/ may be used as directed by SKILL.md to assemble outputs.
  • Works with topics, URLs, plain text, and prompts to generate audio, video, or images.

Quick Start

Describe your idea and desired mode, and ListenHub will produce podcast, explainer, TTS, or image output.

Frequently Asked Questions about listenhub

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a topic description into a podcast episode?

To generate a podcast episode, you provide a topic description, and ListenHub transforms it into audio using a script-driven workflow that orchestrates single- or multi-speaker formats via shell scripts.

Can I create explainer videos from article URLs and plain text?

Yes, you can create explainer videos by inputting article URLs or plain text, which the skill processes through its shell scripts to assemble narrated video outputs.

Does text-to-speech generation require direct API calls?

No, text-to-speech generation does not require direct API calls because the skill enforces a script-driven interface, relying entirely on provided shell scripts and tools like jq and curl to interact with the API.

What inputs are supported for AI voice narration and image generation?

AI voice narration and image generation support multiple inputs, including topic descriptions, YouTube links, article URLs, plain text, and image prompts, which are processed to produce audio or visual outputs.

Do I need jq and curl installed to use this skill?

Yes, you need jq and curl installed, as the skill depends on these shell tools to execute its scripts and interact with the ListenHub API for generating audio, video, and images.

What is the difference between the Podcast and Explain modes?

Podcast mode generates audio episodes from ideas, while Explain mode produces explainer videos, with both supporting topic descriptions, URLs, and text inputs through a single script-driven entry point.