ToolJet for Openclaw

A powerful integration for managing ToolJet data and automating internal tool workflows through AI agents.

gora050
v1.0.4
May 1, 2026
0
523
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install tooljet

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 tooljet 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 ToolJet?

ToolJet is a versatile open-source low-code platform designed for developers to build and deploy internal applications rapidly. By utilizing this integration within Openclaw Skills, users can leverage pre-built UI components and various data source connectors directly through their AI agent.

This skill leverages the Membrane infrastructure to handle the heavy lifting of authentication and credential management. It allows developers to focus on high-level integration logic and data interaction without the overhead of manual auth plumbing or secret management.

ToolJet Use Cases

  • Automating data entry and record management within ToolJet internal applications.
  • Triggering and managing complex workflows across different ToolJet data sources.
  • Building and deploying internal tool queries directly from an AI-driven development environment.
  • Interacting with ToolJet UI components and backend queries via natural language commands.

How ToolJet Works

  1. The AI agent utilizes the Membrane CLI to establish a secure connection to the ToolJet instance.
  2. Authentication is handled server-side, providing the agent with a connection ID once the user authorizes the access.
  3. The agent searches for specific ToolJet actions (like queries or data updates) based on the user's intent using natural language processing.
  4. Actions are executed through Membrane, which maps input parameters and handles API responses.
  5. For custom requirements, the agent can perform proxy requests directly to the ToolJet API while Membrane injects necessary headers and handles token refreshes.

ToolJet Setup

First, install the Membrane CLI to enable Openclaw Skills to interact with the environment:

npm install -g @membranehq/cli@latest

Authenticate the agent (replace <agentType> with openclaw):

membrane login --tenant --clientName=openclaw

Ensure a connection to your ToolJet instance:

membrane connection ensure "https://tooljet.io/" --json

ToolJet Data Schema & Taxonomy

The skill organizes ToolJet interactions into a structured taxonomy for efficient discovery and execution:

Component Description
App The top-level container for ToolJet resources.
Query Individual data operations and their associated results.
Datasource Managed connections to external databases or APIs within ToolJet.
Action ID Unique identifiers for pre-built functions like creating or fetching records.

ToolJet Advanced Features

  • Natural Language Intent Discovery: Use membrane action list to find relevant ToolJet operations without knowing specific API endpoints.
  • Transparent Proxying: Full access to the ToolJet API with automatic header injection and credential refresh.
  • Long-polling Connection Recovery: Automated waiting and status checks for connections requiring user input or building sequences.
  • Multi-agent Compatibility: Optimized for various harnesses including openclaw, claude, and windsurf.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*