Skip to main content

← All sources

CowAgent skills

Open-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-model, multi-channel. Lightweight, extensible, one-line install. (formerly chatgpt-on-wechat). 3 skills. skills-hub.ai mirrors 3 skills from CowAgent daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/zhayujie/CowAgent

Installing a CowAgent skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a CowAgent skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all CowAgent skills via API
curl https://skills-hub.ai/api/v1/skills?source=cowagent

# Browse all sources
open https://skills-hub.ai/sources

Top CowAgent skills

See all →

The most-installed skills from CowAgent, ranked by adoption.

  1. 01image-generation

    Generate or edit images from text prompts. Use when the user asks to create, draw, design, or edit an image, illustration, photo, icon, poster, or any visual content.

    Buildfrom CowAgent
  2. 02skill-creator

    Create, install, or update skills in the workspace. Use when (1) installing a skill from a URL or remote source, (2) creating a new skill from scratch, (3) updating or restructuring existing skills. Always use this skill for any skill installation or creation task.

    Buildfrom CowAgent
  3. 03knowledge-wiki

    Manage the personal knowledge wiki. Use when the user shares articles, documents, or asks to organize knowledge; when a conversation produces insights worth preserving as structured knowledge; or when the user asks about the knowledge base.

    Buildfrom CowAgent

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Aug 18, 2026, 8:13 PM (success).

CowAgent skills, frequently asked

What are CowAgent skills?

CowAgent skills are AI coding skills published by CowAgent (Open-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-model, multi-channel. Lightweight, extensible, one-line install. (formerly chatgpt-on-wechat). 3 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many CowAgent skills are available?

skills-hub.ai indexes 3 skills from CowAgent, synced daily from the upstream GitHub repository (https://github.com/zhayujie/CowAgent).

How do I install a CowAgent skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official CowAgent skills?

Yes. Every skill from this source is mirrored from CowAgent's own GitHub repository (https://github.com/zhayujie/CowAgent). Each skill page links back to the upstream source of truth, so you can verify the original.