Summarize
v0.1.0Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
⭐ 0· 118·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the declared runtime requirement (the 'summarize' binary). The brew install (steipete/tap/summarize) and CLI examples correspond to summarizing URLs, files, and YouTube links; there are no unrelated credentials or unusual binaries requested.
Instruction Scope
SKILL.md correctly instructs the agent to invoke the summarize CLI and documents optional configuration (~/.summarize/config.json) and provider API keys. Be aware that using the CLI will send content to the chosen model provider (OpenAI, Anthropic, xAI, Google) and optionally to services like Apify or Firecrawl when those tokens are set; that network transmission is expected for this skill but is important privacy context for users.
Install Mechanism
Install uses Homebrew (steipete/tap/summarize). Homebrew is a common installer, but this uses a third‑party tap rather than an official core formula, which is reasonable for many CLIs but slightly higher trust/verification burden than an official package.
Credentials
The skill does not require any environment variables by default. SKILL.md documents optional provider API keys (OPENAI_API_KEY, ANTHROPIC_API_KEY, XAI_API_KEY, GEMINI_API_KEY, APIFY_API_TOKEN, FIRECRAWL_API_KEY) that are clearly related to the documented features and are optional.
Persistence & Privilege
The skill does not request permanent presence (always:false) and has no instructions to modify other skills or global agent settings. The only file path mentioned is an optional per-user config (~/.summarize/config.json).
Assessment
This skill is a wrapper around an external CLI that will send content to whatever model provider you configure. Before installing: 1) verify you trust the Homebrew tap (steipete/tap) or inspect the brew formula to ensure it installs the expected binary; 2) prefer storing API keys in environment variables rather than plaintext config files; 3) understand that any data you summarize will be transmitted to external model providers (OpenAI, Anthropic, xAI, Google) or third‑party services (Apify/Firecrawl) if enabled; and 4) test the CLI in a controlled environment if you need to confirm its behavior and network endpoints.Like a lobster shell, security has layers — review code before you run it.
latestvk97fqe584zm1p81d0vvs0665tx83q1p0
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🧾 Clawdis
Binssummarize
Install
Install summarize (brew)
Bins: summarize
brew install steipete/tap/summarize