@hngye02/pi-web-tools

webfetch + websearch tools for Pi

Package details

extension

Install @hngye02/pi-web-tools from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@hngye02/pi-web-tools
Package
@hngye02/pi-web-tools
Version
1.0.0
Published
Mar 20, 2026
Downloads
29/mo · 5/wk
Author
hngye02
License
MIT
Types
extension
Size
15.6 KB
Dependencies
1 dependency · 0 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 web-tools extension

Adds two tools to Pi:

  • webfetch (URL fetch + markdown/text/html conversion, image attachment support)
  • websearch (Exa MCP search via https://mcp.exa.ai/mcp)

Files

  • index.ts - extension entrypoint
  • package.json - dependency manifest

Install

cd ~/.pi/agent/extensions/web-tools
npm install

Then in Pi, run:

/reload

Pi will auto-discover ~/.pi/agent/extensions/*/index.ts.