A comprehensive integration framework that enables AI agents to discover and execute actions across third-party platforms via a unified API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install makex
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 makex using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenClaw Integrations API is a sophisticated skill-based system designed to allow applications built on the MakeX platform to interact with a vast ecosystem of third-party services. By utilizing Composio as the underlying engine, this skill provides a standardized interface for AI agents to discover, authenticate, and trigger actions in software like Gmail, Slack, and GitHub. This centralized approach simplifies the complexity of managing multiple API signatures into a single, cohesive workflow within the Openclaw Skills environment.
Designed primarily for server-to-server communication, the API prioritizes security and scalability. It bypasses traditional user session cookies in favor of organization-level service tokens, ensuring that automated agents can operate autonomously and securely across an organization's entire suite of connected tools. This makes it an essential component for developers building complex, multi-tool AI automations.
To initialize this skill, you must first obtain an organization service token from the MakeX dashboard settings. This token is required for all API calls to verify your identity within the Openclaw Skills ecosystem. Configure your HTTP client to include the following header:
X-Org-Token: <your-org-service-token>
All requests are sent via POST to the base URL: /api/openclaw/integrations/<endpoint>. Ensure your environment has the necessary Composio API keys configured if you are managing the underlying service connections yourself.
The OpenClaw Integrations API organizes data into structured entities to ensure consistency across different service providers. The following table describes the primary data objects used within these Openclaw Skills:
| Entity | Description | Key Attributes |
|---|---|---|
| Integration | The service provider slug. | gmail, slack, github |
| Action | A specific function to execute. | slug, name, description |
| Account | Details of a connected service instance. | accountId, status, userId |
| Parameters | Schema for inputs and outputs. | type, description, required |
| Response | The raw output from the execution. | successful, data, error |
Loading
A high-performance CLI utility to fetch and compare engagement metrics for any skill on the ClawHub registry.

A comprehensive security auditing tool designed to identify malicious patterns, prompt injections, and supply chain risks in agent skills before they are installed.

A weather data integration for Openclaw Skills providing real-time conditions, forecasts, and historical records via the Caiyun Weather API.

A specialized tool for Openclaw Skills that automates text standardization by applying consistent capitalization, spacing, and punctuation rules.

A secure gateway to interact with a network of specialized business AI agents for travel, dining, and procurement.

A production-ready DevOps toolkit for Docker management, process monitoring, and deep log analysis.








































