A comprehensive tool for managing Segment sources, destinations, events, and tracking plans via Config and Tracking APIs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install segment
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 segment using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Segment skill for Openclaw Skills provides a robust interface to interact with the Segment platform infrastructure. It enables developers and data engineers to automate the management of data sources, destinations, and tracking plans without leaving their agent environment. Built with Python 3.10 using only the standard library, this tool ensures a lightweight, zero-dependency integration for managing customer data platforms.
By leveraging this skill within Openclaw Skills, teams can programmatically control their entire data stack. This includes everything from provisioning new sources to auditing active warehouses and ensuring data governance through tracking plan management. The skill acts as a bridge between your automated workflows and Segment's powerful data orchestration engine.
To get started with this skill in your environment, ensure you have the required environment variables configured:
export SEGMENT_ACCESS_TOKEN="your_config_api_token"
export SEGMENT_WRITE_KEY="your_source_write_key"
The skill requires Python 3.10 or higher and utilizes only the standard library, meaning no additional pip installations are necessary to begin using Openclaw Skills for Segment management.
The skill interacts with several key data entities within the Segment ecosystem. Below is the organization of data handled by the skill:
| Entity | Description |
|---|---|
| Sources | Management of data entry points including creation and deletion metadata. |
| Destinations | Details on where data is routed, including configuration IDs. |
| Tracking Plans | JSON-based schemas that define event structures and property requirements. |
| Catalog | Reference data for available source and destination types in the Segment ecosystem. |
| Events | Payload data for track and identify calls sent to the Tracking API. |
Loading
A robust security auditing tool that scans configurations and provides actionable hardening recommendations for OpenClaw environments.

An AI research pipeline that automates search retrieval through Perplexity and saves results to a SQLite database with full observability.

A search-and-save pipeline that logs deep research results to SQLite and Langfuse for long-term knowledge retention.

A high-performance Python-based interface for running machine learning models and managing predictions via the Replicate API.

A structured reasoning framework that forces AI agents to decompose complex problems into logical steps for higher accuracy and verifiable conclusions.

A comprehensive security auditing tool designed to detect malicious code, prompt injection, and obfuscated payloads in Openclaw Skills before installation.








































