返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
l

launchthat-openclaw-connector

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
安全检测
已通过
327
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

launchthat-openclaw-connector

# LaunchThat OpenClaw Connector > Deprecated: this skill is being phased out. > Use `@launchthatbot/connect-openclaw-plugin` instead. ## When to use this skill Use this skill when you need to: - connect an existing OpenClaw VPS to LaunchThatBot, - configure secure ingest token + request signing, - validate heartbeat/ingest/replay behavior, - troubleshoot connection, auth, or payload issues. Do not use this skill for: - deploying OpenClaw infrastructure, - managing unrelated bot runtime logic, - reading local secrets outside explicitly provided token/secret inputs. ## Security boundaries - Outbound-only network calls to LaunchThatBot API endpoints. - No shell execution from connector runtime. - No arbitrary filesystem reads (only explicit token/secret files and optional queue file). - Canonical event schema only (`agent_status_changed`, `agent_moved_room`, `task_started`, `task_completed`, `room_updated`). - Optional HMAC request signing with timestamp skew checks. ## Source-of-truth policy - Connector implementation changes must be made in this monorepo package: `packages/launchthat-openclaw-connector`. - The mirrored `launchthatbot/connect` repo is a distribution mirror, not a primary authoring surface. - Use the sync workflow/runbook to propagate updates and avoid multi-writer divergence. ## Quick setup workflow 1. Create auth link: ```bash lt-openclaw-connect auth-link \ --base-url=https://app.launchthatbot.com \ --workspace-id=default \ --instance-name=my-openclaw ``` 2. Open returned `authUrl`, capture: - `instanceId` - `ingestToken` 3. Export secrets: ```bash export LAUNCHTHAT_INGEST_TOKEN="<token>" export LAUNCHTHAT_SIGNING_SECRET="<shared-signing-secret>" ``` 4. Run connector: ```bash lt-openclaw-connect run \ --base-url=https://app.launchthatbot.com \ --workspace-id=default \ --instance-id=<instanceId> ``` ## Operational checks - Heartbeat endpoint returns `200`. - Ingest endpoint returns `ok: true`. - Replay endpoint returns recent events. - LaunchThatBot dashboard reflects active connected instance. ## Common troubleshooting - **401 Invalid token**: refresh callback and rotate ingest token. - **401 Invalid request signature**: verify `OPENCLAW_SIGNING_SECRET` and clock skew. - **429 Rate limit exceeded**: reduce burst size/retry cadence. - **No UI updates**: verify replay endpoint contains events for current instance/workspace. ## Additional resources - Setup/security details: [README.md](README.md) - Security policy and disclosure: [SECURITY.md](SECURITY.md) - ClawHub listing content: [CLAWHUB_LISTING_TEMPLATE.md](CLAWHUB_LISTING_TEMPLATE.md) - Publish flow: [CLAWHUB_PUBLISH_RUNBOOK.md](CLAWHUB_PUBLISH_RUNBOOK.md)

标签

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-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部