pi-tavily-tools
Tavily tools and status panel for pi
Package details
Install pi-tavily-tools from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-tavily-tools- Package
pi-tavily-tools- Version
0.1.4- Published
- Apr 28, 2026
- Downloads
- 490/mo · 198/wk
- Author
- zx06
- License
- MIT
- Types
- extension
- Size
- 39.4 KB
- Dependencies
- 0 dependencies · 4 peers
Pi manifest JSON
{
"extensions": [
"./extensions"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-tavily-tools
Tavily integration for pi.
Features
tavily_searchtavily_extracttavily_crawl/tavily:statusstatus panel
Install
From npm
pi install npm:pi-tavily-tools
From local path
pi install ~/projects/my/pi-packages/packages/tavily-tools
Configure API key
Use one of the following:
export TAVILY_API_KEY='tvly-xxxxx'
or
mkdir -p ~/.pi/agent
printf '%s' 'tvly-xxxxx' > ~/.pi/agent/tavily.key
Then reload pi:
/reload
Usage
- Use Tavily tools when the user asks for web search or known URLs.
- Run
/tavily:statusto open the status panel.
Publish
cd ~/projects/my/pi-packages/packages/tavily-tools
npm publish --access public
To improve gallery presentation on pi.dev/packages, add an image or video field under the pi key in package.json.