clockify-automate-enable

clockify-automate-enable is a skill for Claude Code, Cursor from dustinestes/clockify-agent-plugin. It costs 101 tokens per session (1,508 once invoked), scanned A, original, MIT.

A configuration skill for resuming automated Clockify time tracking in a repository after it was paused. It restores saved settings and related Cursor rules and hooks when those settings are still available.

In plain words
What is it for?
Use it to turn Clockify automation back on, restore Cursor integration, and reinstall runaway hooks when they were previously enabled.
Why use it?
It avoids repeating the full setup when automation was only temporarily disabled. It also stops when the saved configuration is missing instead of pretending it can restore it.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: disable-model-invocation in frontmatter, but also shipped in a Cursor plugin. Also seen: mentions Cursor.

Part of the clockify-agent-plugin plugin — 12 skills, 1 MCP server shipped together

Good fit Use it to turn Clockify automation back on, restore Cursor integration, and reinstall runaway hooks when they were previously enabled.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dustinestes/clockify-agent-plugin/clockify-automate-enable
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 dustinestes/clockify-agent-plugin --skill clockify-automate-enable
Clone the repo
git clone --depth 1 https://github.com/dustinestes/clockify-agent-plugin

Made for: Claude Code, Cursor.

Or install clockify-agent-plugin, the plugin that ships this one along with the rest of its 12 skills, 1 MCP server.

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-automate-enable

README.md
[![agentmods](https://agentmods.dev/badge/skills/dustinestes/clockify-agent-plugin/clockify-automate-enable/github.svg)](https://agentmods.dev/skills/dustinestes/clockify-agent-plugin/clockify-automate-enable)
Your own site
<a href="https://agentmods.dev/skills/dustinestes/clockify-agent-plugin/clockify-automate-enable"><img src="https://agentmods.dev/badge/skills/dustinestes/clockify-agent-plugin/clockify-automate-enable/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-automate-enable

Your own site · 80×15
<a href="https://agentmods.dev/skills/dustinestes/clockify-agent-plugin/clockify-automate-enable"><img src="https://agentmods.dev/badge/skills/dustinestes/clockify-agent-plugin/clockify-automate-enable.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,508 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.
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.00101 $0.01508
Opus 5 $0.00051 $0.00754
Sonnet 5 $0.00020 $0.00302
Haiku 4.5 $0.00010 $0.00151

Measured 3d ago against content hash 370abff244b1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

clockify-automate-enable 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 3d 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.

skills/clockify-automate-enable/SKILL.md · 85 lines

How it starts

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

Clockify automate enable

Resume after a pause. Confirm, then flip live-automation flags on and restore Cursor glue from preserved yaml. Do not re-run forge / Cursor / runaway wizards unless required fields are missing.

First-time automation or after /clockify-unautomate: clockify-automate. Temporary pause: clockify-automate-disable.

Config root

Pass config_root on Clockify MCP calls. If it is already known this session and still this repo, reuse it. Otherwise resolve once with git rev-parse --show-toplevel from the working directory (same rules as automate).

Prerequisites

  1. Load config (clockify_get_config with config_root). If missing, run clockify-init is not enough for automate — tell the user to run /clockify-automate (full wizards). Stop.
  2. Init / after unautomate (all forge.*.enabled false, typically empty triggers / empty modes): settings were never kept. Chat that enable cannot restore what was rolled back; redirect to /clockify-automate. Do not invent forge/triggers/modes.
  3. Paused (enabled: false and any forge.*.enabled is true): normal enable path below.
  4. Already active (enabled: true and any forge.*.enabled is true): still confirm; refresh rule (and runaway hooks if settings.runaway.enabled) from current yaml — idempotent, no wizards unless the user asks to reconfigure (then hand off to /clockify-automate).

Confirm

  1. Inventory with tools if needed, then repeat the result in a normal chat message (markdown list). Do not rely on tool snippets as the only listing.
  2. Chat list: what will be restored — entry.automated.enabled: true, platforms.cursor.enabled when modes warrant it, rewrite .cursor/rules/clockify.mdc, and reinstall runaway hooks only if settings.runaway.enabled is true. Note forge / triggers / modes already on disk (not re-asked).
  3. Then AskQuestion with only a short confirm, e.g. “Resume Clockify automate from saved settings?” — do not put the inventory in the question box.
  4. Do not re-run forge / Cursor / runaway AskQuestion wizards on this path.

Read the full file on GitHub · 85 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. 3d ago First seen · 85 lines · 101 tokens per session scan A 370abff244b1

Subscribe to this mod's changes

clockify-automate-enable is a skill published in the GitHub repository dustinestes/clockify-agent-plugin (0 stars, last pushed 3d ago), licensed MIT. It adds 101 tokens to every session and 1,508 once invoked, about $0.0005 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-09.

Related

Other skills, from other repositories

goalslot-log-time

Log or correct time in GoalSlot. Use when the user says they forgot to track something, wants to catch up on yesterday or last week, narrates what they worked on, asks to fix or move a time entry, or wants to start and stop the timer. Converts freeform narration into correctly attributed time entries.

ZeeshanAdilButt/goalslot-mcp · 70 tokens

goalslot-plan-my-week

Plan a week on the GoalSlot schedule. Use when the user asks to plan their week, block time for a goal, rebalance their schedule, or says they are not making progress on something and wants time set aside for it. Reads which goals are behind pace and what last week actually looked like before proposing blocks.

ZeeshanAdilButt/goalslot-mcp · 71 tokens

goalslot-weekly-review

Run a GoalSlot weekly review. Use at the end of a week, or when the user asks how their week went, whether they are on track, what they got done, or wants help writing a reflection. Combines logged hours, goal pace, schedule adherence and the user's own journal and check-ins into one honest read.

ZeeshanAdilButt/goalslot-mcp · 73 tokens

harness-design-fuzzing

Reference vocabulary for designing instrumented harnesses that drive vulnerability discovery — design classes (trigger-driven vs coverage-driven), tiered scope (T1 isolated function / T2 multi-component / T3 full build), systematic input exploration, the two-coverage distinction (fuzzer-feedback vs audit)…

provos/ironcurtain · 147 tokens

memory-safety-c-cpp

Reference vocabulary for memory-safety vulnerabilities in native C/C++ code — bug-class taxonomy, common arithmetic patterns that lead to corruption, dispatch-family discipline, type-confusion idioms, use-after-free patterns, and exploitability factors. Read when analyzing, hypothesizing, designing harnesses for, or…

provos/ironcurtain · 113 tokens

gmail-query-syntax

Reference for Gmail's search query syntax — operators like is:sent, newerthan:, from:, has:attachment, label:, and how they compose. Read this when constructing a Gmail search query string for the googleworkspace.gmailsearchmessages Code Mode call, especially when filtering by sent vs received, recency, sender, or…

provos/ironcurtain · 71 tokens