SKILL.md
Clockify Automation
Automate your Clockify time tracking operations directly from Claude Code. Log time entries, query historical data, manage workspaces, and audit team activity -- all without leaving your terminal.
Toolkit docs: composio.dev/toolkits/clockify
Setup
- Add the Rube MCP server to your Claude Code config with URL:
https://rube.app/mcp - When prompted, authenticate your Clockify account through the connection link provided
- Start automating your time tracking workflows with natural language
Core Workflows
1. Create Time Entries
Log time with project, task, and tag associations, plus billable status.
Tool: CLOCKIFY_CREATE_TIME_ENTRY
Log 2 hours of work on project 64a687e2 in workspace 64a687e3 starting at 9am UTC today with description "API development"
Key parameters:
workspaceId(required) -- workspace where the entry is createdstart(required) -- ISO 8601 start time (e.g.,2026-02-11T09:00:00Z)end-- ISO 8601 end time; omit to create a running timerprojectId-- associate with a projecttaskId-- associate with a taskdescription-- work description (0-3000 chars)tagIds-- array of tag IDsbillable-- whether the entry is billablecustomFieldValues-- array of custom field entries withcustomFieldIdandvalue
2. Query Time Entries
Retrieve historical time entries for reporting, auditing, and invoicing.
