OpenClaw 官方文档 第11页
OpenClaw 官方文档中文翻译
OpenClaw exe.dev-05r

OpenClaw exe.dev

本文档翻译自 OpenClaw 官方文档。 内容正在翻译中,请稍后刷新页面查看完整内容。
强哥的头像-05r终身VIP强哥4小时前
0309
OpenClaw 日志记录-05r

OpenClaw 日志记录

本文档翻译自 OpenClaw 官方文档。 概述 OpenClaw 将日志存储在 ~/.openclaw/logs/ 目录中。 日志位置 ~/.openclaw/logs/ ├── gateway.log ├── agent.log ├── channel-*.log └── er...
强哥的头像-05r终身VIP强哥4小时前
02414
OpenClaw OpenResponses API-05r

OpenClaw OpenResponses API

本文档翻译自 OpenClaw 官方文档。 概述 OpenResponses API 允许通过 HTTP 接口与 OpenClaw 交互。 端点 POST https://gateway/api/chat GET https://gateway/api/status 发送消息 { 'message':...
强哥的头像-05r终身VIP强哥4小时前
0356
OpenClaw 存在状态-05r

OpenClaw 存在状态

本文档翻译自 OpenClaw 官方文档。 概述 存在状态跟踪用户和代理的在线状态。 状态类型 online — 在线 offline — 离线 away — 暂时离开 busy — 忙碌 使用工具 presence_get({'user': 'user-...
强哥的头像-05r终身VIP强哥4小时前
03513
OpenClaw 日期时间-05r

OpenClaw 日期时间

本文档翻译自 OpenClaw 官方文档。 概述 OpenClaw 处理日期和时间的方式对心跳调度、cron 任务等功能很重要。 时区配置 { agents: { defaults: { timezone: 'Asia/Shanghai', }, }, } 支持格式 ...
强哥的头像-05r终身VIP强哥4小时前
02215
OpenClaw TUI 界面-05r

OpenClaw TUI 界面

本文档翻译自 OpenClaw 官方文档。 概述 TUI(终端用户界面)允许通过终端与 OpenClaw Gateway 交互。 快速开始 启动网关:openclaw gateway 打开 TUI:openclaw tui 输入消息并按 Enter 主要功...
强哥的头像-05r终身VIP强哥4小时前
04513
OpenClaw 声测电话-05r

OpenClaw 声测电话

本文档翻译自 OpenClaw 官方文档。 概述 声测电话功能允许代理通过语音与用户进行交互。 设置 openclaw voicecall setup 基本使用 openclaw voicecall start openclaw voicecall stop 配置音频...
强哥的头像-05r终身VIP强哥4小时前
0268
OpenClaw 代理命令-05r

OpenClaw 代理命令

本文档翻译自 OpenClaw 官方文档。 概述 代理命令(secrets)用于安全管理敏感信息。 可用命令 openclaw secrets list openclaw secrets get <name> openclaw secrets set <name> &...
强哥的头像-05r终身VIP强哥4小时前
0427
OpenClaw 流程命令-05r

OpenClaw 流程命令

本文档翻译自 OpenClaw 官方文档。 概述 OpenClaw 流程命令是 openclaw tasks 的子命令,用于管理工作流任务。 可用命令 openclaw tasks flow list [--json] openclaw tasks flow show <look...
强哥的头像-05r终身VIP强哥4小时前
03814
OpenClaw 重置命令-05r

OpenClaw 重置命令

本文档翻译自 OpenClaw 官方文档。 概述 重置命令用于重置 OpenClaw 的本地配置和状态。 基本用法 openclaw backup create openclaw reset openclaw reset --dry-run openclaw reset --scope co...
强哥的头像-05r终身VIP强哥4小时前
0325