Install
openclaw skills install ai-research-podcast当用户说:- "把这篇研报转成音频"- "帮我听听这篇文章"- "生成播客版本"
openclaw skills install ai-research-podcast将研报、长文、技术文档自动转化为可收听的播客音频。
当用户说:
使用 summarize 技能:
summarize "<source>" --max-length 500 --output /tmp/summary.md
支持的输入源:
使用 sherpa-onnx-tts 技能:
sherpa-onnx-tts \
--input /tmp/summary.md \
--output /tmp/podcast.mp3 \
--voice zh_CN-female \
--speed 1.0
可选参数:
--voice: 音色选择--speed: 语速 (0.5-2.0)--output-format: mp3/wav如果用户指定推送渠道:
# Feishu
message --target feishu --file /tmp/podcast.mp3 --text "AI 研报速读"
# 微信
message --target wechat --file /tmp/podcast.mp3
用户: 帮我把这篇论文转成音频 https://arxiv.org/abs/2401.12345
Agent:
/tmp/podcast_2401.12345.mp3 (时长 3:42)用户: 每天早上 8 点自动推送最新的 AI 论文音频
Agent: 好的,已设置定时任务。每天 8:00 会自动: