Agent Control
/install agent-control
Agent Control
Translate short chat commands into OpenClaw CLI agent operations.
Command grammar
Accept these commands (case-insensitive, trim extra spaces):
agent listagent create \x3Cname> [workspace=\x3Cpath>] [model=\x3Cid>]agent switch \x3Cname> [channel=\x3Cchannel[:accountId]>]agent bind \x3Cname> \x3Cchannel[:accountId]>agent unbind \x3Cname> \x3Cchannel[:accountId]>agent delete \x3Cname>agent identity \x3Cname> [display="..."] [emoji=🗡️] [avatar=\x3Cpath>]
If input is ambiguous, ask one focused question.
Execution mapping
Run these exact command patterns:
- List:
openclaw agents list
- Create:
openclaw agents add \x3Cname> --workspace \x3Cpath> --model \x3Cid>- Omit optional flags when missing.
- Default workspace when omitted:
~/clawd/agents/\x3Cname>.
- Switch (route this channel/account to an agent):
openclaw agents bind --agent \x3Cname> --bind \x3Cchannel[:accountId]>- If channel is omitted, infer from current surface when possible (e.g.
webchat).
- Bind / unbind:
openclaw agents bind --agent \x3Cname> --bind \x3Cbinding>openclaw agents unbind --agent \x3Cname> --bind \x3Cbinding>
- Delete:
- Require explicit confirmation in the same turn for destructive action.
- Then run:
openclaw agents delete \x3Cname>
- Identity:
openclaw agents set-identity --agent \x3Cname> [--name \x3Cdisplay>] [--emoji \x3Cemoji>] [--avatar \x3Cpath>]
Response style
After each operation, return:
- A one-line result (success/failure)
- The next useful command for the user
Keep it brief and practical.
Safety rules
- Treat
agent deleteas destructive: confirm before running. - Never run unrelated shell commands.
- If a command fails, show the error and one concrete fix.
scripts/
Use scripts/example.py as a deterministic helper wrapper for command parsing/execution when needed.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-control - After installation, invoke the skill by name or use
/agent-control - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Control?
Manage 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 352 downloads so far.
How do I install Agent Control?
Run "/install agent-control" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Control free?
Yes, Agent Control is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Control support?
Agent Control is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Control?
It is built and maintained by Alin Catalin (@alincatalin); the current version is v0.1.0.