Automate Botbaba tasks and connect them into multi-step workflows via Rube MCP.
This skill appears to be a prompt/documentation-style wrapper with no declared built-in secrets, local code execution, or local file access. However, it is designed to steer users into connecting to remote Rube MCP/Composio and Botbaba integrations, so overall it is low risk with some caution around the downstream remote toolchain.
The material explicitly states there are no local API keys or environment variables required, and the README says the MCP endpoint can be added directly. While a later external auth link may be used via `RUBE_MANAGE_CONNECTIONS` to establish a Botbaba connection, this skill does not directly request user credentials and shows no clear credential-abuse pattern.
The README points to the remote MCP endpoint `https://rube.app/mcp` and relies on Composio/Botbaba-related remote services for tool discovery, connection management, and execution. Contacting declared endpoints is normal for this type of skill, but user task content and arguments are likely sent to those remote services, so privacy and data-handling boundaries should be verified.
The system marks this material as prompt-only, and nothing shown indicates that it launches local processes, runs scripts, or requests system-level permissions on the host. The README references `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH` as downstream remote capabilities, which does not by itself mean the skill performs local code execution.
There is no indication that the skill reads or writes local files, databases, the clipboard, or other host resources; it mainly instructs how to discover and execute Botbaba operations through remote tools. Based on the material itself, there is no obvious sign of excessive local data access.
The source is a GitHub open-source repository with strong community adoption (64.7k stars), which is a meaningful risk-reducing factor; it is also classified as open-source and prompt-only, making it relatively auditable. The license is unspecified and maintenance status is unknown, so it is still worth checking repository freshness and consistency with upstream Composio/Rube documentation before production use.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "botbaba-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/botbaba-automation/SKILL.md 2. Save it as ~/.claude/skills/botbaba-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Botbaba operations through Composio's Botbaba toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/botbaba
RUBE_MANAGE_CONNECTIONS with toolkit botbabaRUBE_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 botbabaAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Botbaba 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 Botbaba task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["botbaba"]
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 Botbaba-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit botbaba |
| 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 Plasmic tasks through Rube MCP to speed up page and component management.
Automate Replicate model runs, uploads, schema checks, and prediction management.
Automate Salesmate tasks through Rube MCP for faster sales and CRM workflows.
Automate Scrapingant scraping tasks and workflows through Rube MCP.
Automate ScreenshotOne screenshot tasks and workflows through Rube MCP.
Automate Ngrok tunnels, endpoints, and operations through Rube MCP.
Automate Botstar workflows via Rube MCP using current tool schemas first.
Automate Botpress tasks and workflow actions through Rube MCP.
Automate Botsonic tasks and workflows through Rube MCP integrations.
Automate Bubble tasks via Rube MCP using the latest tool schemas.
Automate Chatbotkit tasks via Rube MCP using current tool schemas first.
Automate Discord bot tasks and workflow actions through Rube MCP.