Skill management commands are used to install, query, and manage CowAgent skills. UseDocumentation Index
Fetch the complete documentation index at: https://docs.cowagent.ai/llms.txt
Use this file to discover all available pages before exploring further.
/skill <subcommand> in chat or cow skill <subcommand> in the terminal.
list
List installed skills and their status.| Option | Description | Default |
|---|---|---|
--remote, -r | Browse Skill Hub remote skill list | No |
--page | Page number for remote listing | 1 |
search
Search for skills on the Skill Hub.install
Install skills with a singleinstall command from Cow Skill Hub, GitHub, ClawHub, or any URL (zip archives, SKILL.md links) — no manual download or configuration required.
From Skill Hub (recommended):
owner/repo shorthand. For mono-repos (multiple skills in one repository), omitting the subdirectory auto-discovers and batch-installs all skills; specifying a subdirectory installs only that skill.
From ClawHub:
SKILL.md, with support for single or batch install. Also supports installing directly from a SKILL.md file URL, automatically parsing the skill name and description.
uninstall
Uninstall an installed skill.enable / disable
Enable or disable a skill. Disabled skills will not be invoked by the Agent.info
View details of an installed skill, including a preview of itsSKILL.md.
Skill Sources
Installed skills track their origin, viewable via/skill list:
| Source | Description |
|---|---|
builtin | Built-in project skills |
cowhub | Installed from CowAgent Skill Hub |
github | Installed directly from a GitHub URL |
clawhub | Installed from ClawHub |
url | Installed from a SKILL.md URL |
local | Locally created skills |
