Automate Landbot bot tasks and workflows through Rube MCP tool calls
This skill itself is an open-source prompt-style wrapper, but its functionality depends on external Rube MCP/Composio and a Landbot connection to perform remote tool actions. Based on the provided material, there is no clear red flag for local code execution or local file access; the main concern is that task data may be sent to third-party services after connection, while the exact data flows and permission scope are not fully disclosed.
The material claims 'no API keys needed,' but it still requires establishing a `landbot` connection via `RUBE_MANAGE_CONNECTIONS` and completing an external auth flow. This means credentials likely exist but are handled through a hosted Rube/Composio connection. That creates the usual sensitivity around third-party managed tokens, but no explicit credential theft or abuse red flag is shown.
It explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Landbot-related services to discover and execute tools; user task content, arguments, session IDs, and connection state will likely be sent to those declared third-party endpoints. The material does not list unrelated or suspicious egress targets, so this is a standard caution for declared remote data transfer.
From the material, this is a prompt/workflow instruction-style skill and does not require installing executables locally, starting local processes, or granting shell/system privileges. Execution occurs through MCP tool calls rather than local code execution. No execution capability beyond a typical prompt-only skill is described.
The skill is intended to automate Landbot operations, and the use of `RUBE_MULTI_EXECUTE_TOOL`, bulk operations, and session reuse implies it can read/write remote bot or workflow-related data within the authorized Landbot scope. The material does not indicate local file access, but it also does not define a clear least-privilege boundary, so the granted connection scope should be reviewed carefully.
The source is an open GitHub repository with high community adoption (64.7k stars), which are strong risk-reducing signals. The material is mainly README/prompt content and does not expose suspicious install scripts or closed-source binaries; the remaining caveats are the undeclared license, unknown maintenance status, and the fact that the external Rube/Composio services are not fully auditable from this repository alone.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "landbot-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/landbot-automation/SKILL.md 2. Save it as ~/.claude/skills/landbot-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Landbot operations through Composio's Landbot toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/landbot
RUBE_MANAGE_CONNECTIONS with toolkit landbotRUBE_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 landbotAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Landbot 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 Landbot task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["landbot"]
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 Landbot-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit landbot |
| 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 Grafbase workflows via Rube MCP with schema-aware tool discovery first.
Automate common Connecteam workflows by first discovering current tool schemas.
Automate Flutterwave payment, transaction, and account tasks through Rube MCP tools.
Automate Gigasheet workflows and bulk spreadsheet-like data tasks via Rube MCP.
Automate Gorgias e-commerce support workflows with natural language ticket and customer actions.
Automate Aero Workflow tasks via Rube MCP using current tool schemas.
Automate Botstar workflows via Rube MCP using current tool schemas first.
Automate Botpress tasks and workflow actions through Rube MCP.
Automate Botbaba tasks and connect them into multi-step workflows via Rube MCP.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Discord bot tasks and workflow actions through Rube MCP.
Automate Botsonic tasks and workflows through Rube MCP integrations.