通过 Rube MCP 自动执行 Timekit 相关任务,并先检索最新工具 schema。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "timekit-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/timekit-automation/SKILL.md 2. 保存为 ~/.claude/skills/timekit-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 Rube MCP 中与 Timekit 相关的可用工具和最新参数 schema,然后帮我创建一个用于 30 分钟产品演示的预订流程,输出调用步骤、关键参数和注意事项。
返回已检索的工具信息,并给出创建 Timekit 预订流程的操作步骤与参数说明。
先搜索 Timekit 工具的最新 schema,再根据以下规则自动更新时间段:工作日 9:00-18:00 可预约,周五下午关闭,下周一到周三生效。请给出执行方案和所需字段。
输出适用于当前 schema 的更新时间段方案、字段映射和执行顺序。
我在通过 Rube MCP 调用 Timekit 任务时失败了。请先搜索最新工具定义和参数要求,再帮我检查常见报错原因,列出排查步骤,并给出一个正确调用示例。
给出基于最新 schema 的故障排查清单、可能原因和修正后的调用示例。
Automate Timekit operations through Composio's Timekit toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/timekit
RUBE_MANAGE_CONNECTIONS with toolkit timekitRUBE_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 timekitAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Timekit 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 Timekit task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["timekit"]
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 Timekit-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit timekit |
| 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 自动化 Timecamp 任务,快速完成查询、更新与流程衔接。