CowAgent provides two ways to interact via commands:Documentation Index
Fetch the complete documentation index at: https://docs.cowagent.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Terminal CLI — Run
cow <command>in your system terminal for service management, skill management, and other operations - Chat Commands — Type
/<command>orcow <command>in any conversation to check status, manage skills, adjust configuration, etc.
Cow CLI
After deploying with the one-click install script, thecow command is automatically available. For manual installations, run:
cow command from anywhere:
Chat Commands
In the Web console or any connected channel, type/ to see command suggestions. Supported commands:
| Command | Description |
|---|---|
/help | Show command help |
/status | View service status and configuration |
/config | View or modify runtime configuration |
/skill | Manage skills (install, uninstall, enable, disable, etc.) |
/memory dream [N] | Manually trigger memory distillation (default 3 days, max 30) |
/knowledge | View knowledge base statistics |
/knowledge list | View knowledge base directory structure |
/knowledge on|off | Enable or disable knowledge base |
/context | View current session context info |
/context clear | Clear current session context |
/logs | View recent logs |
/version | Show version number |
Command Availability
| Command | Terminal (cow) | Chat (/) |
|---|---|---|
| help | ✓ | ✓ |
| version | ✓ | ✓ |
| status | ✓ | ✓ |
| logs | ✓ | ✓ |
| config | ✗ | ✓ |
| context | — | ✓ |
| memory (subcommands) | ✗ | ✓ |
| knowledge (subcommands) | ✓ | ✓ |
| skill (subcommands) | ✓ | ✓ |
| start / stop / restart | ✓ | ✗ |
| update | ✓ | ✗ |
| install-browser | ✓ | ✗ |
context only shows a hint in the terminal to use it in chat. config is only available in chat.