---
slug: "rwese-minimax-web-search"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/rwese/pi-minimax-web-search@main/README.md"
repo: "https://github.com/rwese/pi-minimax-web-search"
source_file: "README.md"
branch: "main"
---
# @wese/pi-minimax-web-search

MiniMax Web Search extension for pi coding agent.

## Installation

```bash
pi install git:github.com/rwese/pi-minimax-web-search
```

## Configuration

Set your MiniMax API key:

```bash
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
