← 返回
AI智能 中文

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...
通过简短指令管理 OpenClaw 独立智能体。适用于创建、列出、切换、绑定、删除智能体,或将频道路由至特定对象等操作。
alincatalin
AI智能 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 645
下载
💾 10
安装
1
版本
#latest

概述

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 [workspace=] [model=]
  • agent switch [channel=]
  • agent bind
  • agent unbind
  • agent delete
  • agent identity [display="..."] [emoji=🗡️] [avatar=]

If input is ambiguous, ask one focused question.

Execution mapping

Run these exact command patterns:

  • List:
  • openclaw agents list
  • Create:
  • openclaw agents add --workspace --model
  • Omit optional flags when missing.
  • Default workspace when omitted: ~/clawd/agents/.
  • Switch (route this channel/account to an agent):
  • openclaw agents bind --agent --bind
  • If channel is omitted, infer from current surface when possible (e.g. webchat).
  • Bind / unbind:
  • openclaw agents bind --agent --bind
  • openclaw agents unbind --agent --bind
  • Delete:
  • Require explicit confirmation in the same turn for destructive action.
  • Then run: openclaw agents delete
  • Identity:
  • openclaw agents set-identity --agent [--name ] [--emoji ] [--avatar ]

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.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 16:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,356 📥 318,069
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 834 📥 213,006
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 711 📥 243,717