mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
feat(skills): add MiniMax-AI/cli as default skill tap
Adds MiniMax-AI/cli to the default taps list so the mmx-cli skill is discoverable and installable out of the box via /skills browse and /skills install. The skill definition lives upstream at github.com/MiniMax-AI/cli/skill/SKILL.md, keeping updates decoupled. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b5ec6e8df7
commit
1df0c812c4
1 changed files with 1 additions and 0 deletions
|
|
@ -289,6 +289,7 @@ class GitHubSource(SkillSource):
|
|||
{"repo": "anthropics/skills", "path": "skills/"},
|
||||
{"repo": "VoltAgent/awesome-agent-skills", "path": "skills/"},
|
||||
{"repo": "garrytan/gstack", "path": ""},
|
||||
{"repo": "MiniMax-AI/cli", "path": "skill/"},
|
||||
]
|
||||
|
||||
def __init__(self, auth: GitHubAuth, extra_taps: Optional[List[Dict]] = None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue