bubble-automation
Automate Bubble tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:15
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-bubble-automation&locale=en&source=copy
Bubble Automation — Automate Bubble Tasks via Rube MCP
Skill Overview
Bubble Automation is a Claude skill that automates tasks on the Bubble no-code platform using the Composio Rube MCP service. It enables developers to perform Bubble app API operations and workflow automation without writing code.
Suitable Scenarios
- Automatically perform create, update, and delete operations for Bubble data
- Batch process records in the Bubble database
- Trigger Bubble workflows and API endpoints on a schedule
- Connect Bubble with external services (CRM, marketing tools, databases)
- Synchronize data between Bubble and other no-code tools
- Build event-driven automation flows for Bubble apps
- Go beyond Bubble’s native capabilities for API operations
- Access functions that Bubble does not directly provide via the Composio toolkit
- Operate the Bubble backend directly within a Claude conversation
Core Features
- Automatically retrieve the latest Bubble tool schema via
RUBE_SEARCH_TOOLS- Dynamically discover available Bubble API endpoints and parameters
- Provide recommended execution plans and known issue notes
- Manage Bubble account connections via
RUBE_MANAGE_CONNECTIONS- Support multiple authentication methods
- Check connection status in real time to ensure operations are available
- Execute multiple Bubble operations at once using
RUBE_MULTI_EXECUTE_TOOL- Support session reuse to maintain workflow context
- Memory parameters support data passing across steps
FAQs
What is Rube MCP? How do I use it to automate Bubble?
Rube MCP is an MCP (Model Context Protocol) service provided by Composio. It can be used without an API key. In the client configuration, add
https://rube.app/mcp as the MCP server to connect. After connecting, Bubble automation can be achieved through a three-step flow: tool search, connection management, and execution.Do I need to code to automate Bubble?
No. Bubble Automation is designed with a no-code mindset. All operations can be done by interacting with Claude through natural language. The skill automatically handles API calls, parameter validation, and error handling—you only need to describe the task you want to complete.
How do I use the Bubble skill in Claude?
First, make sure Rube MCP is connected. Then follow these steps:
RUBE_SEARCH_TOOLS to search for the required Bubble toolsRUBE_MANAGE_CONNECTIONS to activate the Bubble connectionRUBE_MULTI_EXECUTE_TOOLBefore each run, it’s recommended to search tools first to ensure you’re using the latest schema.