pi-browse
v1.0.12
Published
Web search, content extraction, and deep research extension for Pi
Readme
pi-browse
Web search, content extraction, and deep research extension for Pi coding agents.
Features
- Web Search - Search with multiple engines (Brave, DuckDuckGo, Exa, Gemini)
- Content Extraction - Fetch and parse HTML content from URLs
- Fallback Chain - Automatic fallback if primary search fails
- Research Mode - Deep research with multiple sources
- GitHub Integration - Search GitHub code and repositories
- Browser Automation - Use Playwright for dynamic content
- SSRF Protection - Block internal IPs and dangerous URLs
Install
pi install npm:pi-browseQuick Start
Search the Web
/web search latest AI developmentsFetch Content
/web fetch https://example.comResearch Topic
/web research quantum computingGitHub Search
/web github pi-coding-agentCommands
| Command | Description |
|---------|-------------|
| /search | Search web |
| /fetch | Fetch URL content |
| /research | Deep research mode |
| /web | Web main command |
Tools
web_search
Search the web.
web_search query="AI developments" engine="brave" limit=10web_fetch
Fetch and parse URL.
web_fetch url="https://example.com" selector="article"web_research
Deep research mode.
web_research query="quantum computing applications" depth=5Verify
pi listLicense
MIT
