通过 Rube MCP 自动执行 Griptape 任务并按最新工具 schema 调用。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "griptape-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/griptape-automation/SKILL.md 2. 保存为 ~/.claude/skills/griptape-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索可用工具及其最新 schema,然后通过 Rube MCP 触发一个 Griptape 工作流:读取指定输入参数,执行任务,并返回运行结果与状态。
返回已执行的工作流结果、关键输出内容及执行状态说明。
先搜索工具 schema,再通过 Rube MCP 批量调用 Griptape 任务,对这组参数逐条执行,并汇总每次运行的成功、失败与输出摘要。
输出批量执行报告,包含每条参数的处理结果与异常信息。
请先搜索与 Griptape 自动化相关的工具,确认最新输入 schema 后,再生成正确的调用参数并执行任务;如果 schema 有变化,请说明调整点。
返回适配后的调用方式、执行结果,以及 schema 变化说明。
Automate Griptape operations through Composio's Griptape toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/griptape
RUBE_MANAGE_CONNECTIONS with toolkit griptapeRUBE_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 griptapeAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Griptape 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 Griptape task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["griptape"]
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 Griptape-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit griptape |
| 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 自动化执行 Gemini 相关任务,并先检索最新工具 schema。