通过 Rube MCP 自动化执行 Bouncer 相关任务,并先检索最新工具 schema。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "bouncer-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/bouncer-automation/SKILL.md 2. 保存为 ~/.claude/skills/bouncer-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 Rube MCP 中与 Bouncer 相关的可用工具和最新 schema,然后告诉我有哪些可执行操作,并帮我执行其中一个最适合的任务。
返回已发现的 Bouncer 工具、参数说明,并完成一次匹配的自动化操作。
我想在 Bouncer 中完成一项任务。请先搜索最新工具 schema,再根据“检查可用操作—选择合适工具—执行任务—汇报结果”的流程帮我自动完成。
给出基于最新 schema 的执行计划,并实际调用对应工具完成任务与结果汇总。
如果我之前的 Bouncer 自动化失败了,请先搜索当前可用工具和 schema,对比可能变化,修正调用参数后重新执行任务。
说明失败原因、展示 schema 差异或参数修正,并输出重新执行后的结果。
Automate Bouncer operations through Composio's Bouncer toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/bouncer
RUBE_MANAGE_CONNECTIONS with toolkit bouncerRUBE_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 bouncerAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Bouncer 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 Bouncer task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["bouncer"]
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 Bouncer-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit bouncer |
| 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 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动化执行 Borneo 任务,并先检索最新工具结构