An AI-ready integration to programmatically manage Formbricks contacts, attribute keys, and workspaces using the oo CLI without handling raw tokens.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-formbricks
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 oo-formbricks using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Formbricks skill enables developers and AI agents to programmatically interact with the Formbricks survey and feedback platform. Powered by OOMOL connection services, this integration leverages the oo CLI to handle authentication, allowing you to read, create, update, and delete Formbricks data securely without storing or exposing raw API tokens.
By leveraging this tool inside Openclaw Skills, developers can construct intelligent workflows that automatically categorize user profiles, update workspace-scoped contacts, and synchronize feedback metadata across their stack. It simplifies integration complexities so that your AI agents can focus purely on data orchestrations and user experiences.
oo connector schema "formbricks" --action "<action_name>" to dynamically discover the required input fields and output data structures.oo connector run "formbricks" --action "<action_name>" --data '<json>' --json. OOMOL injects the credentials server-side to communicate with Formbricks.Ensure you have the oo CLI installed and configured. Execute the following steps to authenticate and link your Formbricks account:
On macOS or Linux:
curl -fsSL https://cli.oomol.com/install.sh | bash
On Windows (PowerShell):
irm https://cli.oomol.com/install.ps1 | iex
Log in to your OOMOL account once:
oo auth login
Link your Formbricks workspace using an API key by visiting:
https://console.oomol.com/app-connections?provider=formbricks
Once completed, the Openclaw Skills infrastructure will route all API requests securely.
The Formbricks skill leverages the oo command-line utility to orchestrate operations. The dynamic schema for each action can be fetched programmatically to guarantee compatibility.
| Parameter | Type | Description | Required |
|---|---|---|---|
--action |
String | Name of the action to execute (e.g., create_contact, get_me) |
Yes |
--data |
JSON String or Path | JSON payload or @path/to/file.json |
No (defaults to {}) |
--json |
Flag | Returns output formatted as a raw JSON response | Yes |
{
"data": {
"id": "string",
"attributes": {}
},
"meta": {
"executionId": "string"
}
}
get_me action to resolve current tenant, workspace, and licensing contexts automatically.Loading
A secure Openclaw Skills connector for query, transaction, and card data retrieval via the Fidel API using the OOMOL CLI tool.

A secure, CLI-driven browser automation skill that enables AI agents to search, crawl, and fetch web page data via the Hyperbrowser platform without managing API keys directly.

An executive API bridge for NeverBounce to run high-accuracy email validation and bulk verification tasks directly through the OOMOL CLI.

A developer-ready CLI-based skill that allows AI agents to interact directly with Loomio to search, list, and retrieve poll details safely.

An Openclaw Skills integration that empowers AI agents to generate, manage, and translate HeyGen avatar and template videos using the OOMOL-connected CLI.

A secure, server-side credential injection skill to interact with Google Gemini models, enabling text generation, embeddings, image creation, and Veo video operations.








































