openclaw/extensions/minimax
Peter Steinberger 2a5c355688
fix(ci): patch main regression surfaces
2026-04-06 04:17:52 +01:00
..
src style(providers): normalize import and wrap formatting 2026-04-04 12:19:08 +01:00
README.md
api.ts
image-generation-provider.test.ts
image-generation-provider.ts refactor: move media generation runtimes into core 2026-04-05 15:13:20 +01:00
index.test.ts fix(ci): patch main regression surfaces 2026-04-06 04:17:52 +01:00
index.ts feat: add music generation tooling 2026-04-06 01:47:14 +01:00
media-understanding-provider.ts
model-definitions.test.ts
model-definitions.ts
music-generation-provider.test.ts feat: add music generation tooling 2026-04-06 01:47:14 +01:00
music-generation-provider.ts feat: add music generation tooling 2026-04-06 01:47:14 +01:00
oauth.runtime.ts
oauth.ts
onboard.test.ts
onboard.ts
openclaw.plugin.json feat: add music generation tooling 2026-04-06 01:47:14 +01:00
package.json chore: bump version to 2026.4.5 2026-04-05 21:33:04 +01:00
plugin-registration.contract.test.ts feat(video): add provider support and discord fallback 2026-04-05 22:06:56 +01:00
provider-catalog.ts fix: honor minimax api host during provider discovery 2026-04-05 12:53:23 +01:00
provider-models.ts
speech-provider.test.ts
speech-provider.ts
test-api.ts
tts.ts
video-generation-provider.test.ts fix: normalize video provider durations 2026-04-05 23:47:10 +01:00
video-generation-provider.ts fix: surface normalized video durations 2026-04-05 23:57:48 +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.