Automate Bonsai tasks via Rube MCP using current tool schemas first.
This skill is an open-source prompt wrapper from a highly trusted GitHub source, with no clear red flags for local execution or local file access. The main caution is its reliance on remote Rube MCP/Composio and a Bonsai authorization flow, so actual data egress and account access depend on the external service and granted scopes.
The material says no API key is needed, but it requires an active Bonsai connection via `RUBE_MANAGE_CONNECTIONS` and completing a returned auth link, indicating third-party OAuth/connection credentials are still involved. The main concern is the granted scope and external token handling, not this skill collecting local environment secrets.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and executing queries/operations through Composio/Bonsai tools. User task descriptions, arguments, session IDs, and Bonsai-related data will be sent to the declared external service. The endpoint is identifiable, but data does leave the local environment.
Based on the material, this is a prompt-only skill that instructs use of existing Rube MCP tools. It does not describe local install scripts, shell execution, spawning local processes, or requesting system-level permissions. Its 'execution' appears to happen in remote tools rather than as local code execution.
There is no stated direct access to the local filesystem or local device data, but once the Bonsai connection is active, remote tools can access and operate on Bonsai account resources within the granted scope. The README also mentions session handling, memory, pagination, and bulk operations, suggesting it may process broader business datasets.
Positive factors are that it comes from a public GitHub repository, is open source, and has high community adoption (64.7k stars), which materially lowers supply-chain risk. However, the skill itself is mainly a wrapper around external Rube/Composio services; the license is unspecified, maintenance is unknown, and actual behavior depends on dynamic tool schemas and remote services, so some caution is still warranted.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "bonsai-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/bonsai-automation/SKILL.md 2. Save it as ~/.claude/skills/bonsai-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Bonsai operations through Composio's Bonsai toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/bonsai
RUBE_MANAGE_CONNECTIONS with toolkit bonsaiRUBE_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 bonsaiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Bonsai 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 Bonsai task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["bonsai"]
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 Bonsai-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit bonsai |
| 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 Finmei tasks and connect workflows through Rube MCP.
Automate Fibery tasks via Rube MCP after checking current tool schemas first.
Automate Fireberry tasks via Rube MCP after checking current tool schemas.
Automate Kaggle competitions, datasets, and submissions through Rube MCP.
Automate Keap tasks and integrations by checking tool schemas first.
Automate Firmao tasks via Rube MCP after checking current tool schemas.
Automate Borneo tasks via Rube MCP with tool schema discovery first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Botstar workflows via Rube MCP using current tool schemas first.
Automate Botsonic tasks and workflows through Rube MCP integrations.
Automate Breeze tasks via Rube MCP with schema-aware tool discovery first.
Automate Botpress tasks and workflow actions through Rube MCP.