← Back to Skills Marketplace
1139
Downloads
0
Stars
16
Active Installs
1
Versions
Install in OpenClaw
/install summary
Description
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
Usage Guidance
This skill is a thin wrapper around a local 'summarize' CLI. Before installing: 1) Verify the brew tap formula (steipete/tap/summarize) on GitHub to ensure the package is from a trusted maintainer. 2) Understand that using the tool will send the content you summarize (URLs, local files, audio, images, YouTube) to whichever LLM provider or fallback services you configure — do not summarize sensitive data unless you trust the destination. 3) The SKILL.md references optional tokens (FIRECRAWL_API_KEY, APIFY_API_TOKEN) used for extraction fallbacks; only provide these if you need those features. 4) Note the metadata ownerId in _meta.json differs from the registry owner ID — this may be a benign packaging mismatch but is worth checking with the publisher. If you trust the brew tap and are comfortable with external transmission of summarized content, the skill appears coherent.
Capability Analysis
Type: OpenClaw Skill
Name: summary
Version: 0.0.1
The skill bundle is designed to install and utilize the 'summarize' CLI tool. It instructs the OpenClaw agent to install the tool via Homebrew (`steipete/tap/summarize`) and provides examples for its usage, including summarizing URLs and local files. The skill requires access to environment variables for API keys (e.g., `OPENAI_API_KEY`) to function, which is a standard practice for CLI tools interacting with external services. There is no evidence of intentional malicious behavior such as data exfiltration, unauthorized command execution beyond the stated purpose, persistence mechanisms, or prompt injection attempts designed to subvert the agent for harmful ends. The capabilities (network access, file access, installing third-party software) are directly aligned with the skill's described functionality.
Capability Assessment
Purpose & Capability
The skill claims to call a local 'summarize' CLI to summarize URLs/files/YouTube and its declared required binary is exactly that. The documented environment variables (OpenAI/Anthropic/XAI/GEMINI, FIRECRAWL_API_KEY, APIFY_API_TOKEN) are appropriate for a summarization tool that may call LLM providers and optional extraction services.
Instruction Scope
SKILL.md only instructs how to run the summarize CLI, how to set provider API keys, and mentions an optional config file (~/.summarize/config.json). It does not direct the agent to read unrelated system files or other credentials. Note: the tool will send source content (URLs, PDFs, audio, images, YouTube) to external services/LLM providers — users should assume those contents are transmitted to whichever provider/API keys they configure.
Install Mechanism
Install uses a brew formula: steipete/tap/summarize. Installing via a third-party Homebrew tap is common but slightly higher risk than an official brew/core formula; review the tap/formula source (GitHub) before installing to confirm it is legitimate.
Credentials
The skill does not require any environment variables by default. The SKILL.md documents several provider API keys and optional service tokens which are proportionate to the documented features (LLM providers, Firecrawl, Apify). These are optional; only provide keys for services you intend to use.
Persistence & Privilege
The skill does not request always-on presence and does not attempt to modify other skills. It may create/use a per-user config file at ~/.summarize/config.json, which is expected for CLI tools.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install summary - After installation, invoke the skill by name or use
/summary - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.1
test
Metadata
Frequently Asked Questions
What is test-summary?
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube). It is an AI Agent Skill for Claude Code / OpenClaw, with 1139 downloads so far.
How do I install test-summary?
Run "/install summary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is test-summary free?
Yes, test-summary is completely free (open-source). You can download, install and use it at no cost.
Which platforms does test-summary support?
test-summary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created test-summary?
It is built and maintained by anbring (@anbring); the current version is v0.0.1.
More Skills