listenhub
SKILL.md
ListenHub
Generate podcasts, explainer videos, TTS audio, and AI images through shell scripts that wrap the ListenHub API.
Setup
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_..."