← Back to Skills Marketplace
pin-alt

20206 02 10 Clawhub Summarize 1.0.0

by pin-alt · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1162
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install 20206-02-10-clawhub-summarize-1-0-0
Description
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install 20206-02-10-clawhub-summarize-1-0-0
  3. After installation, invoke the skill by name or use /20206-02-10-clawhub-summarize-1-0-0
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug 20206-02-10-clawhub-summarize-1-0-0
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 20206 02 10 Clawhub Summarize 1.0.0?

Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube). It is an AI Agent Skill for Claude Code / OpenClaw, with 1162 downloads so far.

How do I install 20206 02 10 Clawhub Summarize 1.0.0?

Run "/install 20206-02-10-clawhub-summarize-1-0-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 20206 02 10 Clawhub Summarize 1.0.0 free?

Yes, 20206 02 10 Clawhub Summarize 1.0.0 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does 20206 02 10 Clawhub Summarize 1.0.0 support?

20206 02 10 Clawhub Summarize 1.0.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 20206 02 10 Clawhub Summarize 1.0.0?

It is built and maintained by pin-alt (@pin-alt); the current version is v1.0.0.

💬 Comments