pi-tavily-search
AI-powered web search using Tavily API for pi coding-agent
Package details
Install pi-tavily-search from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-tavily-search- Package
pi-tavily-search- Version
0.1.0- Published
- Apr 30, 2026
- Downloads
- not available
- Author
- thegreataxios
- License
- MIT
- Types
- extension
- Size
- 8.2 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-tavily-search
AI-powered web search extension for pi. Uses Tavily's search API to find current information, news, and authoritative sources.
Install
pi install npm:pi-tavily-search
Quick Start
/credential set tavily api_key <your_key>
# or: export TAVILY_API_KEY="your_key"
/tavily latest news about TypeScript 6
API Key
Get a free API key at tavily.com (1,000 calls/month on free tier).
Commands
/tavily <query>โ Search directlytavily_searchtool โ AI-triggered search with parameters
Tool Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
query |
string | required | Search query |
max_results |
number | 5 | Max 20 |
include_answer |
boolean | false | AI-synthesized summary |
search_depth |
basic/advanced | basic | advanced=thorough |