通过 Rube MCP 自动执行 Hystruct 相关任务,并先检索最新工具模式后再操作。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "hystruct-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/hystruct-automation/SKILL.md 2. 保存为 ~/.claude/skills/hystruct-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 Hystruct 相关工具的最新 schema 和可用参数,再用正确字段帮我自动创建一个基础任务流程,并说明每一步调用了什么。
先返回已检索到的工具结构摘要,再基于正确参数完成任务流程创建说明。
先搜索当前 Hystruct 工具支持的批量操作 schema,然后帮我批量处理 20 条任务记录:校验字段、执行自动化步骤,并汇总成功与失败结果。
一个批量执行结果摘要,包含字段校验情况、执行状态以及失败原因汇总。
请先搜索 Hystruct 当前工具 schema,检查我这次自动化调用失败是否因为参数名或必填字段变化,并给出修正后的调用方案。
失败原因分析,以及基于最新 schema 的修正参数与调用建议。
Automate Hystruct operations through Composio's Hystruct toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/hystruct
RUBE_MANAGE_CONNECTIONS with toolkit hystructRUBE_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 hystructAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Hystruct 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 Hystruct task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["hystruct"]
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 Hystruct-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit hystruct |
| 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 自动化执行 Composio 任务,并先检索工具获取最新参数结构。