← 返回 Skills 市场
pin-alt

20206 02 10 Clawhub Summarize 1.0.0

作者 pin-alt · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1162
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install 20206-02-10-clawhub-summarize-1-0-0
功能描述
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 if APIFY_API_TOKEN set)

Config

Optional config file: ~/.summarize/config.json

{ "model": "openai/gpt-5.2" }

Optional services:

  • FIRECRAWL_API_KEY for blocked sites
  • APIFY_API_TOKEN for YouTube fallback
安全使用建议
This skill is an instruction wrapper around the 'summarize' CLI and appears coherent with that purpose. Before installing: (1) verify the Homebrew tap/formula source (steipete/tap) matches the project at the homepage (https://summarize.sh) or an official repository; (2) review the brew formula or upstream release to ensure the binary is what you expect; (3) only provide API keys (OPENAI_API_KEY, ANTHROPIC_API_KEY, XAI_API_KEY, GEMINI_API_KEY, FIRECRAWL_API_KEY, APIFY_API_TOKEN) for services you trust and intend to use; (4) inspect or sandbox the tool before granting it access to sensitive files or system-level permissions; and (5) note the minor metadata mismatch (ownerId) in the package metadata — consider confirming the publisher identity if that matters to you.
功能分析
Type: OpenClaw Skill Name: 20206-02-10-clawhub-summarize-1-0-0 Version: 1.0.0 The skill bundle instructs the OpenClaw agent to install the `summarize` CLI tool via Homebrew from a third-party tap (`steipete/tap/summarize`) as specified in `SKILL.md`. While this action is aligned with the skill's stated purpose, it introduces a supply chain risk by instructing the agent to fetch and execute external code from an arbitrary third-party source. This represents a significant vulnerability surface, classifying it as suspicious due to risky capabilities without clear malicious intent within the skill bundle itself.
能力评估
Purpose & Capability
Name/description match the requested binary and usage: the skill is an instruction-only wrapper that requires the 'summarize' CLI. The referenced provider API keys and optional config path (~/.summarize/config.json) are coherent with a summarization tool. Note: _meta.json ownerId differs from the registry ownerId, which is an inconsistency in metadata worth verifying, and the install uses a third-party Homebrew tap (steipete/tap) rather than homebrew-core or a direct official release.
Instruction Scope
SKILL.md limits actions to invoking the summarize CLI on URLs/files and instructs which environment variables to set for different LLM providers. It does not instruct reading unrelated system files or exfiltrating data to unexpected endpoints beyond the documented provider services and optional Apify/Firecrawl services.
Install Mechanism
Install is via a Homebrew formula (steipete/tap/summarize) which is a reasonable, common mechanism. Because it's from a third‑party tap rather than the official homebrew-core, verify the tap/formula source (and that it corresponds to the summarize.sh project) before installing; third-party taps carry more supply-chain risk than official taps.
Credentials
SKILL.md references multiple provider API keys (OPENAI_API_KEY, ANTHROPIC_API_KEY, XAI_API_KEY, GEMINI_API_KEY, plus optional FIRECRAWL_API_KEY and APIFY_API_TOKEN). These are proportional and expected for a CLI that calls external LLMs and fallback web-extraction services. The skill does not declare required env vars up front, which is acceptable because keys are optional and provider-dependent, but you should only supply keys for providers you intend to use.
Persistence & Privilege
always is false and there are no instructions to modify other skills or system-wide agent settings. The skill references an optional per-user config file (~/.summarize/config.json) which is normal for a CLI tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install 20206-02-10-clawhub-summarize-1-0-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /20206-02-10-clawhub-summarize-1-0-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Summarize skill. - Summarize URLs, local files, images, audio, PDFs, and YouTube links via CLI. - Supports multiple AI models (Google Gemini, OpenAI, Anthropic, xAI) with configurable API keys. - Includes flexible output flags: control length, output format, extraction mode, and more. - Optional config file and API keys for advanced extraction and YouTube transcription.
元数据
Slug 20206-02-10-clawhub-summarize-1-0-0
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

20206 02 10 Clawhub Summarize 1.0.0 是什么?

Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1162 次。

如何安装 20206 02 10 Clawhub Summarize 1.0.0?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install 20206-02-10-clawhub-summarize-1-0-0」即可一键安装,无需额外配置。

20206 02 10 Clawhub Summarize 1.0.0 是免费的吗?

是的,20206 02 10 Clawhub Summarize 1.0.0 完全免费(开源免费),可自由下载、安装和使用。

20206 02 10 Clawhub Summarize 1.0.0 支持哪些平台?

20206 02 10 Clawhub Summarize 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 20206 02 10 Clawhub Summarize 1.0.0?

由 pin-alt(@pin-alt)开发并维护,当前版本 v1.0.0。

💬 留言讨论