Cow Skill Hub banner
zhayujie zhayujie

Cow Skill Hub

AI community

Description

Cow Skill Hub is an open platform to discover, share, and install AI Agent Skills — official, community, and third-party (GitHub, ClawHub, and more).

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

CowAgent Skill Hub

Cow Skill Hub

[English] | [中文]

An open platform to discover, browse, and install AI Agent Skills

🧩 Skill Hub  ·  📦 Submit a Skill  ·  🤖 CowAgent  ·  📖 Docs


Introduction

**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.

Features

  • 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

Submit Your Skill

Contributions are welcome!

  1. Go to skills.cowagent.ai/submit
  2. Sign in with GitHub or Google
  3. Upload a folder or zip with SKILL.md at the root
  4. Fill in the skill name, display name, and description
  5. 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

Using Skills in CowAgent

CowAgent project: [github.com/zhayujie/CowAgent](https://github.com/zhayujie/CowAgent)

Install a skill

# Install a skill from the Skill Hub
cow skill install 

# Install from GitHub
cow skill install g