summarizer2
v1.0.0Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
⭐ 0· 63·0 current·0 all-time
bySimmus@simmusjune
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description describe a CLI summarizer and the skill requires the 'summarize' binary and even provides a brew install for it — this is proportionate and expected for a CLI‑wrapper skill.
Instruction Scope
SKILL.md only instructs how to run the summarize CLI, which files/URLs to pass, and which environment variables the CLI will use; it references an optional config file (~/.summarize/config.json) and optional service keys (FIRECRAWL_API_KEY, APIFY_API_TOKEN) that are relevant to the stated functionality.
Install Mechanism
Install uses a Homebrew formula (steipete/tap/summarize). Homebrew formulas are a reasonable install method, but this is a third‑party tap (not the core/homebrew formula repo) — you should review the formula source before installing since a tap can run arbitrary install steps.
Credentials
The skill itself declares no required env vars, but the CLI supports multiple provider API keys (OPENAI_API_KEY, ANTHROPIC_API_KEY, XAI_API_KEY, GEMINI_API_KEY, etc.) and optional service keys. That is proportionate for a multiprovider summarization tool, but you should only provide credentials for providers you trust and be aware that content will be sent to whichever model/API you choose.
Persistence & Privilege
The skill does not request permanent presence (always: false) and does not declare modifications to other skills or system settings. There is no indication it writes to agent configs beyond the CLI's own optional config path.
Assessment
This skill is a thin wrapper around a local 'summarize' CLI and appears coherent with that purpose. Before installing: (1) inspect the Homebrew tap/formula (steipete/tap/summarize) to confirm it’s from a trusted source; (2) be aware that any text, files, or URLs you summarize will be sent to the model provider you select — don’t upload sensitive data to third‑party APIs unless you trust them and understand their data retention/privacy policies; (3) prefer configuring the CLI with credentials you control and avoid pasting high‑privilege secrets into unrelated environments; (4) if you want extra safety, run the binary in an isolated environment/container and check network activity during initial runs.Like a lobster shell, security has layers — review code before you run it.
latestvk970qwq0ggznavy9w8b3pf6j2h83nx3c
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