通过 Rube MCP 自动处理 API Bible 任务,并先检索最新工具 Schema。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "api-bible-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/api-bible-automation/SKILL.md 2. 保存为 ~/.claude/skills/api-bible-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 Rube MCP 中与 API Bible 相关的可用工具和最新参数 schema,再选择合适工具帮我自动创建一个新的 API 条目,并返回调用步骤摘要。
返回已检索到的工具与 schema 概况,并完成 API 条目创建及步骤说明。
先搜索当前可用的 API Bible 工具 schema,然后批量更新以下接口的描述、版本号和认证方式,最后列出成功与失败项。
输出批量更新结果,包括每个接口的状态、变更内容和失败原因。
请先检索 API Bible 相关工具及其最新 schema,检查现有 API 记录是否缺少必填字段或格式错误,并自动整理成规范结构。
给出校验报告,并返回整理后的标准化 API 记录。
Automate API Bible operations through Composio's API Bible toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/api_bible
RUBE_MANAGE_CONNECTIONS with toolkit api_bibleRUBE_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 api_bibleAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "API Bible 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 API Bible task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["api_bible"]
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 API Bible-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit api_bible |
| 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 自动执行 Autom 相关任务,并先检索最新工具 schema。