通过 Rube MCP 自动化 DeskTime 任务,帮助查询与处理时间追踪相关操作。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "desktime-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/desktime-automation/SKILL.md 2. 保存为 ~/.claude/skills/desktime-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索与 DeskTime 相关的可用工具和当前 schema,然后告诉我可以执行哪些常见操作,并演示一个获取时间追踪记录的调用示例。
返回当前可用的 DeskTime 操作清单、参数说明,以及一个可参考的查询示例。
先搜索 DeskTime 工具 schema,再获取本周团队成员的时间追踪数据,按成员汇总总工时、专注时长和异常项,并输出中文表格与简要结论。
生成按成员汇总的工时分析结果,包含表格、异常说明和简短总结。
先搜索当前 DeskTime 工具与参数 schema,然后根据可用能力批量执行今天的时间追踪相关任务;如果某项操作不可用,请列出原因和替代方案。
完成可执行任务的处理结果,并清楚说明失败项、原因及替代做法。
Automate Desktime operations through Composio's Desktime toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/desktime
RUBE_MANAGE_CONNECTIONS with toolkit desktimeRUBE_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 desktimeAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Desktime 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 Desktime task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["desktime"]
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 Desktime-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit desktime |
| 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 自动处理 Sevdesk 相关任务,提升财务与办公流程效率。