[English] | [中文]
An open platform to discover, browse, and install AI Agent Skills
🧩 Skill Hub · 📦 Submit a Skill · 🤖 CowAgent · 📖 Docs
Cow Skill Hub is an open skill marketplace for AI Agents — including CowAgent, OpenClaw, Claude Code, and more — featuring official, community-contributed, and third-party Skills from GitHub, ClawHub, and other platforms.
- Browse skills by category (Recommended / Community / Third-party) and tags
- Search by name or description
- View skill docs, file contents, install commands, and required environment variables
- Submit your own skill — upload a package and it will be reviewed and published
- One-command install — copy the install command and run it in CowAgent
Contributions are welcome!
- Go to skills.cowagent.ai/submit
- Sign in with GitHub or Google
- Upload a folder or zip with
SKILL.mdat the root - Fill in the skill name, display name, and description
- Submit — it will go through safety checks and review before being published
Required structure:
your-skill/
├── SKILL.md # required, must be at the root
└── ... # other optional files
CowAgent project: github.com/zhayujie/CowAgent
# Install a skill from the Skill Hub
cow skill install <skill-name>
# Install from GitHub
cow skill install github:<owner/repo>
# Install from ClawHub
cow skill install clawhub:<skill-name>
# Install from LinkAI
cow skill install linkai:<code>cow skill listcow skill uninstall <skill-name>Once installed, CowAgent automatically recognizes and invokes the skill when relevant. No extra configuration needed — just restart the service.
See the CowAgent Docs for detailed usage.
Skills are built around a SKILL.md file — a Markdown prompt describing what the Agent can do. You can download the file from the skill detail page (click the Files tab) and use it in any Agent that supports system prompts or custom instructions, including OpenClaw, Cursor, Claude Code, and more.
# Install dependencies
npm install
# Start the dev server
npm run dev
# Initialize the local database
npx wrangler d1 execute cow-skill-hub --local --file=schema.sqlnpm run build
npx wrangler deployMIT © 2026 zhayujie
