Install
openclaw skills install news-video-makerNews video maker skill. Use search tools to get news, generate speech, and create video with golden subtitles. For creating news briefing videos.
openclaw skills install news-video-makerConvert news content into a video with voiceover and subtitles.
C:\Users\hyzu\Documents\openclaw\)Use search tool to get today's news:
freeUnlimited-websearch or ollama_web_search or tavily-search skill to search for today's newsExample prompt:
Search for important news today, including international and domestic news
Use TTS tool to convert news text to speech:
Use FFmpeg to combine background image, audio, and add subtitles.
Subtitle calculation rules:
Command:
ffmpeg -y -loop 1 -i "{background_image}" -i "{audio_file}" -vf "subtitles='{subtitle_file}':force_style='Fontsize=36,PrimaryColour=&HFFD700&,BorderStyle=3,Outline=2,MarginV=50',scale=1280:720:force_original_aspect_ratio=decrease,pad=1280:720:(ow-iw)/2:(oh-ih)/2" -shortest -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p "{output_video}"
Subtitle rules:
Example:
1
00:00:00,000 --> 00:00:04,000
2026年3月11日新闻简报
MP4 video file saved to user-specified output directory.