formbricks-automation

Automate Formbricks tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

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


  • Automated Survey Management: Bulk create, update, and publish Formbricks surveys; automatically respond to user submissions and trigger subsequent actions

  • Data Synchronization & Integration: Automatically sync feedback collected by Formbricks to databases, CRMs, or other business systems to keep data up to date in real time

  • Scheduled Workflows: Set up recurring Formbricks tasks, such as automatically generating reports, cleaning up expired data, or sending reminder notifications
  • Core Features


  • Intelligent Tool Discovery: Use RUBE_SEARCH_TOOLS to dynamically retrieve the latest list of Formbricks tools and their parameter schemas, avoiding maintenance issues caused by hard-coding

  • Connection Management: Use RUBE_MANAGE_CONNECTIONS to create and manage Formbricks connections in one click, supporting connection status checks and re-authorization

  • Batch Tool Execution: Use RUBE_MULTI_EXECUTE_TOOL to execute multiple Formbricks operations within a single session, supporting complex multi-step workflows
  • FAQs

    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.