docs/skills/hub.mdx
Cow Skill Hub is an open-source skill marketplace for AI Agents, aggregating official picks, community contributions, and third-party skills from GitHub, ClawHub, and beyond.
Source code: github.com/zhayujie/cow-skill-hub
Run the install command in chat or in your terminal:
<CodeGroup> ```text Chat /skill install <name> ```cow skill install <name>
You can also browse the marketplace directly from chat:
/skill list --remote
/skill search <keyword>
Beyond the curated list, you can install third-party skills from GitHub, ClawHub, LinkAI, or any URL via the CLI. See Installing skills for details.
To submit your own skill:
SKILL.mdSkill file layout:
your-skill/
├── SKILL.md # required, in the root
├── scripts/ # optional, runtime scripts
└── resources/ # optional, additional assets