Kestrel Search
Kestrel Search gives coding assistants a local, keyless web-search capability. It searches DuckDuckGo, Bing, or Yahoo, retrieves readable page content, and re-ranks results with BM25. It works from the command line and provides structured JSON output for agents and scripts. Use it when an agent needs current documentation, release information, standards, or other public web content without leaving the local development workflow.Why Kestrel Search?
- No search API key required
- DuckDuckGo, Bing, and Yahoo support
- Concurrent search and page retrieval
- Main-content extraction
- BM25 relevance ranking
- Clean JSON output for agents
- Agent skill support for Codex, Claude Code, and GitHub Copilot
Quick example
Next steps
- Install Kestrel Search
- Run your first searches
- Connect it to your coding agent
- Explore search options