docs/skills/install.mdx
CowAgent supports installing skills from Cow Skill Hub, GitHub, ClawHub, LinkAI, and any URL via a unified install command. Use /skill install in chat or cow skill install in the terminal.
Browse all available skills at skills.cowagent.ai and install by name:
/skill list --remote
/skill install pptx
Any GitHub-hosted skill can be installed directly. Supports both repository-level batch install and subdirectory-level single install:
/skill install larksuite/cli
/skill install https://github.com/larksuite/cli/tree/main/skills/lark-im
All ClawHub skills (40k+) can be installed with a single command:
/skill install clawhub:<name>
All public resources on LinkAI (10k+ apps / workflows / plugins), as well as your own resources (apps, workflows, knowledge bases, databases, plugins), can be installed via:
/skill install linkai:<code>
Every resource created on the LinkAI platform has a unique
code. Find it on each resource's page in the console.
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