Agent skill

Clockify Automation

Automate time tracking workflows in Clockify -- create and manage time entries, workspaces, and users through natural language commands.

ComposioHQgithub.com/ComposioHQGitHub ↗
claude-codecodexcursor
Install
npx skills add ComposioHQ/awesome-claude-skills --skill clockify-automation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: composio-skills/clockify-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 71,763 · +585 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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](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

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. Create Time Entries
  4. 2. Query Time Entries
  5. 3. Delete Time Entries
  6. 4. Manage Workspaces
  7. 5. User Information
  8. 6. Running Timer Management
  9. Known Pitfalls
  10. Quick Reference
More from awesome-claude-skills
All skills →
About this skill
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.

Keep going