Clockify Automation
Automate time tracking workflows in Clockify -- create and manage time entries, workspaces, and users through natural language commands.
npx skills add ComposioHQ/awesome-claude-skills --skill clockify-automation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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](https://composio.dev/toolkits/clockify) --- ## Setup 1. Add the Rube MCP server to your Claude Code config with URL: `https://rube.app/mcp` 2. When prompted, authenticate your Clockify account through the connection link provided 3. 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 created - `start` (required) -- ISO 8601 start time (e.g., `2026-02-11T09:00:00Z`) - `end` -- ISO 8601 end time; omit to create a running timer - `projectId` -- associate with a project - `taskId` -- associate with a task - `description` -- work description (0-3
- Setup
- Core Workflows
- 1. Create Time Entries
- 2. Query Time Entries
- 3. Delete Time Entries
- 4. Manage Workspaces
- 5. User Information
- 6. Running Timer Management
- Known Pitfalls
- Quick Reference
What does the Clockify Automation skill do?
Automate time tracking workflows in Clockify -- create and manage time entries, workspaces, and users through natural language commands.
How do I install it?
Run `npx skills add ComposioHQ/awesome-claude-skills --skill clockify-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
