clip
Downloads given video from YouTube, clips from given start and end time, saves to folder on your Desktop
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bestisblessed/clipWhat This Skill Does
The clip skill is a specialized media processing tool designed to streamline the extraction of specific segments from YouTube videos. By leveraging automated video downloading and trimming processes, it removes the manual labor traditionally required to capture content from long-form videos. The tool performs a clean workflow: it fetches the raw source, precisely clips the video according to the provided timestamps, saves the result to a dedicated directory on your Desktop (~/Desktop/Clips), and finally performs system cleanup by removing the full source file to save disk space.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/bestisblessed/clip
Ensure that your system has the necessary dependencies installed for video processing and network retrieval, as the skill relies on underlying system binaries to interact with the YouTube API and manipulate media containers.
Use Cases
This skill is highly effective for content creators, researchers, and social media managers who need quick access to specific video highlights. Common use cases include:
- Curating highlights for short-form platforms like TikTok, Instagram Reels, or YouTube Shorts.
- Archiving specific educational segments for study or reference.
- Extracting interview clips or news soundbites for professional projects.
- Creating visual evidence or examples from long-form recorded webinars or tutorials.
Example Prompts
- "Clip https://www.youtube.com/watch?v=dQw4w9WgXcQ from 0:15 to 0:45 and name it rickroll-part"
- "Download the video at https://youtu.be/EXAMPLE and save a 2-minute section starting at 1:00 as my-tutorial"
- "Can you grab the section from 5:30 to 6:00 of this video: https://www.youtube.com/watch?v=TESTING?"
Tips & Limitations
- Timestamp Formats: You can provide timestamps as simple integers (representing seconds) or in the standard
HH:MM:SSformat for better readability with long videos. - Storage Management: The skill automatically cleans up the raw download, but remember that the output clips reside in your
~/Desktop/Clipsfolder. Regularly audit this folder to manage your disk storage. - YouTube API: As this skill interacts with external video hosting services, it is subject to the availability of the target video and potential changes to external scraping mechanisms. Ensure your internet connection is stable during the download process to avoid corrupted output files.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bestisblessed-clip": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
download
Downloads YouTube videos to ~/Downloads. Use when user wants to download a YouTube video to their machine.
simplify
Refactor code for clarity, consistency, and maintainability without changing behavior. Use when the user types /simplify or asks to simplify code.
export
Export a Codex session JSONL from ~/.codex/sessions into a clean Markdown transcript in ~/Documents/Exports. Use when the user wants to export, save, or convert the current Codex conversation or another conversation by session id.