kagi-search/skill/SKILL.md
Search the web using Kagi. Use for web searches with Quick Answer AI summaries.
npx skillsauth add mic92/mics-skills kagi-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# 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'
tools
Get weather forecasts. Use for current weather/multi-day forecasts worldwide.
tools
Deploy and trigger Tasker tasks on Android via the Tasker WebUI and adb. Use for building Tasker automations from JSON.
tools
Take screenshots non-interactively. Use to see the screen, debug UI, or capture a specific region by coordinates.
tools
Persistent pexpect sessions. Use when automating interactive terminal programs (ssh, databases, debuggers, REPLs).