← 返回 Skills 市场
wells1137

Overlay Skill

作者 Wells Wu · GitHub ↗ · v2.0.0
cross-platform ✓ 安全检测通过
322
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install overlay-skill
功能描述
Adds professional packaging and motion graphics to videos, including intros/outros, subtitles, transitions, watermarks, and lower thirds. Supports multiple s...
安全使用建议
This skill appears to do what it claims: local video editing via bundled Python scripts using MoviePy/FFmpeg. Before installing or running: (1) verify you have Python, MoviePy, and ffmpeg (and any font/ImageMagick dependencies) available on the host; (2) do not blindly run the absolute-path examples in SKILL.md — adjust paths to your environment or run scripts from the skill directory; (3) inspect any input/output paths you pass to the scripts and only supply media you trust (the scripts will read and write local files); (4) if you plan to let an agent invoke these scripts autonomously, restrict which filesystem paths the agent can access to avoid accidental exposure of unrelated files. If you want stronger guarantees, request an install spec that declares required binaries and a minimal dependency list.
功能分析
Type: OpenClaw Skill Name: overlay-skill Version: 2.0.0 The OpenClaw AgentSkills skill bundle is classified as benign. The `SKILL.md` provides clear, descriptive instructions for video editing tasks without any prompt injection attempts or malicious directives. The Python scripts (`scripts/*.py`) implement video processing functionalities using the MoviePy library, performing file I/O (reading input videos/images, writing output videos) and loading configuration from `templates/presets.json`. There is no evidence of intentional harmful behavior such as data exfiltration, unauthorized network communication, persistence mechanisms, or obfuscation. While user-controlled file paths in the scripts could pose a vulnerability if the agent executes with excessive permissions or without input sanitization, this is a risk of the execution environment rather than malicious intent within the skill's code itself.
能力评估
Purpose & Capability
The name/description (video intros/outros, subtitles, transitions, watermarks, lower thirds) match the included Python scripts and the presets JSON. All scripts implement the declared features and only require typical local video-processing inputs (video/image file paths, text, template names).
Instruction Scope
SKILL.md instructs the agent to run the included Python scripts with local file paths; the scripts only read the bundled presets.json and operate on input media files. No network endpoints, environment variables, or unrelated system files are referenced. Minor concern: SKILL.md examples use an absolute path (/home/ubuntu/skills/overlay-skill/...), which is environment-specific and may be incorrect or result in failed execution if blindly followed.
Install Mechanism
There is no install spec (instruction-only) but the skill includes Python scripts that depend on MoviePy/FFmpeg and possibly system ImageMagick/fonts. The lack of a declared install procedure or required binaries (ffmpeg, python, moviepy) is an operational mismatch but not a security issue by itself.
Credentials
The skill requests no environment variables, credentials, or config paths. The scripts only access their own templates/presets file and operate on explicit input/output file paths provided by the user/agent — which is proportionate to the stated purpose.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system-wide configuration. It runs as invoked and has no privileged persistence behavior in the manifest.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install overlay-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /overlay-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.0.0: Added feature comparison table with use cases, simplified CLI reference, author and tags metadata.
v1.1.0
Full English rewrite. Improved documentation clarity and usage examples.
v1.0.0
- Initial release of overlay-skill. - Provides professional video overlays: intros/outros, subtitles/titles, transitions, watermarks/borders, and lower thirds. - Supports both FFmpeg and MoviePy as core engines. - Includes preset templates and customizable options for various overlay styles. - Step-by-step usage guide and script examples for each feature. - All scripts, templates, and references are organized in dedicated directories for easy access.
元数据
Slug overlay-skill
版本 2.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Overlay Skill 是什么?

Adds professional packaging and motion graphics to videos, including intros/outros, subtitles, transitions, watermarks, and lower thirds. Supports multiple s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 322 次。

如何安装 Overlay Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install overlay-skill」即可一键安装,无需额外配置。

Overlay Skill 是免费的吗?

是的,Overlay Skill 完全免费(开源免费),可自由下载、安装和使用。

Overlay Skill 支持哪些平台?

Overlay Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Overlay Skill?

由 Wells Wu(@wells1137)开发并维护,当前版本 v2.0.0。

💬 留言讨论