youtube-downloader
Download YouTube videos as MP4 at highest quality. Use when user sends a YouTube URL and wants to download/save it. Triggers on YouTube links (youtube.com, youtu.be) with download intent. Stores videos as assets with labels and registers them for the dashboard.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/honeybee1130/yt-downloaderYouTube Downloader
Download YouTube videos as high-quality MP4 files and register them as assets.
Usage
When user sends a YouTube URL to download:
bash ~/. openclaw/workspace/skills/youtube-downloader/scripts/download.sh "YOUTUBE_URL" "label"
Parameters:
YOUTUBE_URL- Full YouTube URL (youtube.com/watch, youtu.be, youtube.com/shorts)label- Short descriptive label (e.g., "honey-b-interview", "og-event-recap")
Example
User: "download this https://youtube.com/watch?v=abc123 and label it event-recap"
bash ~/.openclaw/workspace/skills/youtube-downloader/scripts/download.sh "https://youtube.com/watch?v=abc123" "event-recap"
Output
- Video location:
~/.openclaw/workspace/assets/videos/{label}_{videoId}_{timestamp}.mp4 - Registry:
~/.openclaw/workspace/assets/registry.json- JSON log of all downloaded assets
Registry Format
Each download adds an entry:
{
"type": "video",
"source": "youtube",
"videoId": "abc123",
"label": "event-recap",
"filename": "event-recap_abc123_20260201_234500.mp4",
"path": "/full/path/to/file.mp4",
"url": "https://youtube.com/watch?v=abc123",
"downloadedAt": "2026-02-01T23:45:00Z",
"filesize": "150M"
}
Quality
Downloads best available quality:
- Video: Highest resolution (up to 4K)
- Audio: Best quality, merged
- Format: MP4 (h264 + aac)
Limitations
- No live streams
- Private/deleted videos will fail
- Age-restricted may need cookies
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-honeybee1130-yt-downloader": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
font-interceptor
Extract fonts (TTF/OTF) from any website using MSCHF Font Interceptor. Use when user drops a URL and wants to identify/extract/download fonts from that website, or asks "what font is this site using" or similar font extraction requests.
janitor
Maintenance and cleanup agent. Keeps the workspace healthy — memory consolidation, doc drift fixes, stale data cleanup, and repo organization. Use when: (1) memory files need consolidation (daily notes → MEMORY.md), (2) research files have stale leads or outdated info, (3) workspace needs organization — orphaned files, messy dirs, (4) docs are out of sync with reality (HEARTBEAT.md, TOOLS.md, agent configs), (5) scheduled maintenance runs (weekly deep clean). NOT for: creating content (use scribe), researching (use scout), reviewing quality (use checker), generating images (use pixel). Janitor MAINTAINS, doesn't create or review. Don't use for urgent tasks — Janitor handles background hygiene. Outputs: maintenance logs saved to artifacts/janitor/.
Seedance
Skill by honeybee1130
Clickbait Engine
Skill by honeybee1130
mml
Build 3D scenes and interactive experiences using MML (Metaverse Markup Language) for the Otherside metaverse and other MML-compatible environments. Use when creating 3D objects, worlds, interactive elements, animations, models, characters, audio/video, labels, collision-based interactions, position tracking, chat integration, or any MML document. Triggers on: MML, metaverse markup, 3D scene building, Otherside world building, m-cube, m-model, m-character, m-group, m-frame, m-attr-anim.