Automate Botpress tasks and workflow actions through Rube MCP.
This skill is primarily a prompt-style workflow description and does not itself declare local execution, file access, or direct secret requirements. However, it relies on remote Rube MCP and external Botpress/Composio connections for tool discovery and execution, which introduces normal caution around external services and authorization; the high-star open-source source materially lowers overall risk.
The material says no API key is needed to add Rube MCP, but it also requires creating an ACTIVE Botpress connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth-link flow, which implies third-party account authorization tokens may be involved. No local system-level secret request or explicit credential-abuse red flag is shown.
It explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using the Composio/Botpress toolchain for search, connection, and execution. This means task context and tool arguments may be sent to the stated external services. The endpoint appears relevant and declared; there is no evidence of exfiltration to unknown or unrelated domains.
Based on the provided material, this is a prompt/README-style skill describing remote tool calls such as `RUBE_SEARCH_TOOLS`, `RUBE_MANAGE_CONNECTIONS`, and `RUBE_MULTI_EXECUTE_TOOL`. It does not declare spawning local processes, running scripts, or requesting additional system permissions.
The material does not declare direct access to local files or local databases. However, when executing automation through remote Botpress tools, it may access data and resources within the user's authorized Botpress account/workspace. No overbroad local data access beyond the stated purpose is described.
The source is an open-source GitHub repository with strong community adoption (~64.9k stars), providing good auditability and credibility. While the license and maintenance status are not clearly stated, the current material shows no closed-source delivery, suspicious install script, or obvious supply-chain red flag.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "botpress-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/botpress-automation/SKILL.md 2. Save it as ~/.claude/skills/botpress-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Botpress operations through Composio's Botpress toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/botpress
RUBE_MANAGE_CONNECTIONS with toolkit botpressRUBE_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 botpressAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Botpress 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 Botpress task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["botpress"]
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 Botpress-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit botpress |
| 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 Callpage tasks through Rube MCP to improve callback and lead operations.
Automate file and format conversion tasks via Rube MCP with schema lookup first.
Automate CustomJS tasks through Rube MCP for faster scripted workflows.
Automate Cloudlayer tasks via Rube MCP after checking current tool schemas.
Automate Byteforms form tasks and workflow actions through Rube MCP.
Automate Dadata Ru lookups, validation, and data tasks through Rube MCP.
Automate Botsonic tasks and workflows through Rube MCP integrations.
Automate Botstar workflows via Rube MCP using current tool schemas first.
Automate Botbaba tasks and connect them into multi-step workflows via Rube MCP.
Automate Discord bot tasks and workflow actions through Rube MCP.
Automate Chatbotkit tasks via Rube MCP using current tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.