A high-performance CLI utility that leverages multimodal AI models to summarize web pages, local documents, and multimedia content instantly.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install summarize-syis
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install summarize-syis using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Summarize skill is a robust command-line interface designed to streamline information consumption for developers and power users. By integrating directly into the terminal, it allows for the rapid extraction and synthesis of key information from diverse sources including live URLs, local PDF files, images, and audio recordings. As a key component of the Openclaw Skills ecosystem, it provides a bridge between raw data sources and actionable intelligence.
Built with flexibility in mind, the skill supports a wide range of LLM providers such as OpenAI, Anthropic, Google Gemini, and xAI. Whether you are dealing with a long-form research paper or a complex technical article, this tool helps you grasp the essential points without leaving your development environment. Its ability to handle YouTube links and multimodal inputs makes it an essential asset for any modern AI-driven workflow.
First, ensure that the OpenClawProvider is installed and running on your system. Then, install the summarize binary via Homebrew:
brew tap steipete/tap
brew install summarize
Configure your environment with the required API keys for your preferred provider:
export GEMINI_API_KEY='your_api_key_here'
export OPENAI_API_KEY='your_api_key_here'
You can also create an optional configuration file at ~/.summarize/config.json to set your default model and preferences.
The skill manages its operations through environment variables and a local JSON configuration file. It can output data in plain text or structured formats for machine readability.
| Parameter | Description | Possible Values |
|---|---|---|
| model | The LLM used for processing | google/gemini-3-flash-preview, openai/gpt-4o, etc. |
| length | Desired summary detail | short, medium, long, xl, xxl |
| json | Output format toggle | Boolean (true/false) |
| youtube | Video extraction mode | auto, off |
Loading
An efficient command-line tool designed to summarize URLs, local files, and multimedia content using advanced AI models.

A high-performance CLI tool to generate concise summaries of URLs, local files, and multimedia content using leading AI models.

A high-performance command-line tool designed to instantly distill URLs, documents, and multimedia into concise summaries using advanced AI models.

A high-performance CLI skill to extract and summarize content from websites, documents, and multimedia using advanced LLMs.

A powerful CLI utility for generating instant AI summaries of web pages, local documents, and multimedia content.

A lightning-fast CLI utility for summarizing web content, local documents, and multimedia using leading AI models.








































