openclaw/extensions/minimax
Peter Steinberger 55cbfb6e6a
refactor(plugins): move provider onboarding auth into plugins
2026-03-15 22:43:10 -07:00
..
README.md docs: prefer setup wizard command 2026-03-15 22:01:04 -07:00
index.ts refactor(plugins): move provider onboarding auth into plugins 2026-03-15 22:43:10 -07:00
oauth.ts refactor: merge minimax bundled plugins 2026-03-16 02:26:45 +00:00
openclaw.plugin.json refactor(core): land plugin auth and startup cleanup 2026-03-15 20:12:37 -07:00
package.json refactor: merge minimax bundled plugins 2026-03-16 02:26:45 +00: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.