Automate Langbase workflows through Rube MCP using current tool schemas.
This skill is essentially an open-source prompt template with strong public provenance and high community adoption, so overall risk is relatively low. However, its real functionality depends on external Rube MCP and a Langbase connection, which introduces third-party network calls and account-authorization considerations.
The material says the skill itself needs no keys or environment variables, but the README explicitly requires creating a Langbase connection through `RUBE_MANAGE_CONNECTIONS` and completing an auth link, indicating reliance on third-party managed account authorization or tokens. There is no clear sign of credential theft, but normal authorization misuse exposure exists.
The README requires adding `https://rube.app/mcp` as an MCP server and using Composio/Rube to search tools, manage connections, and execute operations. This means task instructions, arguments, and some business data will be sent to an external service. The endpoint is explicitly declared in the documentation, so this is expected network egress rather than hidden exfiltration.
Based on the objective checks, this is a `prompt-only` skill. The material does not show local dependency installation, process spawning, or direct system-command execution; it mainly instructs how to call remote MCP tools rather than run local code.
The skill itself does not declare local file read/write access, but it can operate on resources in the connected Langbase account via Rube MCP, potentially accessing or modifying account data. This is consistent with the stated functionality, but it should be used with least-privilege access.
Positive signals include being open-source on GitHub, auditable, and hosted in a repository with high community adoption (64.7k stars). However, this entry is only a skill description, while actual execution depends on externally hosted Rube/Composio services; the license is undeclared and maintenance status is unknown, so the supply-chain posture is best rated as caution rather than high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "langbase-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/langbase-automation/SKILL.md 2. Save it as ~/.claude/skills/langbase-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Langbase operations through Composio's Langbase toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/langbase
RUBE_MANAGE_CONNECTIONS with toolkit langbaseRUBE_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 langbaseAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Langbase 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 Langbase task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["langbase"]
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 Langbase-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit langbase |
| 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 Astica AI tasks via Rube MCP using current tool schemas.
Automate Codacy tasks to streamline code quality checks and governance.
Automate Seqera tasks through Rube MCP to streamline workflow operations.
Automate Callpage tasks through Rube MCP to improve callback and lead operations.
Automate CustomJS tasks through Rube MCP for faster scripted workflows.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Code Interpreter workflows for coding, analysis, and repeatable task execution.
Automate Chatbotkit tasks via Rube MCP using current tool schemas first.
Automate Landbot bot tasks and workflows through Rube MCP tool calls