pi-kagi-search
v0.0.3
Published
A pi extension to search Kagi
Downloads
35
Readme
pi-kagi-search
A pi extension to search the web using Kagi Search.
Installation
Install via npm:
$ pi install npm:pi-kagi-searchOr install from git:
$ pi install git:github.com/richardanaya/pi-kagi-searchConfiguration
Create a JSON file at ~/.pi/kagi-search.json with your API key:
{
"kagiSearchApiKey": "your-api-key-here"
}Replace your-api-key-here with your actual Kagi API key.
Usage
This extension provides a kagi_search tool that can be used to perform web searches via the Kagi Search API.
