Files
openclaw/extensions/minimax/README.md
2026-03-15 22:01:04 -07:00

38 lines
565 B
Markdown

# MiniMax (OpenClaw plugin)
Bundled MiniMax plugin for both:
- API-key provider setup (`minimax`)
- Coding Plan OAuth setup (`minimax-portal`)
## Enable
```bash
openclaw plugins enable minimax
```
Restart the Gateway after enabling.
```bash
openclaw gateway restart
```
## Authenticate
OAuth:
```bash
openclaw models auth login --provider minimax-portal --set-default
```
API key:
```bash
openclaw setup --wizard --auth-choice minimax-global-api
```
## Notes
- MiniMax OAuth uses a user-code login flow.
- OAuth currently targets the Coding Plan path.