视频下载器
从各种网页链接下载视频文件。
SKILL.md Definition
YouTube Video Downloader
Download YouTube videos with full control over quality and format settings.
Quick Start
The simplest way to download a video:
python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID"
This downloads the video in best available quality as MP4 to /mnt/user-data/outputs/.
Options
Quality Settings
Use -q or --quality to specify video quality:
best(default): Highest quality available1080p: Full HD720p: HD480p: Standard definition360p: Lower qualityworst: Lowest quality available
Example:
python scripts/download_video.py "URL" -q 720p
Format Options
Use -f or --format to specify output format (video downloads only):
mp4(default): Most compatiblewebm: Modern formatmkv: Matroska container
Example:
python scripts/download_video.py "URL" -f webm
Audio Only
Use -a or --audio-only to download only audio as MP3:
python scripts/download_video.py "URL" -a
Custom Output Directory
Use -o or --output to specify a different output directory:
python scripts/download_video.py "URL" -o /path/to/directory
Complete Examples
- Download video in 1080p as MP4:
python scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -q 1080p
- Download audio only as MP3:
python scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -a
- Download in 720p as WebM to custom directory:
python scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -q 720p -f webm -o /custom/path
How It Works
The skill uses yt-dlp, a robust YouTube downloader that:
- Automatically installs itself if not present
- Fetches video information before downloading
- Selects the best available streams matching your criteria
- Merges video and audio streams when needed
- Supports a wide range of YouTube video formats
Important Notes
- Downloads are saved to
/mnt/user-data/outputs/by default - Video filename is automatically generated from the video title
- The script handles installation of yt-dlp automatically
- Only single videos are downloaded (playlists are skipped by default)
- Higher quality videos may take longer to download and use more disk space
About Awesome Claude Skills
A curated list of practical Claude Skills for enhancing productivity across Claude.ai, Claude Code, and the Claude API.
What Are Claude Skills?
Claude Skills are customizable workflows that teach Claude how to perform specific tasks according to your unique requirements. Skills enable Claude to execute tasks in a repeatable, standardized manner across all Claude platforms.
Quickstart: Connect Claude to 500+ Apps
The connect-apps plugin lets Claude perform real actions - send emails, create issues, post to Slack. It handles auth and connects to 500+ apps using Composio under the hood.
Install the Plugin
claude --plugin-dir ./connect-apps-pluginRun Setup
/connect-apps:setupPaste your API key when asked. (Get a free key at platform.composio.dev)
Links & Support
- Repository: https://github.com/ComposioHQ/awesome-claude-skills
- Discord: Join our Discord
- X (Twitter): Follow on X
强大的 Agent Skills
通过我们的专业技能集合提升您的 AI 性能。
开箱即用
复制并粘贴到任何支持技能的智能体系统中。
模块化设计
混合并匹配 'code skills' 以创建复杂的智能体行为。
针对性优化
每个 'agent skill' 都经过调整,以实现高性能和准确性。
开源透明
所有 'code skills' 都开放贡献和自定义。
跨平台支持
适用于各种 LLM 和智能体框架。
安全可靠
经过审核的技能,遵循 AI 安全最佳实践。
如何使用
简单三步,让您的 AI 智能体拥有专业技能。
选择技能
在首页根据分类找到您需要的技能。
查阅定义
点击进入详情页,查看该技能的详细约束和指令。
一键复制
点击复制按钮,将其粘贴到您的 AI 系统设置中。
测试反馈
在对话中测试效果,并根据需要微调参数。
部署上线
完成测试后,正式部署您的增强型智能体。
用户评价
看看全球开发者如何使用我们的技能集。
张伟
AI 工程师
"Agiskills 让我的智能体开发效率提升了 300%!"
Li Na
产品经理
"这里的 PDF 专家技能解决了我困扰已久的代码生成问题。"
David
开发者
"MCP 构建器非常实用,帮我快速接入了各种工具。"
Sarah
独立开发者
"算法艺术生成的代码非常优雅,注释也很到位。"
陈默
前端专家
"前端设计技能生成的组件质量极高,直接可用。"
王强
CTO
"我们的团队现在统一使用 Agiskills 作为技能标准。"
常见问题
关于 Agiskills 您可能想知道的一切。
是的,所有公开的技能都可以免费复制和使用。