i18n/skills/content-pipeline/summarize/SKILL.md
从 URL、播客和本地文件中总结或提取文本/转录(“转录此 YouTube/视频”的绝佳备选方案)。支持多种模型和 API 提供商。
npx skillsauth add Jst-Well-Dan/Skill-Box summarizeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
快速总结 URL、本地文件和 YouTube 链接的命令行工具。
当用户询问以下任何内容时,请立即使用此技能:
yt-dlp)summarize "https://example.com" --model google/gemini-3-flash-preview
summarize "/path/to/file.pdf" --model google/gemini-3-flash-preview
summarize "https://youtu.be/dQw4w9WgXcQ" --youtube auto
尽力转录(仅限 URL):
summarize "https://youtu.be/dQw4w9WgXcQ" --youtube auto --extract-only
如果用户要求的转录内容过于庞大,请先返回简要总结,然后询问需要展开哪个章节或时间段。
为所选提供商设置 API 密钥:
OPENAI_API_KEYANTHROPIC_API_KEYXAI_API_KEYGEMINI_API_KEY (别名: GOOGLE_GENERATIVE_AI_API_KEY, GOOGLE_API_KEY)如果未设置,默认模型为 google/gemini-3-flash-preview。
--length short|medium|long|xl|xxl|<字符数> (长度控制)--max-output-tokens <数量> (最大输出长度)--extract-only (仅提取内容,不总结 - 仅限 URL)--json (机器可读格式)--firecrawl auto|off|always (备用提取方案)--youtube auto (如果设置了 APIFY_API_TOKEN,则使用 Apify 备用)可选配置文件:~/.summarize/config.json
{ "model": "openai/gpt-5.2" }
可选服务:
FIRECRAWL_API_KEY 用于处理屏蔽的网站。APIFY_API_TOKEN 用于 YouTube 提取备选。tools
Extract frames or short clips from videos using ffmpeg.
tools
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
tools
Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".
development
Best practices for Remotion - Video creation in React