A high-performance AI tool that distills any URL or text into concise summaries or bulleted takeaways using the Kagi Universal Summarizer API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install kagi-summarizer
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 kagi-summarizer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Kagi Summarizer is a sophisticated utility within the Openclaw Skills ecosystem that allows developers and researchers to instantly condense massive amounts of information. By interfacing with Kagi's Universal Summarizer API, it can process everything from academic papers and PDFs to video transcripts and forum threads. This skill is built as a fast Go binary with zero runtime dependencies, ensuring rapid startup and reliable performance across different environments.
Whether you need a friendly, fast summary or a formal, technical analysis, this entry in the Openclaw Skills catalog provides the flexibility required for modern information workflows. It supports multiple summarization engines, including the enterprise-grade Muriel model, and can translate the final output into 28 different languages, making it an essential tool for global content consumption.
To integrate this into your Openclaw Skills workflow, follow these steps to configure your environment and install the binary:
export KAGI_API_KEY="your-api-key-here"
OS=$(uname -s | tr '[:upper:]' '[:lower:]')
ARCH=$(uname -m)
# Define binary path and download
mkdir -p .bin
curl -fsSL "https://github.com/joelazar/kagi-skills/releases/latest/download/kagi-summarizer" -o .bin/kagi-summarizer
chmod +x .bin/kagi-summarizer
This Openclaw Skills component handles data through a structured input/output model. When using the --json flag, the skill returns a schema including the following fields:
| Property | Type | Description |
|---|---|---|
input |
String | The source URL or text processed |
output |
String | The resulting summary or bullet points |
tokens |
Integer | The number of tokens consumed by the request |
engine |
String | The model used (cecil, agnes, or muriel) |
meta |
Object | Includes API balance, processing time, and node ID |
Loading
A high-performance AI tool that synthesizes live web search results into concise, cited answers using the Kagi FastGPT API.

A specialized search skill for accessing Kagi's proprietary Teclis and TinyGem indexes to find independent content and non-mainstream news.

A persistent long-term memory layer that ensures continuity across AI sessions and development tools by serving as a canonical source of truth.

Satori provides persistent long-term memory for AI coding agents, ensuring continuity across sessions and different model providers.

A high-performance CLI tool for executing and simulating token trades on the Solana blockchain via the Jupiter aggregator.

An autonomous AI agent skill that executes complex tasks through web browsing and tool usage via the Manus API.








































