formbricks-automation
Automate Formbricks tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:13
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-formbricks-automation&locale=en&source=copy
Formbricks Automation - Automate Formbricks Tasks with Rube MCP
Skills Overview
Formbricks Automation uses Composio’s Rube MCP service to let you automate Formbricks survey management, data synchronization, and workflow actions without writing any API code.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to dynamically retrieve the latest list of Formbricks tools and their parameter schemas, avoiding maintenance issues caused by hard-codingRUBE_MANAGE_CONNECTIONS to create and manage Formbricks connections in one click, supporting connection status checks and re-authorizationRUBE_MULTI_EXECUTE_TOOL to execute multiple Formbricks operations within a single session, supporting complex multi-step workflowsFAQs
How do I use the Formbricks automation tools?
First, add
https://rube.app/mcp as an MCP server, then use RUBE_MANAGE_CONNECTIONS to create a connection to Formbricks. After the connection succeeds, call RUBE_SEARCH_TOOLS to view available tools, and finally use RUBE_MULTI_EXECUTE_TOOL to perform specific actions. The entire process requires no API keys—everything can be done through Composio’s unified interface.What’s needed to connect Rube MCP to Formbricks?
You only need to add the Rube MCP server address to your client configuration and ensure it can access your Formbricks account for authorization. Rube MCP automatically handles authentication and tool discovery, so there’s no need to manually configure API keys or deal with complex OAuth flows. You can check connection status anytime via
RUBE_MANAGE_CONNECTIONS.Can I automate Formbricks without understanding code?
Yes. Rube MCP provides a declarative way to call tools—you just specify the operations and parameters you want to run, without writing traditional API call code. The tool discovery feature returns detailed parameter information for each tool to help you configure it correctly. For complex workflows, you can use
RUBE_REMOTE_WORKBENCH to run predefined scripts, further lowering the barrier to entry.