节点

节点

适用范围

节点是连接到网关的伴随设备(macOS/iOS/Android/无头),暴露诸如 canvas.*camera.*screen.*system.* 之类的能力。

配对 + 状态(CLI)

设备配对批准节点连接请求:

clawdbot devices list
clawdbot devices approve <requestId>
clawdbot nodes status
clawdbot nodes describe --node <idOrNameOrIp>

远程节点主机(在另一台机器上运行命令)

当网关在一台机器上运行,但你希望 exec host=node 在其他地方运行时,请使用节点主机。

在节点机器上:

clawdbot node run --host <gateway-host> --port 18789 --display-name "Build Node"

在网关机器上:

clawdbot nodes pending
clawdbot nodes approve <requestId>

常用工作流程

  • 屏幕截图:/docs/nodes/images/
  • 摄像头:/docs/nodes/camera/
  • 位置:/docs/nodes/location-command/

相关文档

  • 节点 CLI:/docs/cli/node/
  • 节点 CLI:/docs/cli/nodes/
  • Exec 审批(节点主机):/docs/tools/exec-approvals/

延伸阅读

  • 源路径:nodes/index.md