龙虾技能商店 中文 SEO 预渲染页
技能详情

Summarize

steipete/summarize

v1.0.0MIT-0Peter Steinberger

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

作者 Peter Steinberger 更新于 2026年3月12日 版本 v1.0.0
下载量 131,000
收藏 514
当前安装 2,800
累计安装 2,900

安装命令

brew install steipete/tap/summarize

运行要求

Runtime requirements🧾 ClawdisBinssummarize

安全扫描

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…