Clockify Automation

Clockify Automation is a skill for Claude Code, Codex from openteams-lab/openteams. It costs 29 tokens per session (1,371 once invoked), scanned A, original, Apache-2.0.

A Clockify connection for tracking work time. Clockify is a time-tracking service where entries can be linked to projects, tasks, tags, and billable status.

In plain words
What is it for?
It helps create running or completed time entries, query past records, manage workspaces and users, and review team activity.
Why use it?
It removes the need to open Clockify and enter or look up time manually. Work logs and workspace activity can be handled through natural-language commands.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit It helps create running or completed time entries, query past records, manage workspaces and users, and review team activity.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/openteams-lab/openteams/clockify-automation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add openteams-lab/openteams --skill clockify-automation
Clone the repo
git clone --depth 1 https://github.com/openteams-lab/openteams

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Clockify Automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/openteams-lab/openteams/clockify-automation/github.svg)](https://agentmods.dev/skills/openteams-lab/openteams/clockify-automation)
Your own site
<a href="https://agentmods.dev/skills/openteams-lab/openteams/clockify-automation"><img src="https://agentmods.dev/badge/skills/openteams-lab/openteams/clockify-automation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Clockify Automation

Your own site · 80×15
<a href="https://agentmods.dev/skills/openteams-lab/openteams/clockify-automation"><img src="https://agentmods.dev/badge/skills/openteams-lab/openteams/clockify-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,371 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.01371
Opus 5 $0.00015 $0.00685
Sonnet 5 $0.00006 $0.00274
Haiku 4.5 $0.00003 $0.00137

Measured 7d ago against content hash 0a7bd1ee11b8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

Clockify Automation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

assets/skills/clockify-automation/SKILL.md · 148 lines

How it starts

The opening of the file, as written. The whole thing — 148 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

  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-3000 chars)
  • tagIds -- array of tag IDs
  • billable -- whether the entry is billable
  • customFieldValues -- array of custom field entries with customFieldId and value

2. Query Time Entries

Retrieve historical time entries for reporting, auditing, and invoicing.

Tool: CLOCKIFY_GET_TIME_ENTRIES

Get all time entries for user abc123 in workspace xyz789 from January 2026

Key parameters:

  • workspaceId (required) -- workspace to query
  • userId (required) -- user whose entries to retrieve
  • start / end -- ISO 8601 date range filters
  • project -- filter by project ID
  • task -- filter by task ID
  • tags -- comma-separated tag IDs
  • description -- text filter (partial match)
  • hydrated -- set true to get full project/task/tag objects instead of just IDs
  • in-progress -- set true to return only the running timer
  • page / page-size -- pagination (default 50 per page)

Read the full file on GitHub · 148 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 148 lines · 29 tokens per session scan A 0a7bd1ee11b8

Subscribe to this mod's changes

Clockify Automation is a skill published in the GitHub repository openteams-lab/openteams (612 stars, last pushed yesterday), licensed Apache-2.0. It adds 29 tokens to every session and 1,371 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories