formbricks-automation

Automate Formbricks survey operations and data management tasks via Rube MCP.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill formbricks-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: formbricks-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/formbricks-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill formbricks-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Formbricks survey workflows, allowing for programmatic interaction with survey data and connection management without leaving your agent environment.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch available Formbricks tool schemas to ensure compatibility with current API versions.
  • Connection Management: Verify and maintain active authentication states for Formbricks integrations.
  • Workflow Execution: Execute multi-step operations like survey data retrieval or configuration updates using the Rube MCP gateway.

Quick Start

Use the formbricks-automation skill to search for available tools and execute a survey data retrieval task.

Frequently Asked Questions about formbricks-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Formbricks to my agent?

Connect Formbricks by calling the RUBE_MANAGE_CONNECTIONS tool with the 'formbricks' toolkit argument. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS first ensures you have the most current tool schemas, slugs, and input requirements. This prevents execution errors caused by outdated hardcoded tool definitions.

What should I do if my connection is not active?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS tool for the 'formbricks' toolkit. Follow the returned authentication URL to complete the setup process.

How do I handle pagination in Formbricks data?

Check the response from your execution for pagination tokens. Continue fetching data using these tokens until the full dataset is retrieved or the response indicates no further pages.

Can I reuse session IDs for different workflows?

Reuse session IDs within a single logical workflow to maintain context. Generate new session IDs for distinct, unrelated workflows to ensure clean state management.