@mammothb/pi-webfetch
A pi extension that adds a webfetch tool for fetching and converting web content
Package details
Install @mammothb/pi-webfetch from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@mammothb/pi-webfetch- Package
@mammothb/pi-webfetch- Version
0.2.0- Published
- May 27, 2026
- Downloads
- not available
- Author
- mammothb
- License
- MIT
- Types
- extension
- Size
- 15.5 KB
- Dependencies
- 2 dependencies · 4 peers
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-webfetch
A pi extension that adds a webfetch tool for fetching and converting web content.
Usage
Once installed, the LLM can call the webfetch tool to fetch content from URLs and convert it to markdown, text, or html.
Development
# Test locally
pi -e ./extensions/index.ts