@onedotmint/pi-smart-search
Pi tools for the Smart Search v1 CLI
Package details
Install @onedotmint/pi-smart-search from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@onedotmint/pi-smart-search- Package
@onedotmint/pi-smart-search- Version
1.0.3- Published
- Sep 7, 2026
- Downloads
- 312/mo · 312/wk
- Author
- onedotmint
- License
- MIT
- Types
- extension
- Size
- 7.9 KB
- Dependencies
- 0 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"./extensions/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Smart Search for Pi
Install the stable Smart Search CLI and the native Pi package:
npm install -g @onedotmint/smart-search@latest
pi install npm:@onedotmint/pi-smart-search@latest
The extension provides web_search, web_read, and web_research. It invokes
the installed v1 CLI and returns its stable JSON envelope.
Run the offline package checks from this directory:
npm install
npm test
npm run typecheck
npm pack --dry-run