⏳ This skill is pending AI review.

Scores will appear once the review pipeline completes.

version unknown

minimax-assistant

@vipmason⭐ 1 stars

>

—/10

// RATINGS

⭐GitHub Stars

New / niche

🟢ProSkills Score
—
📍

Not yet listed on ClawHub or SkillsMP

// README

MiniMax Assistant Skill for OpenClaw

Enables OpenClaw AI assistants to access MiniMax AI Platform.

Quick Start

Step 1: Install mmx CLI

First, install the MiniMax CLI from the official repository:

npm install -g mmx-cli

Repository: https://github.com/MiniMax-AI/cli

Step 2: Authenticate

mmx auth login --api-key YOUR_API_KEY

Get your API key at: https://platform.minimaxi.com (CN) or https://platform.minimax.io (Global)

Step 3: Install This Skill (for OpenClaw agents)

Place the skill folder in your OpenClaw skills directory:

your-openclaw-workspace/skills/minimax-assistant/
├── SKILL.md
├── scripts/
│   ├── music-gen.sh          # Music generation (model selectable)
│   └── lyrics-to-song.sh    # Lyrics → Song pipeline
└── references/
    └── api-models.md         # API documentation

Capabilities

FeatureCommandDescription
Text Chatmmx text chat --message "hi"Multi-turn conversation
Image Generationmmx image "description"Batch with --n
Video Generationmmx video generate --prompt "desc"Async with --async
Music Generationmmx music generate --prompt "style" --lyrics "lyrics"CLI uses music-2.5 by default
Speech Synthesismmx speech synthesize --text "text" --out audio.mp3"30+ voices
Image Understandingmmx vision image.jpgDescribe images
Web Searchmmx search "query"MiniMax search

Scripts

music-gen.sh

Music generation with model selection support (bypasses CLI limitation).

./scripts/music-gen.sh \
  --model music-2.6 \
  --prompt "Jazz, smooth, relaxing" \
  --lyrics "[verse]\nLa la la..." \
  --out song.mp3

lyrics-to-song.sh

Complete lyrics → song generation pipeline.

./scripts/lyrics-to-song.sh \
  --prompt "Chinese classical, melancholic" \
  --title "烟雨江南" \
  --style "Guzheng, Pipa" \
  --out song.mp3

Available Models

ModelUse CaseNotes
MiniMax-M*Text ChatCheck mmx quota show
music-2.5Music GenCheck mmx quota show
music-2.6Music GenQuota-based
music-coverMusic CoverQuota-based
lyrics_generationLyrics GenQuota-based
image-01Image GenQuota-based
speech-hdSpeechQuota-based

Run mmx quota show to check your specific quota limits.

API Reference

See references/api-models.md for detailed API documentation.

License

MIT

// HOW IT'S BUILT

KEY FILES

SKILL.mdREADME.md

// REPO STATS

1 stars

// ACTIONS

Rate this skill

login to rate

// SCORE

Pending review

// DETAILS

Categoryother
Author@vipmason
Versionversion unknown
PriceFree