← Back to Skills Marketplace
izorro

news-video-maker

by zorro · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
334
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install news-video-maker
Description
News video maker skill. Use search tools to get news, generate speech, and create video with golden subtitles. For creating news briefing videos.
Usage Guidance
This skill appears to do what it says: search for news, synthesize speech, and call ffmpeg to produce an MP4 with subtitles. Before using it: 1) ensure ffmpeg is installed from an official source and available on PATH (the manifest doesn't declare it); 2) confirm you have the referenced search and TTS skills/tools available and permitted; 3) change the hard-coded default output path to a directory you control to avoid unwanted writes to your user folder; 4) verify the agent will only run when you invoke it (if you don’t want autonomous runs); and 5) review any generated audio/images for copyright or privacy issues. If you want higher assurance, ask the skill author to declare required binaries and provide cross-platform paths or an explicit prompt for output directory.
Capability Analysis
Type: OpenClaw Skill Name: news-video-maker Version: 1.0.4 The skill provides instructions for creating news videos using FFmpeg, TTS, and web search tools. It is classified as suspicious because the FFmpeg command in SKILL.md uses direct string interpolation for file paths, which presents a high risk of shell command injection if inputs are not properly sanitized by the agent. Additionally, the file contains a hardcoded local user directory (C:\Users\hyzu\Documents\openclaw\) as a default output path, which is atypical for a generic skill.
Capability Assessment
Purpose & Capability
Name/description (news video maker) align with instructions: it uses web search skills to gather news, a TTS tool to produce audio, and ffmpeg to assemble video and subtitles — these are expected capabilities for this skill.
Instruction Scope
Instructions stay within the stated purpose and do not ask for unrelated files or credentials. They do reference using other skills (search, TTS) and running ffmpeg. The SKILL.md hard-codes a default Windows output directory (C:\Users\hyzu\Documents\openclaw\), which is odd for a cross-platform skill and could cause accidental writes to a user folder if used as a default.
Install Mechanism
This is instruction-only (no install spec), which minimizes installer risk. However, the instructions assume an ffmpeg binary is available on PATH but the registry metadata lists no required binaries — that's an omission the user should address (install ffmpeg from an official source).
Credentials
The skill requests no environment variables or credentials and the runtime instructions do not ask for secrets. This is proportionate to its purpose.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated or persistent privileges. Autonomous invocation is allowed by platform default but is not combined with other high-risk factors here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install news-video-maker
  3. After installation, invoke the skill by name or use /news-video-maker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Added freeUnlimited-websearch
v1.0.3
Initial English documentation added. - Translated all instructions from Chinese to English. - Clarified input, output, and step-by-step process in English. - Set a default output directory path. - Kept command-line examples and technical details unchanged except for language update.
v1.0.2
Initial release of the news-video-maker skill. - Generate news summary videos with voiceover and gold subtitles. - Fetch latest news using search tools (real-time). - Convert news text to speech and merge with user-provided background images. - Automatic SRT subtitle creation and FFmpeg video assembly. - Output MP4 video saved to a user-specified directory.
v1.0.1
- 移除了默认输出目录,输出路径需用户自定义 - 其余功能和流程未作更改
v1.0.0
news-video-maker v1.0.0 - Initial release: Automatically creates news brief videos from latest news. - Fetches news via web search based on user keywords or dates. - Converts news text to speech audio using TTS tools. - Combines user-provided background image, TTS audio, and gold subtitles (SRT) into an MP4 video. - Customizable output directory; supports subtitle line breaking and formatting.
Metadata
Slug news-video-maker
Version 1.0.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is news-video-maker?

News video maker skill. Use search tools to get news, generate speech, and create video with golden subtitles. For creating news briefing videos. It is an AI Agent Skill for Claude Code / OpenClaw, with 334 downloads so far.

How do I install news-video-maker?

Run "/install news-video-maker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is news-video-maker free?

Yes, news-video-maker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does news-video-maker support?

news-video-maker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created news-video-maker?

It is built and maintained by zorro (@izorro); the current version is v1.0.4.

💬 Comments