Automate Botstar workflows via Rube MCP using current tool schemas first.
The skill material itself is essentially prompt/documentation-like, open source, and backed by strong community signals, so overall risk is low. The main caution is that it relies on external Rube MCP and Botstar authorization, which means prompts and relevant business data may be sent to third-party services during use.
The material says 'No API keys needed,' but it still requires an ACTIVE `botstar` connection via `RUBE_MANAGE_CONNECTIONS` and completing auth through a returned link. This suggests credentials are likely brokered by Rube/Composio rather than exposed as local environment variables. No direct red flag of local secret harvesting is shown, but third-party account authorization still carries normal misuse and over-authorization concerns.
The README explicitly instructs adding `https://rube.app/mcp` as an MCP server and performing actions through the Composio/Botstar toolchain. Therefore, user requests, tool arguments, and some business data may be sent to Rube/Composio and the target Botstar service. The egress appears related to the stated functionality, with no evidence of unrelated or hidden endpoints, but it is still a clear external data flow.
Based on the provided material, this is a prompt-only skill/documentation artifact with no local install script, shell commands, dependency execution, or request for system-level execution privileges. It guides the use of existing MCP tools, but the skill itself does not appear to directly spawn local processes or execute arbitrary code.
The material does not show any need to read local files, directories, or system data, but once Botstar authorization is completed it can query and automate actions on Botstar resources through discovered tools, including bulk operations and pagination. The data access scope appears to be mainly within the connected third-party business account, which is a normal functional-access risk.
The source is an open GitHub repository with strong community adoption signals (64.7k stars), both of which materially reduce risk. Although the license is not stated and maintenance status is unknown, and this appears to be a skill description rather than the full backend implementation, the supply-chain posture of the provided material is closer to low risk than high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "botstar-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/botstar-automation/SKILL.md 2. Save it as ~/.claude/skills/botstar-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Botstar operations through Composio's Botstar toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/botstar
RUBE_MANAGE_CONNECTIONS with toolkit botstarRUBE_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 botstarAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Botstar 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 Botstar task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["botstar"]
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 Botstar-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit botstar |
| 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 Browserbase tasks via Rube MCP and check latest tool schemas first.
Automate common Payhip store operations and management tasks through Rube MCP.
Automate Documint document generation and processing tasks through Rube MCP.
Automate BTCPay Server payment and merchant operations through Rube MCP.
Automate Bubble tasks via Rube MCP using the latest tool schemas.
Automate Pdfless workflows and document tasks through Rube MCP.
Automate Botpress tasks and workflow actions through Rube MCP.
Automate Botbaba tasks and connect them into multi-step workflows via Rube MCP.
Automate Botsonic tasks and workflows through Rube MCP integrations.
Automate Discord bot tasks and workflow actions through Rube MCP.
Automate Landbot bot tasks and workflows through Rube MCP tool calls
Automate Autom workflows via Rube MCP while checking current tool schemas first.