排序
OpenClaw 日志记录
本文档翻译自 OpenClaw 官方文档。 概述 OpenClaw 将日志存储在 ~/.openclaw/logs/ 目录中。 日志位置 ~/.openclaw/logs/ ├── gateway.log ├── agent.log ├── channel-*.log └── er...
OpenClaw OpenResponses API
本文档翻译自 OpenClaw 官方文档。 概述 OpenResponses API 允许通过 HTTP 接口与 OpenClaw 交互。 端点 POST https://gateway/api/chat GET https://gateway/api/status 发送消息 { 'message':...
OpenClaw 存在状态
本文档翻译自 OpenClaw 官方文档。 概述 存在状态跟踪用户和代理的在线状态。 状态类型 online — 在线 offline — 离线 away — 暂时离开 busy — 忙碌 使用工具 presence_get({'user': 'user-...
OpenClaw 日期时间
本文档翻译自 OpenClaw 官方文档。 概述 OpenClaw 处理日期和时间的方式对心跳调度、cron 任务等功能很重要。 时区配置 { agents: { defaults: { timezone: 'Asia/Shanghai', }, }, } 支持格式 ...
OpenClaw TUI 界面
本文档翻译自 OpenClaw 官方文档。 概述 TUI(终端用户界面)允许通过终端与 OpenClaw Gateway 交互。 快速开始 启动网关:openclaw gateway 打开 TUI:openclaw tui 输入消息并按 Enter 主要功...
OpenClaw 声测电话
本文档翻译自 OpenClaw 官方文档。 概述 声测电话功能允许代理通过语音与用户进行交互。 设置 openclaw voicecall setup 基本使用 openclaw voicecall start openclaw voicecall stop 配置音频...
OpenClaw 代理命令
本文档翻译自 OpenClaw 官方文档。 概述 代理命令(secrets)用于安全管理敏感信息。 可用命令 openclaw secrets list openclaw secrets get <name> openclaw secrets set <name> &...
OpenClaw 流程命令
本文档翻译自 OpenClaw 官方文档。 概述 OpenClaw 流程命令是 openclaw tasks 的子命令,用于管理工作流任务。 可用命令 openclaw tasks flow list [--json] openclaw tasks flow show <look...
OpenClaw 重置命令
本文档翻译自 OpenClaw 官方文档。 概述 重置命令用于重置 OpenClaw 的本地配置和状态。 基本用法 openclaw backup create openclaw reset openclaw reset --dry-run openclaw reset --scope co...









