OpenClaw Integrations API for Openclaw

A comprehensive integration framework that enables AI agents to discover and execute actions across third-party platforms via a unified API.

tkejr
v1.0.0
Feb 18, 2026
0
1.5k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install makex

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 makex 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 OpenClaw Integrations API?

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.

OpenClaw Integrations API Use Cases

  • Orchestrating cross-platform workflows, such as sending a Slack notification when a GitHub PR is opened.
  • Enabling AI agents to manage communications by reading, drafting, and sending emails via Gmail.
  • Dynamically discovering available tools at runtime to solve complex user requests using Openclaw Skills.
  • Validating integration connection statuses before attempting to execute automated background tasks.
  • Building custom developer tools that require structured access to third-party service schemas and parameters.

How OpenClaw Integrations API Works

  1. The workflow begins by calling the search-actions endpoint to identify available tools across specified integrations based on keywords.
  2. Once an action is identified, the system checks the connected-account endpoint to ensure the organization has an active link to the required service.
  3. The agent retrieves the specific technical requirements for the action using the action-details endpoint, which provides the necessary input and output parameters.
  4. The run-action endpoint is then invoked with structured arguments or natural language text to perform the task.
  5. Finally, the agent can use the output-structure endpoint to understand and parse the response data for further processing within the AI logic.

OpenClaw Integrations API Setup

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.

OpenClaw Integrations API Data Schema & Taxonomy

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

OpenClaw Integrations API Advanced Features

  • Natural language input support for the run-action endpoint, allowing the system to interpret intent when structured arguments aren't available.
  • Comprehensive CORS preflight handling for secure integration within web-based developer consoles.
  • Advanced tracing capabilities for monitoring the lifecycle of an action execution across the Openclaw Skills infrastructure.
  • Flexible search filters that allow for broad integration discovery or narrow toolkit-specific tool lookups.
  • Standardized error handling to provide clear feedback on missing parameters, invalid tokens, or service-side failures.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*