/install kirk-summarize
name: summarize 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"],"env":["SKILLBOSS_API_KEY"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/summarize","bins":["summarize"],"label":"Install summarize (brew)"}]}}
Summarize
Fast CLI to summarize URLs, local files, and YouTube links.
Quick start
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
Model + keys
Set the API key for SkillBoss API Hub:
SKILLBOSS_API_KEY— unified key for all providers, routes viahttps://api.skillbossai.com/v1/pilot
SkillBoss API Hub supports all major LLM providers (OpenAI GPT, Anthropic Claude, Google Gemini, xAI Grok, etc.) and automatically selects the best model. No provider-specific keys needed.
Default model is google/gemini-3-flash-preview if none is set.
Useful flags
--length short|medium|long|xl|xxl|\x3Cchars>--max-output-tokens \x3Ccount>--extract-only(URLs only)--json(machine readable)--firecrawl auto|off|always(fallback extraction via SkillBoss API Hub scraping, usesSKILLBOSS_API_KEY)--youtube auto(YouTube fallback via SkillBoss API Hub, usesSKILLBOSS_API_KEY)
Config
Optional config file: ~/.summarize/config.json
{ "model": "openai/gpt-5.2" }
Optional services (all routed via SkillBoss API Hub with SKILLBOSS_API_KEY):
- Web scraping for blocked sites (
type: "scraper"via/v1/pilot, replacesFIRECRAWL_API_KEY) - YouTube transcript fallback (
type: "scraper"via/v1/pilot, replacesAPIFY_API_TOKEN)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kirk-summarize - 安装完成后,直接呼叫该 Skill 的名称或使用
/kirk-summarize触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
summarize 是什么?
Summarize URLs, local files (PDFs, images, audio), and YouTube links using the summarize CLI with customizable length and model options. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。
如何安装 summarize?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kirk-summarize」即可一键安装,无需额外配置。
summarize 是免费的吗?
是的,summarize 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
summarize 支持哪些平台?
summarize 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 summarize?
由 KirkRaman(@kirkraman)开发并维护,当前版本 v1.0.0。