通过 Rube MCP 自动执行 Langbase 相关任务并按最新工具 schema 操作。
该技能本身更像开源提示模板,来源公开且社区采用度高,整体偏低风险;但其实际能力依赖外部 Rube MCP 与 Langbase 连接,涉及第三方远程调用与账户授权,需留意数据外发和授权边界。
材料声明该技能自身“无”密钥/环境变量,但 README 明确要求通过 `RUBE_MANAGE_CONNECTIONS` 建立 Langbase 连接并完成返回的认证链接,说明实际运行会依赖第三方托管的账户授权或令牌;未见明显凭证窃取迹象,但应视为存在常规授权滥用面。
README 要求添加 `https://rube.app/mcp` 作为 MCP 服务器,并通过 Composio/Rube 搜索工具、管理连接和执行操作;这意味着任务指令、参数及部分业务数据会发往外部服务。端点在文档中已明确,属声明内的常规远程外发,未见额外隐蔽目标。
从已知检查项看这是 `prompt-only` 技能,材料未显示其在本机安装依赖、启动进程或直接执行系统命令;其描述主要是指导如何调用远程 MCP 工具,而非本地代码执行。
该技能自身未声明本地文件读写权限,但会通过 Rube MCP 对已连接的 Langbase 账户执行操作,可能访问或修改该账户内资源;这属于与声明功能一致的远程业务数据访问,需按最小授权原则使用。
正面因素包括:GitHub 开源、可审计、所在仓库社区采用度高(64.7k star)。但该条目只是技能说明,实际执行依赖外部托管的 Rube/Composio 服务,且许可证未声明、维护状态未知,因此供应链整体宜评为需留意而非高风险。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "langbase-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/langbase-automation/SKILL.md 2. 保存为 ~/.claude/skills/langbase-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
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
通过 Rube MCP 自动执行 Moosend 邮件营销与订阅管理相关任务
通过 Rube MCP 自动执行 IP2Location.io 查询与相关网络数据流程。
通过 Customer.io 自动化客户触达、分群管理、消息分析与简报追踪。
通过 Rube MCP 自动执行 CustomGPT 相关任务与工作流集成
通过 Rube MCP 自动处理 Dadata Ru 查询与数据校验等任务。
通过 Rube MCP 自动执行 Moneybird 相关财务与业务流程操作。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动化执行 AI/ML API 任务,并先检索最新工具 schema。
通过 Rube MCP 自动化执行 Composio 任务,并先检索工具获取最新参数结构。
通过 Rube MCP 自动执行 Code Interpreter 任务与数据处理流程
通过 Rube MCP 自动执行 Chatbotkit 任务,并先检索最新工具 schema。
通过Rube MCP自动执行Landbot机器人任务与流程管理