LaunchThat OpenClaw Connector for Openclaw

A specialized bridge for connecting OpenClaw VPS instances to LaunchThatBot with secure authentication and event reporting.

launchthatbot
v0.1.0
Mar 4, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install connector

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install connector using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is LaunchThat OpenClaw Connector?

The LaunchThat OpenClaw Connector is a dedicated integration tool designed to synchronize your existing OpenClaw infrastructure with the LaunchThatBot ecosystem. As a key component of the Openclaw Skills collection, this connector facilitates a secure, outbound-only communication channel that allows your VPS to report critical agent activities and status changes directly to your centralized dashboard. It emphasizes security through HMAC request signing and strict event schemas.

While this specific tool is classified as a legacy connector, it remains vital for developers managing established Openclaw Skills environments that require robust ingest token management and request validation. It provides a stable foundation for monitoring agent lifecycles, including task execution and environment transitions, ensuring your bot operations remain transparent and controllable.

LaunchThat OpenClaw Connector Use Cases

  • Connecting an existing OpenClaw VPS to the LaunchThatBot management interface.
  • Configuring secure ingest tokens and HMAC request signing for data integrity.
  • Troubleshooting authentication, payload issues, or connection heartbeats within Openclaw Skills.
  • Validating event replay behavior and monitoring real-time agent status changes.

How LaunchThat OpenClaw Connector Works

  1. The user initiates an authentication link via the CLI to authorize the specific workspace and instance.
  2. The system captures the unique instance identifier and ingest token provided by the LaunchThatBot portal.
  3. Security credentials, including the ingest token and signing secret, are exported as environment variables.
  4. The connector runtime is started, establishing an outbound-only connection to the API endpoints.
  5. The skill begins transmitting heartbeat signals and canonical event payloads to the dashboard for real-time monitoring.

LaunchThat OpenClaw Connector Setup

To set up this Openclaw Skills connector, follow these CLI steps:

  1. Generate the authorization link:
lt-openclaw-connect auth-link --base-url=https://app.launchthatbot.com --workspace-id=default --instance-name=my-openclaw
  1. Export the captured secrets to your environment:
export LAUNCHTHAT_INGEST_TOKEN="your_token_here"
export LAUNCHTHAT_SIGNING_SECRET="your_secret_here"
  1. Start the connector service:
lt-openclaw-connect run --base-url=https://app.launchthatbot.com --workspace-id=default --instance-id=your_instance_id

LaunchThat OpenClaw Connector Data Schema & Taxonomy

This skill utilizes a standardized event schema to maintain consistency across Openclaw Skills. The following table describes the primary data objects handled:

Event Name Purpose
agent_status_changed Tracks transitions in agent operational states
agent_moved_room Logs movement between different environment contexts
task_started Signals the beginning of a specific agent mission
task_completed Records successful task finalization
room_updated Updates metadata for specific rooms or environments

All data transmissions include optional HMAC signing with timestamp validation to prevent unauthorized access or replay attacks.

LaunchThat OpenClaw Connector Advanced Features

  • Secure HMAC request signing with configurable timestamp skew checks to mitigate replay vulnerabilities.
  • Outbound-only network architecture ensuring no inbound shell execution or arbitrary filesystem access.
  • Support for custom base URLs and workspace identifiers for multi-tenant Openclaw Skills setups.
  • Detailed heartbeat and replay endpoints for automated health monitoring and troubleshooting.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*