Search the web using Kagi. Use for web searches with Quick Answer AI summaries.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill kagi-search --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kagi Search?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-kagi-search)More formats (shields.io, HTML) on the badges page.
---
name: kagi-search
description: Search the web using Kagi. Use for web searches with Quick Answer AI summaries.
---
# Usage
```bash
# Basic search (shows Quick Answer summary only)
kagi-search "what is the capital of France"
# Include search result links (default: 3 links)
kagi-search -l "search query"
# Include more links
kagi-search -l -n 10 "search query"
# JSON output for parsing
kagi-search -j "search query" | jq '.results[0].url'
```
See [README.md](../../kagi-search/README.md) for setup and configuration.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!