Turn ideas into podcasts, explainer videos, voice narration, and AI images via ListenHub. Use when the user wants to "make a podcast", "create an explainer v...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install listenhub-ai或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install listenhub-ai⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/listenhub-ai/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: listenhub description: | Turn ideas into podcasts, explainer videos, voice narration, and AI images via ListenHub. Use when the user wants to "make a podcast", "create an explainer video", "read this aloud", "generate an image", or share knowledge in audio/visual form. Supports: topic descriptions, YouTube links, article URLs, plain text, and image prompts. Requires LISTENHUB_API_KEY environment variable (get from https://listenhub.ai/settings/api-keys). ---
Generate podcasts, explainer videos, TTS audio, and AI images through shell scripts that wrap the ListenHub API.
Set LISTENHUB_API_KEY before first use. Two options:
Option A — OpenClaw env config (recommended): Add to ~/.openclaw/openclaw.json under env:
{ "env": { "LISTENHUB_API_KEY": "lh_sk_..." } }
Option B — Shell export:
export LISTENHUB_API_KEY="lh_sk_..."
Get your key: https://listenhub.ai/settings/api-keys
For image generation, also set LISTENHUB_OUTPUT_DIR (defaults to ~/Downloads).
All scripts live at scripts/ relative to this SKILL.md. Resolve the path:
SCRIPTS="$(cd "$(dirname "<path-to-this-SKILL.md>")" && pwd)/scripts"
Dependencies: curl, jq (install if missing).
| Mode | Script | Use Case | |------|--------|----------| | Podcast | create-podcast.sh | 1-2 speaker discussion | | Explainer | create-explainer.sh + generate-video.sh | Narration + AI visuals | | TTS | create-tts.sh | Pure voice reading | | Speech | create-speech.sh | Multi-speaker scripted audio | | Image | generate-image.sh | AI image generation |
Helper scripts: get-speakers.sh (list voices), check-status.sh (poll progress).
get-speakers.sh to discover them.Auto-detect from user input:
create-podcast.shcreate-explainer.shcreate-tts.shgenerate-image.shIf ambiguous, ask user.
$SCRIPTS/get-speakers.sh --language zh # or en
Returns JSON with data.items[].speakerId. If user doesn't specify a voice, pick the first match for the language.
$SCRIPTS/create-podcast.sh --query "topic" --language zh|en --mode quick|deep|debate --speakers <id1[,id2]> [--source-url URL] [--source-text TEXT]
quick is default mode. debate requires 2 speakers.--source-url / --source-text allowed.Use only when user wants to review/edit the script before audio generation.
Stage 1: $SCRIPTS/create-podcast-text.sh (same args as one-stage) Review: Poll with check-status.sh --wait, save draft, STOP and wait for user approval. Stage 2: $SCRIPTS/create-podcast-audio.sh --episode
$SCRIPTS/create-explainer.sh --content "text" --language zh|en --mode info|story --speakers <id>
$SCRIPTS/generate-video.sh --episode <id>
$SCRIPTS/create-tts.sh --type text|url --content "text or URL" --language zh|en --mode smart|direct --speakers <id>
direct (no content modification). smart fixes grammar/punctuation.$SCRIPTS/create-speech.sh --scripts scripts.json
JSON format: {"scripts": [{"content": "...", "speakerId": "..."}]}
$SCRIPTS/generate-image.sh --prompt "description" [--size 1K|2K|4K] [--ratio 16:9|1:1|9:16|...] [--reference-images "url1,url2"]
$LISTENHUB_OUTPUT_DIR (default ~/Downloads).$SCRIPTS/check-status.sh --episode <id> --type podcast|flow-speech|explainer [--wait] [--timeout 300]
Exit codes: 0=done, 1=failed, 2=timeout (retry safe).
Use --wait for automated polling. Run generation in background for long tasks.
get-speakers.sh, pick first matchcheck-status.sh --waitMatch response language to user input language. Chinese input → Chinese responses. English → English.
安装 ListenHub 后,可以对 AI 说这些话来触发它
Help me get started with ListenHub
Explains what ListenHub does, walks through the setup, and runs a quick demo based on your current project
Use ListenHub to turn ideas into podcasts, explainer videos, voice narration, and AI...
Invokes ListenHub with the right parameters and returns the result directly in the conversation
What can I do with ListenHub in my design & creative workflow?
Lists the top use cases for ListenHub, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/listenhub-ai/ 目录(个人级,所有项目可用),或 .claude/skills/listenhub-ai/(项目级)。重启 AI 客户端后,用 /listenhub-ai 主动调用,或让 AI 根据上下文自动发现并使用。
ListenHub 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
ListenHub 可免费安装使用。请查阅仓库了解许可证信息。
Turn ideas into podcasts, explainer videos, voice narration, and AI images via ListenHub. Use when the user wants to "make a podcast", "create an explainer v...
ListenHub 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using ListenHub
Identifies repetitive steps in your workflow and sets up ListenHub to handle them automatically