Clockify Automation
Automate time tracking workflows in Clockify -- create and manage time entries, workspaces, and users through natural language commands.
Author
Category
Office AutomationInstall
Hot:21
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-clockify-automation&locale=en&source=copy
Clockify Automation — Smart Time Tracking Automation Tool
Skill Overview
Clockify Automation lets you automate Clockify time tracking directly in Claude Code using natural-language commands. Without leaving your terminal, you can log work hours, query historical data, and manage workspaces.
Use Cases
Developers don’t need to switch to a browser or open the Clockify app. Create time entries and start timers directly in the command line using natural language, keeping your workflow focused.
Quickly search time records for a specified date range, project, or tags. Generate team time reports and export detailed data needed for project billing and client invoicing.
List all workspaces, view member information, and manage user permissions—ideal for team leads to audit time and allocate resources.
Core Features
Create time entries linked to projects, tasks, and tags. Support marking whether time is billable, specifying start/end times, or starting a running timer. You can also delete incorrect or duplicate records.
Filter time records across multiple dimensions such as user, project, task, tag, and date range. Supports paginated retrieval of complete data, and you can choose whether to return full project/task objects.
Get the current user information, list all workspaces, and query workspace members. Supports role-based filtering and managing team members.
Frequently Asked Questions
How do I connect Clockify in Claude Code?
You need to add the Rube MCP server to your Claude Code configuration using the URL
https://rube.app/mcp, and then complete Clockify account authentication via the provided link.Can I run multiple timers at the same time?
No. Clockify allows only one running timer at a time. If a timer is already running, you must stop it before creating a new running timer.
What are the requirements for the time format?
All time parameters must use the ISO 8601 format and include the time zone (e.g.,
2026-02-11T09:00:00Z). Omitting the time zone will cause unpredictable behavior.