Skip to main content

openclaw agent

通过网关运行一个代理回合。

示例

openclaw agent --to +15555550123 --message "status update" --deliver
openclaw agent --agent ops --message "Summarize logs"
openclaw agent --session-id 1234 --message "Summarize inbox" --thinking medium
openclaw agent --agent ops --message "Generate report" --deliver --reply-channel slack --reply-to "#reports"

参数

  • --message <text>:代理消息(必需)
  • --agent <id>:代理 ID
  • --session-id <id>:会话 ID
  • --thinking <level>:思考级别
  • --deliver:发送回复到频道
  • --to <target>:接收者
  • --reply-channel <channel>:回复频道
  • --reply-to <target>:回复目标

相关文档