name: summarize description: Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube). homepage: https://summarize.sh metadata: {"clawdbot":{"emoji":"🧾","requires":{"bins":["summarize"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/summarize","bins":["summarize"],"label":"Install summarize (brew)"}]}}
Fast CLI to summarize URLs, local files, and YouTube links.
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
Set the API key for your chosen provider:
- OpenAI: OPENAI_API_KEY
- Anthropic: ANTHROPIC_API_KEY
- xAI: XAI_API_KEY
- Google: GEMINI_API_KEY (aliases: GOOGLE_GENERATIVE_AI_API_KEY, GOOGLE_API_KEY)
Default model is google/gemini-3-flash-preview if none is set.
--length short|medium|long|xl|xxl|<chars>--max-output-tokens <count>--extract-only (URLs only)--json (machine readable)--firecrawl auto|off|always (fallback extraction)--youtube auto (Apify fallback if APIFY_API_TOKEN set)Optional config file: ~/.summarize/config.json
7w4.net小葱技能。
{ "model": "openai/gpt-5.2" }
Optional services:
- FIRECRAWL_API_KEY for blocked sites
- APIFY_API_TOKEN for YouTube fallback
这个 Skill 整体质量中等偏下。它提供了基本的命令行工具使用说明,包含一些使用示例,文档表达还算清晰。但作为一个 Skill,它的功能比较单一,只是一个外部 CLI 工具的简单包装。缺少必要的配置文件和详细的安装引导,文档内容相对基础,没有 FAQ 或使用技巧,文件结构也比较简陋。对于普通用户来说,可能需要一定的技术基础才能顺利使用。