Automate Bubble tasks via Rube MCP using the latest tool schemas.
This skill appears to be an open-source prompt-style wrapper with no local API key requirement, and it benefits from strong community trust signals. However, it is designed to connect to remote Rube MCP services and operate Bubble, which introduces normal third-party connection and data egress considerations.
The material states that no local API key is needed, but it requires establishing an active Bubble connection via `RUBE_MANAGE_CONNECTIONS` and completing auth through a returned link. This means the real credentials are handled through the Rube/Bubble connection flow, creating normal third-party authorization and token misuse considerations.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to execute Bubble toolkit calls. Therefore, task arguments, session IDs, connection status, and potentially business data may be sent to the declared remote service. The endpoint is identified rather than unknown, but the scope of transmitted data still warrants caution.
The objective checks mark it as `prompt-only`, and the material does not describe spawning local processes, running scripts, or requesting system-level privileges. Its role is mainly to guide use of existing MCP tools rather than execute code locally.
This skill is intended to 'Automate Bubble operations' and performs real actions through remote tools. While the material does not claim local file read/write access, it should be treated as having expected access to read, modify, or bulk-operate on Bubble-side business data.
The source is an open GitHub repository with strong community adoption signals (64.7k stars). What is provided here is mainly skill documentation/prompt content, which is comparatively auditable. Although the license is undeclared and maintenance status is unknown, no clear supply-chain red flags are evident from the material provided.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "bubble-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/bubble-automation/SKILL.md 2. Save it as ~/.claude/skills/bubble-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Bubble operations through Composio's Bubble toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/bubble
RUBE_MANAGE_CONNECTIONS with toolkit bubbleRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit bubbleAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Bubble operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Bubble task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["bubble"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Bubble-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit bubble |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Fireberry tasks via Rube MCP after checking current tool schemas.
Automate DialMyCalls notifications, contacts, and campaign workflows through Rube MCP.
Automate Finmei tasks and connect workflows through Rube MCP.
Automate curated workflows with Rube MCP after checking current tool schemas first.
Automate Fibery tasks via Rube MCP after checking current tool schemas first.
Automate Kaggle competitions, datasets, and submissions through Rube MCP.
Automate Project Bubble tasks via Rube MCP with schema lookup first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Botbaba tasks and connect them into multi-step workflows via Rube MCP.
Automate Botpress tasks and workflow actions through Rube MCP.
Automate Botstar workflows via Rube MCP using current tool schemas first.
Automate Autobound tasks and workflow actions through Rube MCP.