openclaw/extensions/minimax
Vincent Koc 9a9db87952 fix(release): isolate config doc surfaces and sdk exports 2026-03-18 17:14:15 -07:00
..
README.md docs: prefer setup wizard command 2026-03-15 22:01:04 -07:00
index.ts fix(release): isolate config doc surfaces and sdk exports 2026-03-18 17:14:15 -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 MiniMax: add M2.7 models and update default to M2.7 (#49691) 2026-03-18 09:24:37 -07:00
model-definitions.ts MiniMax: add M2.7 models and update default to M2.7 (#49691) 2026-03-18 09:24:37 -07:00
oauth.runtime.ts fix(auth): lazy-load provider oauth helpers 2026-03-18 13:40:28 -07:00
oauth.ts fix(release): isolate config doc surfaces and sdk exports 2026-03-18 17:14:15 -07: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 refactor: merge minimax bundled plugins 2026-03-16 02:26:45 +00:00
provider-catalog.ts MiniMax: add M2.7 models and update default to M2.7 (#49691) 2026-03-18 09:24:37 -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.