skill-0327-04
v1.0.0Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
⭐ 0· 55·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The name/description match the runtime instructions: the skill expects a 'summarize' CLI and shows how to call it for URLs, files, YouTube, and various model providers. Required binaries and optional API keys align with the stated purpose.
Instruction Scope
SKILL.md limits actions to running the 'summarize' CLI, selecting models, and reading an optional config (~/.summarize/config.json). It documents optional service tokens (FIRECRAWL_API_KEY, APIFY_API_TOKEN) for extraction fallbacks. There are no instructions to read unrelated files or exfiltrate data.
Install Mechanism
Install is via Homebrew formula steipete/tap/summarize (creates 'summarize' binary). Using a third‑party tap is a reasonable install route but carries more trust risk than an official formula or well-known release host; the formula itself was not included for review.
Credentials
The skill does not require any environment variables. SKILL.md lists optional API keys (OpenAI, Anthropic, xAI, Google, FIRECRAWL, APIFY) which are expected for a summarization tool that can call LLMs and extraction services.
Persistence & Privilege
The skill does not request always:true or any special agent-wide privileges. It will use a local config (~/.summarize/config.json) and run the summarize binary; that is proportionate to its function.
Assessment
This skill is coherent with its description, but the actual behavior depends on the 'summarize' binary you install. Before installing or running: (1) review the Homebrew tap/formula (steipete/tap/summarize) on GitHub to confirm what the binary does and whether it phones home; (2) be cautious about storing API keys in ~/.summarize/config.json—prefer scoped keys and revokeable tokens; (3) run the binary in an isolated environment if you need to limit network access; (4) if you rely on extraction fallbacks (Firecrawl/Apify), understand those services' privacy policies because content may be sent to them.Like a lobster shell, security has layers — review code before you run it.
latestvk97bxe9j730a0f7p9y9cdf10a983qet2
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