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 agent, or set an agent identity without manually typing full CLI syntax.
Best use case
agent-control is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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 agent, or set an agent identity without manually typing full CLI syntax.
Teams using agent-control should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/agent-control/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How agent-control Compares
| Feature / Agent | agent-control | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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 agent, or set an agent identity without manually typing full CLI syntax.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
AI Agent for YouTube Script Writing
Find AI agent skills for YouTube script writing, video research, content outlining, and repeatable channel production workflows.
SKILL.md Source
# Agent Control Translate short chat commands into OpenClaw CLI agent operations. ## Command grammar Accept these commands (case-insensitive, trim extra spaces): - `agent list` - `agent 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. ## Execution mapping Run these exact command patterns: - List: - `openclaw agents list` - Create: - `openclaw agents add <name> --workspace <path> --model <id>` - Omit optional flags when missing. - Default workspace when omitted: `~/clawd/agents/<name>`. - Switch (route this channel/account to an agent): - `openclaw agents bind --agent <name> --bind <channel[:accountId]>` - If channel is omitted, infer from current surface when possible (e.g. `webchat`). - Bind / unbind: - `openclaw agents bind --agent <name> --bind <binding>` - `openclaw agents unbind --agent <name> --bind <binding>` - Delete: - Require explicit confirmation in the same turn for destructive action. - Then run: `openclaw agents delete <name>` - Identity: - `openclaw agents set-identity --agent <name> [--name <display>] [--emoji <emoji>] [--avatar <path>]` ## Response style After each operation, return: 1. A one-line result (success/failure) 2. The next useful command for the user Keep it brief and practical. ## Safety rules - Treat `agent delete` as 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.
Related Skills
Pest Control Operations Agent
You are an expert pest control business operations advisor. Help operators with licensing, EPA/FIFRA compliance, pricing, route optimization, seasonal planning, technician management, and growth strategy.
Export Compliance & Trade Controls
Analyze products, destinations, and end-users against US export control regulations (EAR, ITAR, OFAC sanctions). Generate classification recommendations, license requirements, and compliance checklists.
ecovacs-robot-control
Control Ecovacs/DEEBOT robot vacuums via the Ecovacs IoT API. Use when the user wants to control a robot vacuum, check battery, start/stop/pause cleaning, return to dock, check clean status, set suction/water level, manage schedules, check consumables, or control auto-empty station. Covers all mainstream Ecovacs protocols including clean_V2, charge, getBattery, getCleanInfo_V2, getStats, getSpeed/setSpeed, getWaterInfo/setWaterInfo, getWorkMode/setWorkMode, getLifeSpan, getAutoEmpty/setAutoEmpty, getCachedMapInfo, getMapSet, getSched_V2/setSched_V2.
opencode-acp-control
Control OpenCode directly via the Agent Client Protocol (ACP). Start sessions, send prompts, resume conversations, and manage OpenCode updates.
clawphone-wechat-control
处理微信会话列表、进入聊天、发送消息、处理微信内弹窗与聊天页失败排查。适用于用户要求查看微信消息、回复联系人、转发、处理聊天输入框或发送失败时。执行时必须先确认当前在微信的哪个页面,再按聊天场景一步一验。
clawphone-phone-control
使用手机控制 MCP 完成手机界面感知与操作。适用于读取当前手机状态、打开 App、处理弹窗、点击控件、输入文本、排查手机自动化失败等场景。执行时优先读取界面状态,涉及坐标点击时必须基于当前截图临时判定,禁止把历史坐标当成通用规则。
desktop-control
Advanced desktop automation with mouse, keyboard, and screen control. And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, chat, web search, document parsing, email, and SMS.
controld
Manage Control D DNS filtering service via API. Use for DNS profile management, device configuration, custom blocking rules, service filtering, analytics settings, and network diagnostics. Triggers when user mentions Control D, DNS filtering, DNS blocking, device DNS setup, or managing DNS profiles.
control-ikea-lightbulb
Control IKEA/TP-Link Kasa smart bulbs (set on/off, brightness, and color). Use when you want to programmatically control a local smart bulb by IP on the LAN.
intiface-control
Control 750+ BLE intimate devices (Lovense, Kiiroo, We-Vibe, Satisfyer, etc.) from natural language via Intiface Central and buttplug-mcp. Works on macOS, Windows, and Linux. No protocol reverse-engineering required.
Robotic Control Skill (OpenClaw)
## Overview
desktop-control-custom
Advanced desktop automation with mouse, keyboard, and screen control