docs/en/skills/install.mdx
CowAgent supports installing skills from Cow Skill Hub, GitHub, ClawHub, and any URL with a unified install command. Use /skill install in chat or cow skill install in the terminal.
Browse the Skill Hub and install:
/skill list --remote
/skill install pptx
Supports batch install from repositories and single skill from subdirectories:
/skill install larksuite/cli
/skill install https://github.com/larksuite/cli/tree/main/skills/lark-im
/skill install clawhub:baidu-search
Supports zip archives and SKILL.md file links:
/skill install https://cdn.link-ai.tech/skills/pptx.zip
/skill install https://example.com/path/to/SKILL.md
/skill list # View installed skills
/skill info pptx # View skill details
/skill enable pptx # Enable a skill
/skill disable pptx # Disable a skill
/skill uninstall pptx # Uninstall a skill