← 返回 Skills 市场
334
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install news-video-maker - 安装完成后,直接呼叫该 Skill 的名称或使用
/news-video-maker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 334 次。
如何安装 news-video-maker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install news-video-maker」即可一键安装,无需额外配置。
news-video-maker 是免费的吗?
是的,news-video-maker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
news-video-maker 支持哪些平台?
news-video-maker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 news-video-maker?
由 zorro(@izorro)开发并维护,当前版本 v1.0.4。
推荐 Skills