返回顶部
l

launchthat-openclaw-connector启动OpenClaw连接器

Deprecated legacy connector skill. Use @launchthatbot/connect-openclaw-plugin for all new LaunchThatBot OpenClaw connect flows with configurable permissions.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
344
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

launchthat-openclaw-connector

LaunchThat OpenClaw 连接器

已弃用:此技能正在逐步淘汰。
请改用 @launchthatbot/connect-openclaw-plugin。

何时使用此技能

在以下情况下使用此技能:

  • - 将现有的 OpenClaw VPS 连接到 LaunchThatBot,
  • 配置安全的摄取令牌 + 请求签名,
  • 验证心跳/摄取/重放行为,
  • 排查连接、认证或负载问题。

请勿在以下情况下使用此技能:

  • - 部署 OpenClaw 基础设施,
  • 管理无关的机器人运行时逻辑,
  • 读取明确提供的令牌/密钥输入之外的本地机密。

安全边界

  • - 仅向 LaunchThatBot API 端点发起出站网络调用。
  • 连接器运行时禁止执行 shell 命令。
  • 禁止任意文件系统读取(仅允许明确的令牌/密钥文件和可选的队列文件)。
  • 仅支持规范事件模式(agentstatuschanged、agentmovedroom、taskstarted、taskcompleted、room_updated)。
  • 可选的 HMAC 请求签名,带时间戳偏差检查。

数据源策略

  • - 连接器实现变更必须在此单体仓库包中进行:packages/launchthat-openclaw-connector。
  • 镜像仓库 launchthatbot/connect 是分发镜像,而非主要创作平台。
  • 使用同步工作流/操作手册传播更新,避免多写入者冲突。

快速设置工作流

  1. 1. 创建认证链接:

bash
lt-openclaw-connect auth-link \
--base-url=https://app.launchthatbot.com \
--workspace-id=default \
--instance-name=my-openclaw

  1. 2. 打开返回的 authUrl,获取:
- instanceId - ingestToken
  1. 3. 导出密钥:

bash
export LAUNCHTHATINGESTTOKEN=
export LAUNCHTHATSIGNINGSECRET=

  1. 4. 运行连接器:

bash
lt-openclaw-connect run \
--base-url=https://app.launchthatbot.com \
--workspace-id=default \
--instance-id=

运行检查

  • - 心跳端点返回 200。
  • 摄取端点返回 ok: true。
  • 重放端点返回最近事件。
  • LaunchThatBot 仪表盘反映已连接的活跃实例。

常见故障排查

  • - 401 无效令牌:刷新回调并轮换摄取令牌。
  • 401 无效请求签名:验证 OPENCLAWSIGNINGSECRET 和时钟偏差。
  • 429 超出速率限制:降低突发大小/重试频率。
  • 无 UI 更新:验证重放端点包含当前实例/工作空间的事件。

其他资源

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 connector-1776274956 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 connector-1776274956 技能

通过命令行安装

skillhub install connector-1776274956

下载

⬇ 下载 launchthat-openclaw-connector v0.1.0(免费)

文件大小: 13.71 KB | 发布时间: 2026-4-16 17:44

v0.1.0 最新 2026-4-16 17:44
- Initial release of the deprecated legacy connector skill for OpenClaw.
- Directs users to use @launchthatbot/connect-openclaw-plugin for all new connections.
- Supports connecting existing OpenClaw VPS to LaunchThatBot with secure token and request signing.
- Provides strict security boundaries: outbound-only network calls, no shell execution, no arbitrary filesystem reads.
- Documents operational checks, troubleshooting steps, and quick setup workflow.
- Clarifies source-of-truth policy for maintenance and updates.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部