Install
openclaw skills install agent-controlManage OpenClaw isolated agents from chat with short commands. Use when the user asks to create/list/switch/bind/delete agents, route channels to a specific...
openclaw skills install agent-controlTranslate short chat commands into OpenClaw CLI agent operations.
Accept these commands (case-insensitive, trim extra spaces):
agent listagent create <name> [workspace=<path>] [model=<id>]agent switch <name> [channel=<channel[:accountId]>]agent bind <name> <channel[:accountId]>agent unbind <name> <channel[:accountId]>agent delete <name>agent identity <name> [display="..."] [emoji=🗡️] [avatar=<path>]If input is ambiguous, ask one focused question.
Run these exact command patterns:
openclaw agents listopenclaw agents add <name> --workspace <path> --model <id>~/clawd/agents/<name>.openclaw agents bind --agent <name> --bind <channel[:accountId]>webchat).openclaw agents bind --agent <name> --bind <binding>openclaw agents unbind --agent <name> --bind <binding>openclaw agents delete <name>openclaw agents set-identity --agent <name> [--name <display>] [--emoji <emoji>] [--avatar <path>]After each operation, return:
Keep it brief and practical.
agent delete as destructive: confirm before running.Use scripts/example.py as a deterministic helper wrapper for command parsing/execution when needed.