龙虾技能商店 English SEO prerender
Skill details

Summarize

steipete/summarize

v1.0.0MIT-0Peter Steinberger

Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).

Author Peter Steinberger Updated Mar 12, 2026 Version v1.0.0
Downloads 131,000
Stars 514
Current installs 2,800
All-time installs 2,900

Install command

brew install steipete/tap/summarize

Runtime requirements

Runtime requirements🧾 ClawdisBinssummarize

Security scan

Security ScanVirusTotalVirusTotalBenignView report →OpenClawOpenClawBenignhigh confidenceThe skill is internally consistent with its stated purpose — it is an instruction-only wrapper that expects the external 'summarize' CLI and standard LLM provider API keys — nothing obviously out of scope or malicious was found.Details ▾ℹPurpose & CapabilityThe name/description (summarize URLs/files/YouTube) matches what the instructions do: call the external 'summarize' CLI and send content to LLM providers. However, registry metadata listed no required binaries while the SKILL.md metadata declares a required 'summarize' binary and a brew install entry — this mismatch should be verified (the skill will only work if the external CLI is present or installed).✓Instruction ScopeRuntime instructions simply show how to invoke the summarize CLI, specify provider API keys, and optional fallback tokens (FIRECRAWL/APIFY). The SKILL.md does not instruct the agent to read unrelated files, network endpoints, or system credentials beyond the declared CLI/config and provider keys.ℹInstall MechanismThere is no packaged install in the registry, but the SKILL.md metadata suggests installing a brew formula from steipete/tap/summarize. Installing from a third‑party brew tap is common but carries more trust risk than an official/tapped formula — verify the tap and formula source before installing.✓CredentialsRequested environment variables are API keys for LLM providers (OPENAI_API_KEY, ANTHROPIC_API_KEY, XAI_API_KEY, GEMINI_API_KEY) and optional service keys (FIRECRAWL_API_KEY, APIFY_API_TOKEN). These are proportionate to a tool that extracts content and forwards it to models/fallback services. The skill also references a user config file (~/.summarize/config.json), which is expected.✓Persistence & PrivilegeSkill is instruction-only, does not request permanent presence (always:false), and does not claim to modify other skills or system-wide settings. Normal autonomous invocation is allowed by platform defaults.AssessmentThis skill is an instruction-only wrapper that expects the external 'summarize' CLI. Before installing/using it: (1) ensure you have or trust the 'summarize' binary — SKILL.md…