desktime-automation

Automate Desktime task management and activity tracking workflows through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill desktime-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: desktime-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/desktime-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill desktime-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Desktime by providing a standardized, automated interface for managing time-tracking tasks and connections.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current Desktime tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Desktime integrations.
  • Workflow Execution: Perform bulk operations and multi-step tasks using discovered tool slugs and memory-aware execution patterns.

Quick Start

Use the desktime-automation skill to search for available tools and execute a time-tracking task.

Frequently Asked Questions about desktime-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Desktime to my AI agent?

Connect Desktime by calling RUBE_MANAGE_CONNECTIONS with the desktime toolkit. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE before proceeding.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available arguments for Desktime change frequently. Calling RUBE_SEARCH_TOOLS ensures you are using the most current tool definitions, preventing execution errors caused by outdated schemas.

Can I perform bulk operations with this skill?

Yes, use RUBE_MULTI_EXECUTE_TOOL for individual tasks or RUBE_REMOTE_WORKBENCH with run_composio_tool() for complex bulk operations. Always include the memory parameter to maintain state across execution steps.

What should I do if my Desktime connection is not active?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command. Follow the auth link provided in the response to re-authenticate your Desktime account.