Install
openclaw skills install voice-document-maker制作有声视频文档技能 - 将文字自动转为 TTS 语音,并配上 AI 生成的精美背景图,合成 MP4 视频文件。适用于微信视频卡片交付。
openclaw skills install voice-document-makeredge_tts 生成高质量 MP3。pollinations.ai 根据描述生成精美图片。FFmpeg 将图片和音频合成 MP4。直接调用脚本:
C:\Users\lenovo\.copaw\venv\Scripts\python.exe skills\voice-document-maker\scripts\make_video.py --text "这里是朗读内容" --bg_prompt "背景描述" --output "output.mp4"
python scripts/make_video.py --text "天行健,君子以自强不息。" --bg_prompt "Beautiful elegant Chinese lady, ancient style, soft lighting" --output "gufeng.mp4"
python scripts/make_video.py --text "AI 技术正在改变世界。" --bg_prompt "Futuristic technology background, blue neon, cyberpunk" --output "tech.mp4"
send_file_to_user 发送。