@tta-lab/pi-web
Pi extension for Organon web capabilities: search, page fetch, documentation, and Sourcegraph code search without MCP.
Package details
Install @tta-lab/pi-web from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@tta-lab/pi-web- Package
@tta-lab/pi-web- Version
3.1.0- Published
- Aug 22, 2026
- Downloads
- 888/mo · 263/wk
- Author
- neilbb
- License
- Apache-2.0
- Types
- extension
- Size
- 3.1 MB
- Dependencies
- 0 dependencies · 3 peers
Pi manifest JSON
{
"extensions": [
"./dist/index.js"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@tta-lab/pi-web
A Pi extension that provides native Organon web capabilities:
the web_search, web_fetch, web_docs, and web_sgraph capabilities without MCP configuration. web_docs uses resolve and fetch actions.
Install
pi install npm:@tta-lab/pi-web@latest
# or pin a release:
pi install npm:@tta-lab/pi-web@<version>
Prereleases use the beta dist-tag and must be requested explicitly:
pi install npm:@tta-lab/pi-web@beta
The package is independently installable and includes the matching native
@tta-lab/pi-web-<platform> optional dependency at the exact same version.
Supported platforms
- macOS (Darwin) ARM64
- Linux x64 (amd64)
- Linux ARM64
- Windows x64
Unsupported hosts fail at startup instead of downloading or compiling a binary.
Source
This package is maintained in the Organon monorepo at
pi/packages/pi-web.
The platform-specific implementation packages live under
pi/packages/native.
See the Pi extension documentation
for the complete action and installation details.