@deathbeam/pi-keenable
Keenable web_search and web_fetch tools for Pi
Package details
Install @deathbeam/pi-keenable from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@deathbeam/pi-keenable- Package
@deathbeam/pi-keenable- Version
0.0.3- Published
- Sep 27, 2026
- Downloads
- 252/mo · 252/wk
- Author
- deathbeam
- License
- MIT
- Types
- extension
- Size
- 6.7 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@deathbeam/pi-keenable
Add Keenable-backed web_search and web_fetch tools. Set KEENABLE_API_KEY for private access.
Without a key, requests use Keenable's rate-limited /public endpoints. Requests time out after 60s.
Installation
# Choose one:
pi install npm:@deathbeam/pi-keenable # this package
pi install git:github.com/deathbeam/pi-packages # all four packages
Development
From this package directory:
npm install
npm test
pi install .