kagi-search
Installation
SKILL.md
Kagi Search
Fast web search and content extraction using the official Kagi Search API.
This skill uses a Go binary for fast startup and no runtime dependencies. The binary can be downloaded pre-built or compiled from source.
Setup
Requires a Kagi account with API access enabled.
- Create an account at https://kagi.com/signup
- Navigate to Settings -> Advanced -> API portal: https://kagi.com/settings/api
- Generate an API Token
- Add funds to your API balance at: https://kagi.com/settings/billing_api
- Add to your shell profile (
~/.profileor~/.zprofilefor zsh):export KAGI_API_KEY="your-api-key-here" - Install the binary — see Installation below