A powerful integration for managing ToolJet data and automating internal tool workflows through AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tooljet
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 tooljet using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
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
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. |
membrane action list to find relevant ToolJet operations without knowing specific API endpoints.Loading
A sophisticated self-improvement system that records task experiences and analyzes patterns to achieve continuous AI self-growth.

A specialized technical review agent designed to ensure Apple HealthKit implementations follow strict privacy, performance, and architectural best practices.

A powerful financial intelligence tool that extracts stock theme concepts and real-time popularity rankings from Tonghuashun (THS).

A specialized skill for building minimal, codebase-aligned extensions that mirror the host project's native architecture and style.

A specialized skill for recommending free Linux Journey lessons on LabEx, covering everything from basic command line to networking.

A technical framework for integrating Ika dWallet 2PC-MPC protocols into Sui Move smart contracts for cross-chain signing.








































