Skip to content

feat(skills): add MiniMax-AI/cli as default skill tap#287

Open
octo-patch wants to merge 1 commit intocft0808:mainfrom
octo-patch:feat/tap-minimax-cli
Open

feat(skills): add MiniMax-AI/cli as default skill tap#287
octo-patch wants to merge 1 commit intocft0808:mainfrom
octo-patch:feat/tap-minimax-cli

Conversation

@octo-patch
Copy link
Copy Markdown

Summary

  • Add MiniMax-AI/cli (skill/ path) to OFFICIAL_SKILLS_HUB in scripts/skill_manager.py so the mmx-cli skill is discoverable out of the box
  • Add mmx_cli to SKILL_AGENT_MAPPING targeting menxia and shangshu agents
  • Users can install via python3 scripts/skill_manager.py import-official-hub — the SKILL.md is fetched directly from MiniMax-AI/cli
  • Skill updates are fully decoupled: MiniMax maintains the upstream SKILL.md, no changes needed in this project

2 lines changed, 0 new files.

What is mmx-cli?

mmx-cli is a CLI tool for the MiniMax AI platform, providing:

  • Text generation (MiniMax-M2.7 model)
  • Image generation (image-01)
  • Video generation (Hailuo-2.3)
  • Speech synthesis (speech-2.8-hd, 300+ voices)
  • Music generation (music-2.6, with lyrics, cover, and instrumental)
  • Web search

The SKILL.md follows the agentskills.io standard and includes agent-specific flags (--non-interactive, --quiet, --output json).

Test plan

  • python3 scripts/skill_manager.py import-official-hub includes mmx_cli in the skill list
  • python3 scripts/skill_manager.py add-remote --agent menxia --name mmx_cli --source https://raw.githubusercontent.com/MiniMax-AI/cli/main/skill/SKILL.md installs successfully
  • Ask agent "generate a jazz instrumental" — agent invokes mmx music generate via terminal

@octo-patch octo-patch requested a review from cft0808 as a code owner April 14, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant