Automate Project Bubble tasks via Rube MCP with schema lookup first.
This skill itself is an open-source prompt-style wrapper, but its instructions require connecting to a remote Rube MCP server and using Composio's Project Bubble toolkit, so the overall posture is caution rather than high risk. The material does not indicate local secrets or local code execution by the skill itself, but subsequent actions and related business data are delegated to external MCP/tooling.
The material says 'no API keys needed', but it requires an ACTIVE `project_bubble` connection via `RUBE_MANAGE_CONNECTIONS` and following an external auth link, indicating third-party account authorization/tokens are still involved, just managed through Rube/Composio rather than configured directly in the skill.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and references Composio/Project Bubble toolkit docs; user inputs, tool queries, session IDs, execution arguments, and possibly business data will be sent through this external service chain. This is expected network behavior for the declared function, but it does create a data egress surface.
The system marks it as prompt-only, and the material does not describe launching local processes, running scripts, or invoking system commands; its role is mainly to guide use of remote MCP tools rather than local code execution.
The skill itself does not claim direct local file read/write access, but via `RUBE_MULTI_EXECUTE_TOOL` it may access or modify data objects tied to the Project Bubble connection; the effective scope depends on the permissions granted to Project Bubble/Composio.
The source is an open GitHub repository with strong community adoption (~64.9k stars), which is a significant risk-reducing factor; the provided material is mainly README/skill instructions and is reasonably auditable. Caveats are that the repository license is not declared, maintenance status is unknown, and actual operation depends on external Rube/Composio services.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "project-bubble-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/project-bubble-automation/SKILL.md 2. Save it as ~/.claude/skills/project-bubble-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Project Bubble operations through Composio's Project Bubble toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/project_bubble
RUBE_MANAGE_CONNECTIONS with toolkit project_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 project_bubbleAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Project 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 Project Bubble task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["project_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 Project Bubble-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit project_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 Meta ads operations and reporting workflows through Rube MCP.
Automate Raven SEO Tools workflows through Rube MCP for faster marketing operations.
Automate Realphonevalidation checks and workflows through Rube MCP tools.
Automate Cloudflare configuration, domain, and security tasks through Rube MCP.
Automate Recallai workflows through Rube MCP with tool-schema lookup first.
Automate Refiner workflows via Rube MCP using current tool schemas first.
Automate Bubble tasks via Rube MCP using the latest tool schemas.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Botbaba tasks and connect them into multi-step workflows via Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Autobound tasks and workflow actions through Rube MCP.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.