Download Video
技能 警告 活跃使用 yt-dlp 从社交媒体网址(X/Twitter, YouTube, Instagram, TikTok 等)下载视频。在本地保存视频、提取内容进行转录或存档视频参考时使用。
使用 yt-dlp 从社交媒体网址(X/Twitter, YouTube, Instagram, TikTok 等)下载视频。在本地保存视频、提取内容进行转录或存档视频参考时使用。
功能
- 从社交媒体网址下载视频
- 支持包括 X、YouTube、Instagram、TikTok 在内的 1400 多个网站
- 允许选择最佳质量或特定格式
- 可选项,用于指定输出目录
使用场景
- 将视频本地保存以供离线观看
- 提取视频内容以进行转录或分析
- 存档社交媒体平台上的视频参考
非目标
- 转录或字幕生成(请使用 `/transcribe-video` 技能)
- 从不支持的网站下载内容
- 管理用户帐户或私有内容的身份验证(可能需要手动处理 cookie)
Maintenance
- critical:Commit recency最后一次提交是在 2026-02-23,超过 3 个月前,表明可能处于未维护状态。
Versioning
- warning:Release ManagementSKILL.md 的 frontmatter 或 CHANGELOG 中没有版本信息,并且安装引用了 `main`。
Code Execution
- warning:Validation该技能接受一个 URL,但在尝试下载之前不对其格式进行验证,也不确保它是一个有效的视频源。
- warning:Error HandlingBash 命令直接执行,虽然它们可能非零退出,但没有为代理或用户提供显式错误处理或结构化错误报告。
- warning:Tool Fallback该技能假定 `yt-dlp` 是通过 `brew install yt-dlp` 安装的,但没有在 SKILL.md 中提供显式的回退或版本声明。
Portability
- warning:Runtime stability该技能假定 `yt-dlp` 已安装并在 PATH 中可用,这在所有环境中可能不成立。
Errors
- warning:Actionable error messages底层 Bash 命令的错误消息没有被翻译成对代理或用户可操作的步骤。
Execution
- warning:Pinned dependencies该技能依赖于 `yt-dlp`,但没有声明特定版本,也没有在 SKILL.md 中提供除 `brew install yt-dlp` 以外的安装说明。
Practical Utility
- info:Edge casesSKILL.md 简要提到了平台特定的注意事项和私有内容所需的身份验证要求,但缺乏详细的故障模式和恢复步骤。
安装
/plugin install claude-code-startup-skills@rameerez-claude-code-startup-skills质量评分
警告类似扩展
YouTube Downloader
100Download and process YouTube content for research. Use when: downloading competitor videos for analysis; extracting audio for podcasts; getting transcripts for content repurposing; archiving webinars; research content curation
Video Frames
100Extract frames or short clips from videos using ffmpeg.
Baoyu Youtube Transcript
99Downloads YouTube video transcripts/subtitles and cover images by URL or video ID. Supports multiple languages, translation, chapters, and speaker identification. Caches raw data for fast re-formatting. Use when user asks to "get YouTube transcript", "download subtitles", "get captions", "YouTube字幕", "YouTube封面", "视频封面", "video thumbnail", "video cover image", or provides a YouTube URL and wants the transcript/subtitle text or cover image extracted.
Media Transcoding
99FFmpeg-based media transcoding workflows with preset-driven conversions, batch processing, and safe backups for web/mobile/archive outputs.
X to Markdown
97Converts X (Twitter) tweets and articles to markdown with YAML front matter. Uses reverse-engineered API requiring user consent. Use when user mentions "X to markdown", "tweet to markdown", "save tweet", or provides x.com/twitter.com URLs for conversion.
C Video
78Download videos, extract audio, convert formats, and clip segments using `yt-dlp` and `ffmpeg`. Supports YouTube, Vimeo, and hundreds of other sites.