kagi-summarizer
Summarize any URL or text using Kagi's Universal Summarizer API. Supports multiple engines (including the enterprise-grade Muriel model), bullet-point takeaways, and output translation to 28 languages. Use when you need a high-quality summary of an article, paper, video transcript, or any document.
Why use this skill?
Use the Kagi Summarizer skill in OpenClaw to quickly distill articles, papers, and transcripts into takeaways using advanced AI models like Muriel.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/joelazar/kagi-summarizerWhat This Skill Does
The kagi-summarizer skill acts as a powerful analytical bridge between your workspace and Kagi’s Universal Summarizer API. It processes complex information from various sources including live URLs, academic papers, lengthy PDFs, and raw text snippets. By leveraging advanced summarization engines like Cecil, Agnes, and the enterprise-grade Muriel model, this skill distills verbose content into either concise prose or actionable bullet-point takeaways. It is an essential tool for knowledge workers who need to digest massive amounts of information rapidly without losing core context. Beyond simple summarization, the skill supports on-the-fly translation into 28 languages and offers native JSON output, making it highly compatible with automated data pipelines and AI-driven research workflows.
Installation
To integrate this skill, ensure you have your Kagi API credentials ready. First, install the binary via the OpenClaw command: clawhub install openclaw/skills/skills/joelazar/kagi-summarizer. Once installed, export your API key as an environment variable by adding export KAGI_API_KEY="your-api-key-here" to your shell configuration file (e.g., ~/.zprofile). The tool is designed for zero-dependency execution, ensuring that it remains lightweight and fast regardless of your environment.
Use Cases
This skill is perfect for researchers, students, and professionals who frequently navigate dense documentation. Use it to generate quick summaries of long technical blog posts, extract key findings from ArXiv papers, or translate foreign-language forum threads into your native tongue. It is also an excellent utility for preparing briefing documents or summarizing video transcripts when you have limited time to watch full-length presentations.
Example Prompts
- "Summarize this article for me: https://example.com/deep-dive-into-llms and give me the key points as bullets."
- "Using the Muriel engine, summarize the text I've piped into the system and translate the results into Japanese."
- "What are the main arguments in this paper? https://arxiv.org/abs/1706.03762. Please provide a brief summary in JSON format."
Tips & Limitations
- Cost Efficiency: Keep in mind that summarization is billed per 1,000 tokens. Utilize caching where possible to avoid redundant API charges; the system handles cached requests for free.
- Engine Selection: While 'Cecil' is the default and balanced choice, switch to 'Muriel' when dealing with highly complex academic or technical material requiring deep nuance.
- Timeouts: The default timeout is 120 seconds, which is usually sufficient for most web pages. If you are processing exceptionally large documents, consider adjusting the timeout flag to prevent premature connection termination.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-joelazar-kagi-summarizer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
kagi-enrich
Search Kagi's unique non-commercial web (Teclis) and non-mainstream news (TinyGem) indexes for independent, ad-free content you won't find in regular search results. Use when you want to discover small-web sites, independent blogs, niche discussions, or non-mainstream news on a topic.
kagi-fastgpt
Ask questions and get AI-synthesized answers backed by live web search, via Kagi's FastGPT API. Returns a direct answer with cited references. Use when you need a quick, authoritative answer rather than raw search results.