Files
openclaw-skill/openclaw-knowhow-skill/docs/reference/cli/agents.md
Selig 4c966a3ad2 Initial commit: OpenClaw Skill Collection
6 custom skills (assign-task, dispatch-webhook, daily-briefing,
task-capture, qmd-brain, tts-voice) with technical documentation.
Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
2026-03-13 10:58:30 +08:00

30 lines
1.1 KiB
Markdown

# agents
# `openclaw agents`
Manage isolated agents (workspaces + auth + routing).
## Key Features
**Agent Management Commands:**
The tool supports several operations including listing agents, adding new ones to specific workspaces, configuring identities, and deleting agents.
**Identity Configuration:**
Each agent workspace can contain an `IDENTITY.md` file at its root. Agents can be customized with fields such as name, theme, emoji, and avatar. Avatar files can reference workspace-relative paths, URLs, or data URIs.
**Identity Setup Methods:**
Users can load identity settings from an `IDENTITY.md` file or override specific properties directly via command-line arguments.
**Configuration Structure:**
Identity information is stored in the configuration under `agents.list[].identity`, containing customizable display properties that personalize each agent's presentation.
## Commands
```bash
openclaw agents list
openclaw agents add <name> --workspace <path>
openclaw agents delete <id>
```
Related concepts: multi-agent routing and agent workspace architecture.