Youtube Downloader Clipper
Skill by sandeepyadav1478
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sandeepyadav1478/youtube-downloader-clipperClawHub - YouTube Video Clipper & Downloader
Extract specific sections from YouTube videos with precise timestamps. A powerful ClawHub skill that makes video clipping effortless - just provide a URL and time range.
Overview
ClawHub is designed primarily for video clipping - extracting specific time ranges from YouTube videos. Whether you need a 30-second highlight, a 5-minute tutorial segment, or any custom time range, ClawHub handles it with precision. It also supports full video downloads, audio extraction, and quality selection when needed.
Key Features
Primary: Video Clipping
- Precise Timestamp-Based Clipping: Extract any time range (MM:SS or HH:MM:SS)
- Quality Selection: Clip in 720p, 1080p, or best available
- Audio Clipping: Extract audio clips as MP3
- Fast Processing: Optimized for quick clip extraction
Secondary: Full Downloads
- Download complete videos in various qualities
- Extract full audio tracks
- Custom output filenames and formats
Usage
Basic Syntax
/clawhub <youtube-url> [options]
Clipping Examples (Primary Use)
Clip a specific section
/clawhub https://youtube.com/watch?v=dQw4w9WgXcQ --clip 00:30-02:15
Extracts from 30 seconds to 2 minutes 15 seconds.
Clip with quality selection
/clawhub https://youtube.com/watch?v=dQw4w9WgXcQ --clip 01:00-03:30 --quality 1080p
Extracts a 1080p clip from 1 minute to 3 minutes 30 seconds.
Clip audio only
/clawhub https://youtube.com/watch?v=dQw4w9WgXcQ --clip 00:10-01:00 --audio-only
Extracts audio from 10 seconds to 1 minute as MP3.
Clip with custom filename
/clawhub https://youtube.com/watch?v=dQw4w9WgXcQ --clip 02:00-04:30 --output highlight.mp4
Clip tutorial section
/clawhub https://youtube.com/watch?v=tutorial123 --clip 05:20-12:45 --quality 720p
Perfect for extracting specific tutorial steps.
Clip music section
/clawhub https://youtube.com/watch?v=music456 --clip 01:15-02:30 --audio-only --output chorus.mp3
Download Examples (Secondary Use)
Download full video
/clawhub https://youtube.com/watch?v=dQw4w9WgXcQ
Download in specific quality
/clawhub https://youtube.com/watch?v=dQw4w9WgXcQ --quality 720p
Extract full audio
/clawhub https://youtube.com/watch?v=dQw4w9WgXcQ --audio-only
Available Options
| Option | Description | Example |
|---|---|---|
--clip <start>-<end> | PRIMARY FEATURE - Clip from start to end time | --clip 00:30-02:15 |
--quality <resolution> | Specify quality (720p, 1080p, best) | --quality 1080p |
--audio-only | Extract audio as MP3 | --audio-only |
--output <filename> | Custom output filename | --output my_clip.mp4 |
--format <format> | Output format (mp4, mkv, webm, mp3) | --format mkv |
Time Format for Clipping
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-sandeepyadav1478-youtube-downloader-clipper": {
"enabled": true,
"auto_update": true
}
}
}