通过 Rube MCP 自动执行 Signpath 相关任务并先检索最新工具结构。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "signpath-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/signpath-automation/SKILL.md 2. 保存为 ~/.claude/skills/signpath-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 Rube MCP 中与 Signpath 相关的可用工具和最新 schema,然后用中文列出每个操作的名称、用途、必填参数和示例调用方式。
一份 Signpath 可用操作清单,包含当前参数结构与调用说明。
先搜索 Signpath 工具的最新 schema,确认触发签名流程所需参数。然后根据项目名称、构建版本和产物路径,生成并执行对应的 Signpath 自动化调用;如果缺少参数,先明确指出。
已校验参数的自动化调用结果,或一份缺失参数清单与下一步建议。
请先搜索 Signpath 相关查询工具的最新 schema,然后查询指定任务或请求的当前状态,整理为简洁报告,包括状态、关键时间点、失败原因(如有)和建议处理动作。
一份面向开发或运维的状态报告,便于快速判断是否需要重试或排查。
Automate Signpath operations through Composio's Signpath toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/signpath
RUBE_MANAGE_CONNECTIONS with toolkit signpathRUBE_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 signpathAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Signpath 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 Signpath task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["signpath"]
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 Signpath-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit signpath |
| 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 自动化 Signaturely 签署流程、模板与文档管理任务。