| name | podcast-generator |
| description | 读取 inbox Markdown,生成播客音频、博客和剧集元数据。适用于生成节目、制作当日播客、合并多源内容。 |
| metadata | {"openclaw":{"emoji":"🎙️","os":["darwin","linux"],"requires":{"bins":["uv","ffmpeg"],"anyBins":["python3","python"]},"install":[{"id":"uv","kind":"brew","formula":"uv","bins":["uv"],"label":"Install uv (brew)"},{"id":"ffmpeg","kind":"brew","formula":"ffmpeg","bins":["ffmpeg"],"label":"Install ffmpeg (brew)"}]}} |
| version | 1.0.0 |
Podcast Generator
用法
uv run python skills/podcast-generator/scripts/generate_podcast.py --date 2026-03-13
uv run python skills/podcast-generator/scripts/generate_podcast.py --date 2026-03-13 --source zotero --dry-run
在 OpenClaw 中,推荐通过 skills.entries."podcast-generator".env.EVERYTHING_PODCAST_CONFIG
注入配置文件路径,例如 /Users/syc/Person/Work/podcast/podcast-generator/config.yaml。
若用 Docker sandbox,ffmpeg 也必须存在于容器内。
输出
output/audio/{date}.mp3|wav
output/blog/{date}.md
output/episodes/{date}.json