ListenHub AI Content Suite for Openclaw

Convert any idea, article, or URL into podcasts, explainer videos, text-to-speech narration, or AI-generated images through a unified script interface.

0xfango
v0.1.0
Mar 1, 2026
0
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install listenhub-2

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install listenhub-2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is ListenHub AI Content Suite?

ListenHub is a versatile AI content generation skill designed for AI coding agents. It serves as a single entry point for creating diverse media formats including two-person dialogue podcasts, product explainer videos with AI visuals, and high-fidelity text-to-speech narration. By integrating this into your Openclaw Skills collection, you enable your agent to move beyond text and code, providing rich multimedia outputs from simple prompts or external references.

The skill operates on a black box principle, where complexity is hidden behind a robust set of shell scripts. It handles everything from source material parsing (YouTube links, articles, or plain text) to multi-stage generation workflows, ensuring that developers can generate high-quality audio and visual content without manually managing API endpoints or complex JSON schemas.

ListenHub AI Content Suite Use Cases

  • Converting long-form technical articles into manageable audio for commuting or review.
  • Generating dual-speaker podcast debates from topic descriptions to explore different viewpoints.
  • Creating rapid product explainer videos for documentation using AI-generated visuals.
  • Producing high-quality AI images (up to 4K) for creative visualization or concept art.
  • Automating high-fidelity narration for scripts or existing project documentation.

How ListenHub AI Content Suite Works

  1. The agent detects user intent (podcast, video, or image) from natural language input and identifies the required mode.
  2. The agent retrieves necessary parameters like language-specific speaker IDs using discovery scripts.
  3. A specific shell script (e.g., create-podcast.sh) is executed, which securely interfaces with the ListenHub API via the local environment.
  4. Long-running generation tasks are monitored using a status-checking script that supports automated polling and background execution.
  5. Upon completion, the skill provides direct links to the web-hosted media or saves generated files (like images) directly to the user's download directory.

ListenHub AI Content Suite Setup

  1. Obtain an API key from the ListenHub settings dashboard.
  2. Configure your environment by adding the key to your shell profile:
export LISTENHUB_API_KEY="your_lh_sk_key"
  1. Ensure system dependencies are installed:
# For macOS
brew install jq curl
# For Linux
sudo apt-get install jq curl
  1. Verify the setup within your agent's terminal:
source ~/.zshrc; [ -n "$LISTENHUB_API_KEY" ] && echo "Skill Ready"

ListenHub AI Content Suite Data Schema & Taxonomy

Component Format Description
API Key Environment Variable Stored in $LISTENHUB_API_KEY for secure transmission.
Speaker Data JSON Object Includes speakerId, name, gender, and language taxonomy.
Podcast Draft Markdown (.md) A human-readable dialogue script generated for user review.
Script Source JSON (.json) Machine-readable scripts containing the content and speakerId array.
Output Images JPG/PNG Locally saved files following the labnana-{timestamp} naming convention.

ListenHub AI Content Suite Advanced Features

  • Two-Stage Generation: Allows for a mandatory human review gate between script generation and audio synthesis.
  • Reference Image Support: Guide AI image generation styles by providing up to 14 comma-separated reference URLs.
  • Intelligent Polling: Built-in --wait functionality in status scripts with configurable max-polls and intervals.
  • Multi-Speaker Speech: Advanced JSON-based script input for precisely controlled multi-voice narrations.
  • Multi-Source Processing: Support for multiple --source-url and --source-text flags to synthesize content from diverse references. This makes it one of the most flexible Openclaw Skills for content creators.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*