← 返回 Skills 市场
bestisblessed

Clip

作者 bestisblessed · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
655
总下载
1
收藏
8
当前安装
5
版本数
在 OpenClaw 中安装
/install clip
功能描述
Downloads given video from YouTube, clips from given start and end time, saves to folder on your Desktop
使用说明 (SKILL.md)

clip

Downloads given video URL from YouTube, clips any start and end time range, saves to folder on your Desktop ~/Desktop/Clips. Deletes the full raw downloaed version at the end for cleanup.

Example

/clip https://www.youtube.com/watch?v=Tyej_V2ilZA 0:00 3:17 holloway-bmf-walkout

How to ask

Give timestamps: URL + start + end + optional name.

Clip https://youtu.be/VIDEO_ID from 0:00 to 1:12, name it myclip

Run

{baseDir}/clip.sh --url "https://youtu.be/VIDEO_ID" --start 0 --end 72 [--name "myclip"]

Times: seconds (72) or HH:MM:SS. Output: ~/Desktop/Clips/\x3Cname>.mp4.

安全使用建议
This skill appears internally consistent, but review and consider these practical points before installing: (1) it executes a shell script that runs yt-dlp and ffmpeg — verify you trust the skill source; (2) it will create ~/Desktop/Clips and temporary files in /tmp and will remove the raw download after clipping; (3) yt-dlp downloads content from YouTube — ensure you comply with YouTube's terms and copyright law; (4) install yt-dlp/ffmpeg from your OS package manager or a trusted source to avoid malicious binaries; (5) if you want extra safety, run the script under a limited user account or in a sandboxed environment.
功能分析
Type: OpenClaw Skill Name: clip Version: 1.0.4 The skill is a legitimate utility for downloading and clipping YouTube videos using yt-dlp and ffmpeg. The shell script (clip.sh) includes basic input validation for timestamps, sanitizes the video title for use as a filename, and uses standard flags to prevent argument injection. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
Name/description request yt-dlp and ffmpeg and the script uses exactly those tools to download and clip YouTube videos. Required binaries, install entries (brew/apt for yt-dlp and ffmpeg), and the included script are proportionate to the stated purpose.
Instruction Scope
SKILL.md and clip.sh only request a URL, start/end times, and optional name. The script writes to ~/Desktop/Clips and /tmp, calls yt-dlp and ffmpeg, and deletes the intermediate download. It does not read other system files, access unrelated environment variables, or send data to unexpected external endpoints beyond fetching the YouTube video via yt-dlp.
Install Mechanism
Install spec uses standard system package managers (brew/apt) for yt-dlp and ffmpeg. No downloads from arbitrary URLs or extract/install of untrusted archives are present.
Credentials
No environment variables or credentials are requested. The script uses $HOME for output and /tmp for working files, which is reasonable for this functionality.
Persistence & Privilege
Skill is not always-loaded, is user-invocable, and does not modify other skills or system-wide configuration. It runs as a one-off script with no elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clip
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clip 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Fix option injection: add -- before URL in yt-dlp calls; validate START/END time format
v1.0.3
- Added cleanup step: deletes the full raw downloaded video after clipping. - Minor wording changes to the skill description for clarity.
v1.0.2
- Clarified that any video URL from YouTube can be used, not just the highest quality. - Updated wording to emphasize flexible start and end times for clipping. - Specified that clips are always saved to ~/Desktop/Clips. - No functional changes; documentation improvements only.
v1.0.1
- Minor update to clip.sh script. - No changes to skill description or usage instructions.
v1.0.0
Initial release of the "clip" skill. - Downloads highest quality video from YouTube. - Clips a specified time range from the video. - Saves the resulting video with working audio to ~/Desktop/Clips. - Supports custom file naming and both timestamp or seconds-based clipping.
元数据
Slug clip
版本 1.0.4
许可证 MIT-0
累计安装 8
当前安装数 8
历史版本数 5
常见问题

Clip 是什么?

Downloads given video from YouTube, clips from given start and end time, saves to folder on your Desktop. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 655 次。

如何安装 Clip?

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

Clip 是免费的吗?

是的,Clip 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Clip 支持哪些平台?

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

谁开发了 Clip?

由 bestisblessed(@bestisblessed)开发并维护,当前版本 v1.0.4。

💬 留言讨论