Celigo Integration for AI Agents for Openclaw

An advanced integration skill that enables AI agents to manage Celigo iPaaS flows and automate complex business processes across SaaS ecosystems.

membranedev
v1.0.2
Apr 30, 2026
0
420
1

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install celigo

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 celigo 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 Celigo Integration for AI Agents?

The Celigo skill for Openclaw Skills empowers AI agents to interact directly with the Celigo integration platform as a service (iPaaS). By leveraging the Membrane framework, this skill abstracts the complexities of authentication and credential refreshing, allowing agents to focus on executing business logic and managing data flows between cloud applications like Salesforce, NetSuite, and Microsoft Dynamics.

Built for developers and IT professionals, this skill provides a standardized way for AI agents to search for integration actions, run automated flows, and proxy requests directly to the Celigo API. It ensures secure, server-side credential management without exposing sensitive API keys to the local environment.

Celigo Integration for AI Agents Use Cases

  • Automating data synchronization between CRM and ERP systems.
  • Managing and triggering Celigo integration flows through natural language commands.
  • Auditing connection states and resolving authentication issues programmatically.
  • Extending AI agent capabilities to perform CRUD operations on SaaS records managed via Celigo.

How Celigo Integration for AI Agents Works

  1. CLI Installation: The user installs the Membrane CLI to provide the agent with the necessary execution environment.
  2. Authentication: The agent logs in via a tenant-based client name, handling OAuth or API key exchanges through a secure browser-based or headless flow.
  3. Connection Establishment: A connection is created or retrieved using the Celigo app URL, with the system automatically building a connector if one doesn't exist.
  4. Action Discovery: The AI agent uses natural language intent to search for specific Celigo actions (e.g., 'Update NetSuite Record').
  5. Execution: The agent runs the selected action with JSON parameters, or performs direct proxy requests to the Celigo API for custom endpoints.

Celigo Integration for AI Agents Setup

Install the Membrane CLI and authenticate your agent to start using Openclaw Skills with Celigo:

npm install -g @membranehq/cli@latest
# Log in and specify your agent type (e.g., openclaw)
membrane login --tenant --clientName=openclaw
# Ensure a connection to Celigo
membrane connection ensure "https://celigo.com" --json

Celigo Integration for AI Agents Data Schema & Taxonomy

The skill manages data through a structured action and connection system within Openclaw Skills:

Object Description
Connection Contains id, state (READY, BUILDING, etc.), and clientAction requirements.
Action Includes id, inputSchema (JSON Schema for parameters), and outputSchema.
Request Proxy Supports standard HTTP methods (GET, POST, etc.) with automatic header injection.

Celigo Integration for AI Agents Advanced Features

  • Intent-Based Discovery: Find the right integration tool using natural language search instead of browsing API docs.
  • Automatic Credential Refresh: Transparently handles token expiration for long-running automations.
  • Headless Auth Support: Robust login flows for remote servers and CI/CD environments.
  • Direct API Proxying: Send raw requests to any Celigo endpoint while maintaining managed security headers.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*