一键导入
kagi-search
Search the web using Kagi. Use for web searches with Quick Answer AI summaries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search the web using Kagi. Use for web searches with Quick Answer AI summaries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Current API docs + code snippets for third-party libraries/frameworks. Use to verify exact signatures/usage.
Control Firefox browser from the command line. Use for web automation, scraping, testing, or any browser interaction tasks.
Inspect Buildbot (buildbot-nix) CI for a PR. Use to find/watch the build for a PR, list failed sub-builds with their attrs, and fetch failing log tails.
Manage calendar events and send meeting invitations. Use for listing, creating, editing, deleting events and sending/replying to invites.
Search Deutsche Bahn train connections. Use for train routes, schedules, and travel times in Germany.
Search for places and get directions using Google Maps. Use for finding locations, nearby places, and route planning.
| name | kagi-search |
| description | Search the web using Kagi. Use for web searches with Quick Answer AI summaries. |
# 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'