desktime-automation
Automate Desktime tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Office AutomationInstall
Hot:26
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-desktime-automation&locale=en&source=copy
Desktime Automation - Automate Time Tracking Operations via Rube MCP
Skill Overview
Desktime Automation is a skill that automatically executes Desktime time-tracking tasks using the Rube MCP and the Composio toolkit, allowing for quick integration without needing an API key.
Use Cases
1. Remote Team Time Management
Team managers can automatically retrieve all members’ work-time data, generate visual reports, and avoid manual exporting and processing. It supports bulk querying time records for multiple projects, enabling automated attendance management.
2. Personal Productivity Tracking
Automatically sync Desktime data to other productivity tools, such as project management systems or data analytics platforms. Configure scheduled jobs to record daily working hours automatically, building a personal efficiency database.
3. Workflow Automation Integration
Integrate Desktime operations into larger automation workflows—for example, updating project progress based on work time, triggering notifications, or generating invoices. With session management features in Rube MCP, multi-step operations run cohesively.
Core Features
Dynamic Tool Discovery
Use
RUBE_SEARCH_TOOLS to query the currently available Desktime tools and their input schemas in real time. This ensures you always use the latest tool definitions and avoids execution failures caused by schema changes.Connection Status Management
Use
RUBE_MANAGE_CONNECTIONS to check Desktime connection status anytime. Before running any operation, verify whether the connection is active. If the connection drops, quickly obtain a re-authorization link.Batch Tool Execution
Execute multiple Desktime operations in a single request via
RUBE_MULTI_EXECUTE_TOOL. Supports session reuse and in-memory passing, significantly improving the efficiency of batch operations.FAQs
How do I get started with Desktime Automation?
First, add
https://rube.app/mcp as an MCP server—no API key configuration is required. Then call RUBE_SEARCH_TOOLS to confirm the service is available, use RUBE_MANAGE_CONNECTIONS to complete Desktime authorization, and once the connection status becomes ACTIVE, you can start using it.Does Rube MCP require payment?
Rube MCP itself is completely free. You only need to add the server address to use it. However, note that some underlying Composio tools may require a subscription—please refer to the Composio official documentation for specific costs.
Why search for tools before each execution?
Composio toolkits are continuously updated, and tool schemas may change at any time. Hardcoding tool definitions directly can cause operations to fail.
RUBE_SEARCH_TOOLS ensures you always fetch the latest tool schemas and recommended execution plans—this is the key step for stable operation.