Clockify Automation

Automate time tracking workflows and manage project data through natural language commands.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill clockify-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Clockify Automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/clockify-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill clockify-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manual time entry and administrative overhead in Clockify, allowing users to log work and audit team activity directly from their terminal.

Core Features & Use Cases

  • Time Entry Management: Create, track, and delete time entries with project, task, and billable status associations.
  • Workspace & User Auditing: Retrieve workspace lists, user profiles, and team member details to maintain accurate project reporting.
  • Use Case: A developer can start a timer for a specific task using a natural language command, then later query all entries for the month to generate an invoice report without switching contexts.

Quick Start

Use the clockify skill to log 2 hours of work on project 64a687e2 with the description "API development".

Frequently Asked Questions about Clockify Automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a timer in Clockify using this skill?

Start a timer by calling the CLOCKIFY_CREATE_TIME_ENTRY tool without providing an end timestamp. Ensure you have the correct workspaceId and projectId before initiating the command.

Can I filter time entries by date range?

Yes, use the CLOCKIFY_GET_TIME_ENTRIES tool with the start and end parameters formatted as ISO 8601 strings to retrieve entries within a specific timeframe.

Why do I need to call get workspaces before logging time?

Clockify tools require specific workspace and user IDs to function correctly. Calling CLOCKIFY_GET_ALL_MY_WORKSPACES first ensures you have the valid identifiers required for subsequent operations.

Does this skill support billable time tracking?

Yes, you can set the billable parameter to true when creating a time entry to mark the work as billable within your Clockify workspace.

What happens if I try to start a timer while one is already running?

Clockify only allows one active timer at a time. You must stop the existing running timer before creating a new one without an end timestamp.