← 返回 Skills 市场
Claw Summarize Pro
作者
Williamwang-wh
· GitHub ↗
· v1.0.0
· MIT-0
184
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install claw-summarize-pro
功能描述
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
使用说明 (SKILL.md)
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 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.
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)--youtube auto(Apify fallback ifAPIFY_API_TOKENset)
Config
Optional config file: ~/.summarize/config.json
{ "model": "openai/gpt-5.2" }
Optional services:
FIRECRAWL_API_KEYfor blocked sitesAPIFY_API_TOKENfor YouTube fallback
安全使用建议
This skill is a thin wrapper around the 'summarize' CLI and is coherent with its description. Before installing: (1) verify the brew tap/formula source (steipete/tap) on GitHub to ensure you trust it; (2) be aware the CLI will send content to whichever model provider you configure—avoid uploading sensitive documents to third‑party models; (3) only set API keys for providers you intend to use and inspect ~/.summarize/config.json if present; (4) if you prefer extra caution, review the formula's source or install the CLI from an official/reputable release channel.
功能分析
Type: OpenClaw Skill
Name: claw-summarize-pro
Version: 1.0.0
The skill is a wrapper for the 'summarize' CLI tool (associated with summarize.sh and the steipete/tap Homebrew repository) used for processing URLs and local files. It follows standard OpenClaw conventions for installation and environment variable configuration for LLM providers (OpenAI, Anthropic, Google, etc.). No malicious code, data exfiltration patterns, or harmful prompt injection instructions were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description (summarize URLs, files, YouTube) match the declared requirement (the 'summarize' CLI). No unrelated credentials, binaries, or config paths are demanded.
Instruction Scope
SKILL.md only instructs using the 'summarize' CLI and documents optional provider API keys, flags, and a config file (~/.summarize/config.json). It does not instruct reading unrelated files or exfiltrating data to unexpected endpoints.
Install Mechanism
Install uses a brew formula from the steipete/tap tap (third‑party tap). This is a common installation method but carries more trust risk than an official homebrew core formula or a well-known release host; you should review the tap/formula source before installing.
Credentials
The skill itself does not require environment variables, but the CLI supports multiple optional provider keys (OPENAI_API_KEY, ANTHROPIC_API_KEY, XAI_API_KEY, GEMINI_API_KEY, FIRECRAWL_API_KEY, APIFY_API_TOKEN). Those are appropriate for a multi‑provider summarization tool, but you should avoid supplying sensitive keys for providers you don't intend to use.
Persistence & Privilege
No 'always: true' privilege, no code files or background services bundled by the skill. Installation is limited to installing the CLI binary via brew; the skill does not request to modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claw-summarize-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/claw-summarize-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Summarize skill version 1.0.0 initial release:
- Provides fast CLI summarization for URLs, local files (including PDFs, images, audio), and YouTube links.
- Supports multiple AI model providers: Google, OpenAI, Anthropic, and xAI.
- Includes flexible output options: summary length, JSON formatting, token limits, and extraction settings.
- Allows API key configuration via environment variables or an optional config file.
- Integrates fallback services for web (Firecrawl) and YouTube (Apify) extraction.
元数据
常见问题
Claw Summarize Pro 是什么?
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 184 次。
如何安装 Claw Summarize Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claw-summarize-pro」即可一键安装,无需额外配置。
Claw Summarize Pro 是免费的吗?
是的,Claw Summarize Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Claw Summarize Pro 支持哪些平台?
Claw Summarize Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claw Summarize Pro?
由 Williamwang-wh(@williamwang-wh)开发并维护,当前版本 v1.0.0。
推荐 Skills