kagiPerform web searches and generate summarized answers with citations using the Kagi API and FastGPT for higher-quality results or rate-limit fallback.
Install via ClawdBot CLI:
clawdbot install michaelasper/kagiUse the bundled Python scripts to call Kagi’s API from the OpenClaw host.
1) Create a token in https://kagi.com/settings/api
2) Export it for your shell/session:
export KAGI_API_TOKEN='…'
3) Run a search:
python3 scripts/kagi_search.py "haaps glass" --limit 10 --json
4) Or ask FastGPT (LLM + web search):
python3 scripts/kagi_fastgpt.py "Summarize the latest Haaps glass mentions" --json
Use when you need a normal ranked list of results (URLs/titles/snippets).
Command:
python3 scripts/kagi_search.py "<query>" [--limit N] [--json]
Notes:
--json for raw API output.Authorization: Bot .Use when you want a short answer grounded in web results, including reference URLs.
Command:
python3 scripts/kagi_fastgpt.py "<question>" [--cache true|false] [--json]
If Brave Search is rate-limited (429) or you want better results:
scripts/kagi_search.py to fetch resultsreferences/kagi-api.mdscripts/kagi_client.py, scripts/kagi_search.py, scripts/kagi_fastgpt.pyAI Usage Analysis
Analysis is being generated… refresh in a few seconds.
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.