← 返回 Skills 市场
Seamless Looper
作者
GULLISH42069
· GitHub ↗
· v1.0.1
· MIT-0
97
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install seamless-looper
功能描述
Create seamless looping MP4 videos with smooth crossfade transitions, doubling video length for ambient or background loops without audio.
安全使用建议
This skill appears coherent and limited to its stated task. Before running it: (1) ensure ffmpeg and ffprobe are installed; (2) run the script on copies of videos first (it overwrites nothing but produces new files) and test with a single file; (3) avoid using a crossfade longer than the input duration (the script does not validate this) and be aware very large files are CPU/disk intensive; (4) if you want error output for troubleshooting, remove the `2>/dev/null` redirection in the ffmpeg command; and (5) watch filenames with unusual characters — while the script quotes paths, complex filenames may still cause issues depending on shell behavior.
功能分析
Type: OpenClaw Skill
Name: seamless-looper
Version: 1.0.1
The seamless-looper skill is a legitimate utility for creating looping video files using ffmpeg. The core logic in scripts/loop.sh uses ffprobe to determine video duration and ffmpeg to apply a crossfade transition, with appropriate shell quoting to handle file paths safely. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description, SKILL.md, and scripts/loop.sh consistently implement an ffmpeg-based MP4 looping/crossfade workflow. Required tools (ffmpeg, ffprobe) are appropriate and proportional to the stated purpose; no unrelated binaries or credentials are requested.
Instruction Scope
Runtime instructions and the shell script operate only on the user-supplied source and output directories and call ffprobe/ffmpeg. The instructions do not read system-wide config, environment secrets, or transmit data externally. Minor operational notes: the script truncates durations to integers and does not validate that crossfade length < input duration, which may cause encoding errors; stderr is redirected to /dev/null which will hide ffmpeg diagnostics.
Install Mechanism
No install spec — instruction-only with an included shell script. There are no downloads or external install URLs; nothing is written to disk beyond the output files the user requests.
Credentials
No environment variables, credentials, or config paths are requested. The script does not read environment secrets. The requested access (reading .mp4 files in the given source directory and writing outputs) is proportional to the feature.
Persistence & Privilege
always is false and the skill does not request to persist or modify other skills or system-wide agent settings. Normal autonomous invocation is allowed by platform defaults but is not combined with broad privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install seamless-looper - 安装完成后,直接呼叫该 Skill 的名称或使用
/seamless-looper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Updated description: noted visual-only output and MP4 input requirement
v1.0.0
Initial release
元数据
常见问题
Seamless Looper 是什么?
Create seamless looping MP4 videos with smooth crossfade transitions, doubling video length for ambient or background loops without audio. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 Seamless Looper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install seamless-looper」即可一键安装,无需额外配置。
Seamless Looper 是免费的吗?
是的,Seamless Looper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Seamless Looper 支持哪些平台?
Seamless Looper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Seamless Looper?
由 GULLISH42069(@gullish42069)开发并维护,当前版本 v1.0.1。
推荐 Skills