Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions lib/skills/catalog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ const skillCatalog: SkillCatalogEntry[] = [
'npx -y skills add https://github.com/anthropics/skills --skill frontend-design -y',
uninstallCommand: 'npx -y skills remove frontend-design -y',
},
{
skillId: 'mmx-cli',
name: 'MiniMax CLI',
description:
'Generate text, images, video, speech, and music via MiniMax AI platform.',
sourceUrl: 'https://github.com/MiniMax-AI/cli',
installCommand:
'npx -y skills add https://github.com/MiniMax-AI/cli --skill mmx-cli -y',
uninstallCommand: 'npx -y skills remove mmx-cli -y',
},
]

export function getSkillCatalog(): SkillCatalogEntry[] {
Expand Down
Loading