@goofansu/pi-web

Web search and page fetching tools for Pi

Packages

Package details

extension

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

$ pi install npm:@goofansu/pi-web
Package
@goofansu/pi-web
Version
1.0.0
Published
Sep 13, 2026
Downloads
144/mo · 144/wk
Author
goofansu
License
MIT
Types
extension
Size
55.3 KB
Dependencies
0 dependencies · 5 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions/web-fetch.ts",
    "./extensions/web-search.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-web

Web tools for Pi:

  • web_fetch fetches a public page through Firecrawl and returns clean Markdown and normalized metadata.
  • web_search searches with Brave LLM Context and returns extracted content and citable sources.

Install

pi install npm:@goofansu/pi-web

Configuration

Web fetch

On an exe.dev VM, web_fetch automatically uses an attached Firecrawl integration named firecrawl through firecrawl.int.exe.xyz.

Elsewhere, Firecrawl's keyless tier works without configuration. Set FIRECRAWL_API_KEY to use an account's higher limits and credits:

export FIRECRAWL_API_KEY=...

Web search

On an exe.dev VM, web_search automatically uses an attached Brave integration named brave through brave.int.exe.xyz.

Elsewhere, set a Brave Search API key:

export BRAVE_SEARCH_API_KEY=...

Development

npm install
npm test
npm run typecheck
npm run lint

The Husky pre-commit hook runs npm run lint.

Security

Pi packages execute with the user's full system permissions. Review package source before installing it.