Skip to content

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

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

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

Conversation

@octo-patch
Copy link
Copy Markdown

Summary

  • Add `MiniMax-AI/cli` to `lib/skills/catalog.ts` so the mmx-cli skill is discoverable in the Fulling skill catalog
  • Users can install via `npx -y skills add https://github.com/MiniMax-AI/cli --skill mmx-cli -y` — 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

1 line(s) changed (10 insertions), 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

  • getSkillCatalog() returns the mmx-cli skill entry
  • findSkillCatalogEntry('mmx-cli') resolves correctly
  • Install command: npx -y skills add https://github.com/MiniMax-AI/cli --skill mmx-cli -y installs successfully in sandbox
  • Ask agent "generate a jazz instrumental" — agent invokes mmx music generate via terminal

@github-actions
Copy link
Copy Markdown

❌ PR Check Results: Failed

Build Checks

Check Status
Lint & Build ❌ Failed
Docker Build ❌ Failed

⚠️ Action Required

Some checks failed. Please review the errors and update your PR.

Lint/Build Issues:

  • Check the "Lint and Build Check" job for details
  • Fix linting errors with pnpm run lint:fix
  • Ensure the project builds locally with pnpm run build

Docker Build Issues:

  • Check the "Docker Build Test" job for details
  • Verify Dockerfile changes
  • Test Docker build locally

Commit: 942518e415d9ae6805cfd2f6d54eaa91ddf1eaf1
Branch: feat/tap-minimax-cli

🔗 View Details:

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