通过 Rube MCP 自动化执行 Hookdeck 相关任务,并先检索最新工具结构。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "hookdeck-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/hookdeck-automation/SKILL.md 2. 保存为 ~/.claude/skills/hookdeck-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 Hookdeck 相关可用工具及其最新参数 schema,再告诉我如何通过 Rube MCP 创建一个用于接收 webhook 事件并转发到内部 API 的自动化流程;最后直接执行创建。
返回已检索的工具信息、创建步骤摘要,并完成自动化流程创建结果。
先搜索当前 Hookdeck 可用的查询和更新工具 schema,然后检查现有事件路由配置,找出将订单创建事件发送到错误端点的规则,并把目标地址更新为新的生产 API。
输出问题路由的识别结果、变更内容,以及更新后的配置状态。
先搜索 Hookdeck 相关查询工具的最新 schema,再帮我检查最近 24 小时失败的 webhook 事件,按失败原因分类汇总,并给出可自动化修复的建议。
提供失败事件分类统计、主要异常原因,以及后续自动化处理建议。
Automate Hookdeck operations through Composio's Hookdeck toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/hookdeck
RUBE_MANAGE_CONNECTIONS with toolkit hookdeckRUBE_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 hookdeckAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Hookdeck 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 Hookdeck task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["hookdeck"]
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 Hookdeck-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit hookdeck |
| 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 自动管理 Habitica 任务,快速创建、更新和查询习惯打卡事项。