bubble-automation

Automate Bubble application tasks and workflows using the Rube MCP integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Bubble application data and workflows by providing a standardized interface for executing remote operations through the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch available Bubble tool schemas to ensure compatibility with current API versions.
  • Connection Management: Verify and maintain active authentication states for Bubble toolkits.
  • Workflow Execution: Execute multi-step operations like data updates or record management using the Rube multi-execute interface.

Quick Start

Use the bubble-automation skill to search for available tools and execute a workflow for updating application records.

Frequently Asked Questions about bubble-automation

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

FAQPage Schema
How do I discover available Bubble tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve current tool slugs, input schemas, and execution plans for your Bubble application.

How to verify my Bubble connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the bubble toolkit parameter to check if your connection is active before attempting any automated workflows.

Can I reuse session IDs for multiple tasks?

Yes, you should reuse session IDs within a single workflow to maintain state, but generate new session IDs when starting entirely different automation tasks.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and slugs in Bubble can change frequently; searching first ensures you use the correct arguments and field types, preventing execution errors.

What should I do if my Bubble connection is inactive?

Run RUBE_MANAGE_CONNECTIONS with the bubble toolkit, which will return an authentication link; follow that link to complete the setup and activate the connection.