# Send ClawHub - YouTube Downloader & Clipper to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "youtube-downloader-clipper",
    "name": "ClawHub - YouTube Downloader & Clipper",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/sandeepyadav1478/youtube-downloader-clipper",
    "canonicalUrl": "https://clawhub.ai/sandeepyadav1478/youtube-downloader-clipper",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/youtube-downloader-clipper",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=youtube-downloader-clipper",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "install.sh",
      "prompt.md",
      "README.md",
      "SKILL.md",
      "skill.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/youtube-downloader-clipper"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/youtube-downloader-clipper",
    "downloadUrl": "https://openagent3.xyz/downloads/youtube-downloader-clipper",
    "agentUrl": "https://openagent3.xyz/skills/youtube-downloader-clipper/agent",
    "manifestUrl": "https://openagent3.xyz/skills/youtube-downloader-clipper/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/youtube-downloader-clipper/agent.md"
  }
}
```
## Documentation

### ClawHub - 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.

### 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

### Basic Syntax

/clawhub <youtube-url> [options]

### 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 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

OptionDescriptionExample--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-onlyExtract 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

The skill accepts flexible timestamp formats:

MM:SS: 01:30 (1 minute 30 seconds)
HH:MM:SS: 01:15:30 (1 hour 15 minutes 30 seconds)
M:SS: 1:30 (same as 01:30)
SS: 90 (converted to 01:30)

### How Clipping Works

You provide a YouTube URL and time range
Claude parses your timestamps
The skill extracts just that section using optimized methods:

Method 1: yt-dlp's native clipping (fastest)
Method 2: ffmpeg precise cutting (fallback)


Your clip is saved to the current directory

### Content Creators

Extract highlights for shorts or reels
Clip reaction sections
Create compilation segments
Extract B-roll footage

### Educators

Clip specific tutorial steps
Extract lecture segments
Create study materials
Share specific explanations

### Musicians

Extract song sections
Clip audio for remixes
Get specific verses or choruses
Create practice loops

### Researchers

Extract relevant video segments
Create timestamped references
Archive specific content
Analyze particular sections

### Output Location

All clips and downloads are saved to your current working directory. You can specify a custom path using the --output flag.

### Important Notes

Pure Python solution - no binary dependencies, just Python
Auto-installs dependencies - yt-dlp Python module installed automatically if needed
Clipping is optimized and fast - no need to download full videos first
Quality is maintained - clips preserve the original video quality
Copyright matters - only clip content you have rights to access
Flexible timestamps - use whatever format is natural for you
Minimal setup - Python is usually pre-installed, everything else is automatic

### Technical Details

Language: Pure Python implementation
Primary Library: yt-dlp Python module (auto-installed via pip)
Audio Processing: ffmpeg (required for audio extraction, usually pre-installed)
Supported Formats: All standard video and audio formats
URL Support: youtube.com, youtu.be, and all YouTube URL variants
Installation: Fully automatic - checks and installs yt-dlp module as needed

### Clip not extracting correctly

The skill will automatically try alternate methods if the first approach fails.

### Invalid timestamps

Use format: MM:SS or HH:MM:SS (e.g., 01:30 or 01:15:30)

### Video unavailable

Verify the YouTube URL is correct and the video is publicly accessible.

### License

MIT License

### Support

For issues or questions, visit the project repository or submit feedback through ClawHub.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: sandeepyadav1478
- Version: 1.1.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/youtube-downloader-clipper)
- [Send to Agent page](https://openagent3.xyz/skills/youtube-downloader-clipper/agent)
- [JSON manifest](https://openagent3.xyz/skills/youtube-downloader-clipper/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/youtube-downloader-clipper/agent.md)
- [Download page](https://openagent3.xyz/downloads/youtube-downloader-clipper)