Usage
Simply describe the skill you want in a conversation, and the Agent will handle the creation:- Codify workflows as skills: “Create a skill from this deployment process”
- Integrate third-party APIs: “Create a skill based on this API documentation”
- Install remote skills: “Install xxx skill for me”
Creation Flow
- Tell the Agent what skill you want to create
- Agent automatically generates
SKILL.mddescription and execution scripts - Skill is saved to the workspace
~/cow/skills/directory - Agent will automatically recognize and use the skill in future conversations

SKILL.md Format
Created skills follow the standard SKILL.md format:| Field | Description |
|---|---|
name | Skill name, must match directory name |
description | Skill description, Agent decides whether to invoke based on this |
metadata.requires.bins | Required system commands |
metadata.requires.env | Required environment variables |
metadata.always | Always load (default false) |
