@rwese/minimax-web-search
MiniMax extension for pi coding agent
Package details
Install @rwese/minimax-web-search from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@rwese/minimax-web-search- Package
@rwese/minimax-web-search- Version
1.2.0- Published
- Apr 21, 2026
- Downloads
- 325/mo · 19/wk
- Author
- rwese
- License
- unknown
- Types
- extension
- Size
- 6 KB
- Dependencies
- 0 dependencies · 2 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
@wese/pi-minimax-web-search
MiniMax Web Search extension for pi coding agent.
Installation
pi install git:github.com/rwese/pi-minimax-web-search
Configuration
Set your MiniMax API key:
export MINIMAX_API_KEY="your-api-key"
export MINIMAX_API_HOST="https://api.minimax.io" # optional, defaults to api.minimax.io
Usage
The extension registers a web_search tool for searching the web using MiniMax's search API.
Example prompts:
- "Search for information about TypeScript"
- "Find technical documentation on Docker"
- "Look up recent AI news"
Technical Notes
MiniMax /v1/coding_plan/search API limitations:
- Only accepts
q(query) parameter - No server-side result limiting or filtering options