clockify-automate-disable

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

A procedure for pausing Clockify tracking managed by an agent without deleting its saved settings. It removes the active Cursor integration and turns off live automation while preserving other preferences.

In plain words
What is it for?
Use it to confirm the configuration, disable Clockify automation, clean up agent-owned hooks, and leave the setup ready to resume later.
Why use it?
It lets you stop automated time tracking temporarily instead of wiping the configuration or performing a full rollback.

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 confirm the configuration, disable Clockify automation, clean up agent-owned hooks, and leave the setup ready to resume later.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dustinestes/clockify-agent-plugin/clockify-automate-disable
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-disable
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-disable

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/dustinestes/clockify-agent-plugin/clockify-automate-disable"><img src="https://agentmods.dev/badge/skills/dustinestes/clockify-agent-plugin/clockify-automate-disable.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,506 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.00094 $0.01506
Opus 5 $0.00047 $0.00753
Sonnet 5 $0.00019 $0.00301
Haiku 4.5 $0.00009 $0.00151

Measured 3d ago against content hash cee47ce8e348, 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-disable 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-disable/SKILL.md · 79 lines

How it starts

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

Clockify automate disable

Pause, not a rollback. Confirm, then inert Cursor glue and flip live-automation flags off while retaining forge / settings.on_start / triggers / settings.runaway prefs / platforms.cursor.modes.

Full rollback (wipe automate-owned yaml toward init defaults): clockify-unautomate. Resume later: clockify-automate-enable.

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, say so and stop — there is nothing to pause.
  2. Never automated (init / after unautomate): all entry.automated.forge.*.enabled are false (and typically empty triggers / empty modes). Chat that automate was never turned on (or was fully rolled back); suggest /clockify-automate if they want automation. Do not invent settings.
  3. Already paused (enabled: false and any forge.*.enabled is true): still confirm and re-run glue removals (idempotent). Chat that settings are already paused; glue cleanup still runs if leftovers exist.
  4. Active (enabled: true and any forge.*.enabled is true): normal disable path below.

Confirm

  1. Inventory with tools if needed, then repeat the result in a normal chat message (markdown list of paths and yaml intent). Do not rely on tool snippets as the only listing.
  2. Chat list: rule + Clockify-owned hooks (including .cursor/hooks/clockify-runaway.sh when present), and note that entry.automated.enabled and platforms.cursor.enabled will become false while forge / settings.on_start / triggers / settings.runaway / modes stay. Note empty dirs that will be removed if they become empty after cleanup. The managed .clockify/ gitignore line stays. plugin / scope / entry.timer / entry.manual are not touched.
  3. Then AskQuestion with only a short confirm, e.g. “Pause Clockify automate in this repo (keep settings)?” — do not put the inventory in the question box.
  4. Do not delete .clockify/ or the managed .clockify/ gitignore line.
  5. Do not uninstall the Clockify Agent Plugin unless the user explicitly asks.
  6. Do not reset entry.automated to example defaults — that is unautomate.

Read the full file on GitHub · 79 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 · 79 lines · 94 tokens per session scan A cee47ce8e348

Subscribe to this mod's changes

clockify-automate-disable is a skill published in the GitHub repository dustinestes/clockify-agent-plugin (0 stars, last pushed 3d ago), licensed MIT. It adds 94 tokens to every session and 1,506 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