openclaw/extensions/minimax
wangchunyue 4e849ac127
fix: ensure env proxy dispatcher before MiniMax and OpenAI Codex OAuth flows (openclaw#52228)
Verified:
- pnpm install --frozen-lockfile
- NPM_CONFIG_CACHE=/tmp/openclaw-npm-cache-52228 pnpm build
- pnpm check
- pnpm test:macmini (failed on inherited pre-existing plugin contract test: src/plugins/contracts/registry.contract.test.ts missing deepseek in bundled provider contract registry outside this PR surface)

Co-authored-by: openperf <80630709+openperf@users.noreply.github.com>
Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>
2026-03-23 09:26:34 -05:00
..
README.md docs: prefer setup wizard command 2026-03-15 22:01:04 -07:00
index.ts refactor: unify minimax model and failover live policies 2026-03-23 00:02:35 -07:00
media-understanding-provider.ts feat(media): route image tool through media providers 2026-03-16 22:00:39 -07:00
model-definitions.test.ts feat(minimax): add missing pi catalog models 2026-03-22 15:55:20 -07:00
model-definitions.ts refactor: unify minimax model and failover live policies 2026-03-23 00:02:35 -07:00
oauth.runtime.ts fix(auth): lazy-load provider oauth helpers 2026-03-18 13:40:28 -07:00
oauth.ts fix: ensure env proxy dispatcher before MiniMax and OpenAI Codex OAuth flows (openclaw#52228) 2026-03-23 09:26:34 -05:00
onboard.ts refactor: shrink plugin sdk public surface 2026-03-18 23:31:08 +00:00
openclaw.plugin.json MiniMax: add M2.7 models and update default to M2.7 (#49691) 2026-03-18 09:24:37 -07:00
package.json build: bump version to 2026.3.22 2026-03-22 11:58:33 -07:00
provider-catalog.ts refactor: unify minimax model and failover live policies 2026-03-23 00:02:35 -07:00

README.md

MiniMax (OpenClaw plugin)

Bundled MiniMax plugin for both:

  • API-key provider setup (minimax)
  • Coding Plan OAuth setup (minimax-portal)

Enable

openclaw plugins enable minimax

Restart the Gateway after enabling.

openclaw gateway restart

Authenticate

OAuth:

openclaw models auth login --provider minimax-portal --set-default

API key:

openclaw setup --wizard --auth-choice minimax-global-api

Notes

  • MiniMax OAuth uses a user-code login flow.
  • OAuth currently targets the Coding Plan path.