openclaw/extensions/minimax
Peter Steinberger 8e0ab35b0e
refactor(plugins): decouple bundled plugin runtime loading
2026-03-29 09:10:38 +01:00
..
README.md feat(minimax): add image generation provider and trim model catalog to M2.7 (#54487) 2026-03-25 09:29:35 -07:00
api.ts refactor(plugins): expose bundled onboard helpers 2026-03-28 21:35:13 +00:00
image-generation-provider.ts refactor: move provider seams behind plugin sdk surfaces 2026-03-27 23:26:26 +00:00
index.ts refactor: move provider seams behind plugin sdk surfaces 2026-03-27 23:26:26 +00: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 image generation provider and trim model catalog to M2.7 (#54487) 2026-03-25 09:29:35 -07:00
model-definitions.ts fix: break plugin-sdk provider barrel recursion 2026-03-27 23:47:04 +00:00
oauth.runtime.ts fix(auth): lazy-load provider oauth helpers 2026-03-18 13:40:28 -07:00
oauth.ts refactor: trim provider oauth runtime seams 2026-03-28 02:08:29 +00:00
onboard.test.ts refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00
onboard.ts refactor: shrink plugin sdk public surface 2026-03-18 23:31:08 +00:00
openclaw.plugin.json refactor: move bundled plugin policy into manifests 2026-03-27 16:40:27 +00:00
package.json build: cut 2026.3.28 stable 2026-03-29 02:33:41 +01:00
plugin-registration.contract.test.ts refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00
provider-catalog.ts fix: break plugin-sdk provider barrel recursion 2026-03-27 23:47:04 +00:00
provider-discovery.contract.test.ts refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00
provider-models.ts fix: break plugin-sdk provider barrel recursion 2026-03-27 23:47:04 +00:00
provider.contract.test.ts refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00

README.md

MiniMax (OpenClaw plugin)

Bundled MiniMax plugin for both:

  • API-key provider setup (minimax)
  • Token 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 Token Plan path.