Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
video-download - Skill - OpenSmartRoute
Skillv1.0.0
video-download
Download videos (and audio) from most major platforms using yt-dlp. Use when the user provides a video URL and wants it downloaded, converted to audio, or needs a safe command template for…
Imported from Wang200935/openclaw-skills (misc/misc/misc/misc/misc/misc/misc/video-download/SKILL.md). Install upstream with npx skills add Wang200935/openclaw-skills --skill video-download. Copyright stays with the author.
Video Download (yt-dlp)
Workflow
Confirm intent & legality
Ask the user to confirm they have rights/permission to download the content.
Proceed only after confirmation.
Normalize inputs
Collect the URL(s).
Optional: ask for preferred output format (mp4/mkv/webm) and quality (best,1080p,720p, etc.).
Choose command template
Use the cross-platform templates in references/commands.md.
If user wants audio only, use the audio template.
Run download
Prefer yt-dlp with safe flags.
For playlists, use the playlist template.
Deliver output
If the user wants files sent, attach them through the platform.
Notes
yt-dlp supports a very large set of sites; don’t claim “all platforms.”
When a site blocks downloads, suggest updating yt-dlp or using cookies (only if the user can provide them).
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "wang200935-openclaw-skills-video-download",
"kind": "skill",
"name": "video-download",
"description": "Download videos (and audio) from most major platforms using yt-dlp. Use when the user provides a video URL and wants it downloaded, converted to audio, or needs a safe command template for cross-platform (Windows/macOS/Linux) downloading. Covers YouTube, Twitter/X, TikTok, Instagram, Facebook, Bilibili, Vimeo, Twitch, Reddit, and more via yt-dlp.",
"publisher": "Wang200935",
"version": "1.0.0",
"capabilities": {
"domains": [
"math"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Download videos (and audio) from most major platforms using yt-dlp. Use when the user provides a video URL and wants it downloaded, converted to audio, or needs a safe command template for cross-platform (Windows/macOS/Linux) downloading. Covers YouTube, Twitter/X, TikTok, Instagram, Facebook, Bilibili, Vimeo, Twitch, Reddit, and more via yt-dlp."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Wang200935/openclaw-skills",
"path": "misc/misc/misc/misc/misc/misc/misc/video-download/SKILL.md",
"ref": "8f2b5b95360219519f8692b3056a02a12aa76487",
"url": "https://github.com/Wang200935/openclaw-skills/blob/8f2b5b95360219519f8692b3056a02a12aa76487/misc/misc/misc/misc/misc/misc/misc/video-download/SKILL.md",
"key": "Wang200935/openclaw-skills/misc/misc/misc/misc/misc/misc/misc/video-download/SKILL.md"
}
},
"instructions": "# Video Download (yt-dlp)\n\n## Workflow\n\n1. **Confirm intent & legality**\n - Ask the user to confirm they have rights/permission to download the content.\n - Proceed only after confirmation.\n\n2. **Normalize inputs**\n - Collect the URL(s).\n - Optional: ask for preferred output format (mp4/mkv/webm) and quality (best,1080p,720p, etc.).\n\n3. **Choose command template**\n - Use the cross-platform templates in `references/commands.md`.\n - If user wants audio only, use the audio template.\n\n4. **Run download**\n - Prefer `yt-dlp` with safe flags.\n - For playlists, use the playlist template.\n\n5. **Deliver ",
"cost": {
"context_tokens": 217
}
}
Fetch it by URL: GET /api/v1/registry/wang200935-openclaw-skills-video-download/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.