
Kagi Search
- 24 installs
- Updated February 16, 2026
- thinkfleetai/thinkfleet-engine
Use kagi-search to integrations in build phase.
About
kagi-search: Skillselion tool for build phase integrations subphase. Use when you need to integrations during build. Works with skill type candidates.
- kagi-search skill
- Handles integrations
- Part of build phase
Kagi Search by the numbers
- 24 all-time installs (skills.sh)
- Ranked #1,507 of 2,245 Frontend Development skills by installs in the Skillselion catalog
- Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thinkfleetai/thinkfleet-engine --skill kagi-searchAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 24 |
|---|---|
| Last updated | February 16, 2026 |
| Repository | thinkfleetai/thinkfleet-engine ↗ |
What it does
Use kagi-search to integrations in build phase.
Files
Note: The Kagi Search API is currently in beta. To request API access, email support@kagi.com. You must be a Kagi subscriber to use the API.
---
Kagi Search CLI
Web search using the Kagi Search API with a clean, readable output format.
Quick Start
export KAGI_API_KEY="your_api_key"
kagi-search "your search query"
# or run directly:
python3 scripts/kagi-search.py "your search query"Features
- Clean output - Title, URL, snippet, and metadata for each result
- Pagination support - Control result count and offset
- JSON mode - Raw JSON output for scripting
- Related searches - Shows related queries (can be hidden)
- API balance - Displays remaining API quota
- Fast & lightweight - Pure Python, no dependencies
Options
| Flag | Description |
|---|---|
query | Search terms (required) |
-n, --limit | Number of results (default: 10) |
-s, --offset | Offset for pagination (default: 0) |
--json | Output raw JSON |
--no-related | Hide related searches |
-h, --help | Show help |
Examples
# Basic search
kagi-search "python async await tutorial"
# Limit results
kagi-search "AI news" --limit 5
# Pagination
kagi-search "recipes" --offset 10 --limit 5
# JSON for scripting
kagi-search "github stars" --json | jq '.data[].url'
# Hide related searches
kagi-search "rust programming" --no-relatedSetup
Environment:
export KAGI_API_KEY="your_api_key"
# Add to ~/.bashrc or ~/.zshrc for persistencePATH access:
# Make executable and add to PATH
chmod +x scripts/kagi-search.py
cp scripts/kagi-search.py ~/.local/bin/kagi-searchRequirements
- Python 3.7+
KAGI_API_KEYenvironment variable- Internet connection
Output Format
[Query: search terms]
[Results: 5]
[API Balance: $0.123]
[Time: 45ms]
----------------------------------------
=== Result Title ===
https://example.com
Snippet text here...
[2024-01-15]
---
Related: related query 1, related query 2Related skills
Frontend Developmentdevops