A specialized bridge for connecting OpenClaw VPS instances to LaunchThatBot with secure authentication and event reporting.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install connector
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
To set up this Openclaw Skills connector, follow these CLI steps:
lt-openclaw-connect auth-link --base-url=https://app.launchthatbot.com --workspace-id=default --instance-name=my-openclaw
export LAUNCHTHAT_INGEST_TOKEN="your_token_here"
export LAUNCHTHAT_SIGNING_SECRET="your_secret_here"
lt-openclaw-connect run --base-url=https://app.launchthatbot.com --workspace-id=default --instance-id=your_instance_id
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.
Loading
An AI-powered assistant for Apple Mail that automates inbox triage, organization, and productivity workflows to help you reach inbox zero.

A specialized automation skill for AI agents to programmatically access and read emails from the native Apple Mail application on macOS.

An AI-driven framework for stress-testing decisions by spawning conflicting agent personas to expose blind spots through debate.

A specialized MCP server that provides AI agents with deep visibility into React Native environments, including logs, network traffic, and real-time documentation.

Store secrets, long-term memory, and daily logs in a persistent Convex backend instead of volatile local files.

A role-based GitOps skill that enables AI agents to function as junior contributors or senior maintainers within GitHub repositories.








































