@burneikis/pi-web-search
A claude native web search plugin for Pi.
Package details
Install @burneikis/pi-web-search from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@burneikis/pi-web-search- Package
@burneikis/pi-web-search- Version
1.0.0- Published
- Mar 27, 2026
- Downloads
- 29/mo · 5/wk
- Author
- burneikis
- License
- MIT
- Types
- extension
- Size
- 3.7 KB
- Dependencies
- 1 dependency · 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
Pi Web Search
My native claude web search tool for pi.
Uses claude's web search rather than an external provider. Uses claude haiku to run the search.
Install
pi install npm:@burneikis/pi-web-search
What it does
Registers a web_search tool the LLM can call to look up current information: documentation, news, packages, changelogs, anything not in its training data. The tool returns a concise summary with source URLs.
Tool: web_search
| Parameter | Type | Description |
|---|---|---|
query |
string |
The search query. Be specific and concise for best results. |
Requirements
- An active Anthropic API key in your pi session (already needed to run pi with Claude)