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.
npx agentmods add skills/dustinestes/clockify-agent-plugin/clockify-start-timernpx skills add dustinestes/clockify-agent-plugin --skill clockify-start-timergit clone --depth 1 https://github.com/dustinestes/clockify-agent-pluginWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00062 | $0.00798 |
| Opus 5 | $0.00031 | $0.00399 |
| Sonnet 5 | $0.00012 | $0.00160 |
| Haiku 4.5 | $0.00006 | $0.00080 |
Grade A, and why
clockify-start-timer 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 43 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Clockify start timer
Interactive Timer method (entry_method: timer). Agent-mediated starts belong to clockify-automate (that path passes entry_method: automated).
Config-aware behavior
- If
config_rootis already known this session and still this repo, reuse it. Otherwise resolve once withgit rev-parse --show-toplevelfrom the working directory (open tabs are not required; multi-root: focused path only as a tie-breaker). Re-resolve when the folder or focused root changes. Pass that string on Clockify MCP calls — do not run git before every tool. clockify_get_configwithconfig_root. Iffound, honortimer.description,timer.task,timer.rounding/include_seconds(the start tool applies them), andtimer.overlap.- Never invent project/task ids —
clockify_list_projects/clockify_ensure_project/clockify_ensure_taskfirst (all withconfig_root). - Description: if
timer.description.fromisprompt, ask or use what they said. Iftemplate, passissue_number/issue_title/github_labeland omitdescriptionso the template applies. Default template{issue_number} - {issue_title}→#N - title. Do not put a literal#before{issue_number}.
Workflow
clockify_get_running_timerwithconfig_root.- Same work already running (same issue / same description): report it. Do not stop or start again.
- Anything else running (including inactivity
pastThreshold): do not stop yet. Show description, project, duration (and inactivity if past threshold). Ask whether to stop it and start the new one. Only stop-then-start after they confirm. If they decline, leave the running timer. - Nothing running: continue.
- Resolve project: user name, config repo name, or list/ensure.
- Resolve task from
timer.task.from:prompt— ask (or none).github_label—ensure_taskwhenif_missingiscreateand a label is known;promptor skip perif_missing. No label → no task.repo— userepoNamefromclockify_get_config(git toplevel folder name).ensure_taskwhenif_missingiscreate;promptor skip perif_missing.none— no task.
clockify_start_timerwithconfig_root,entry_method: timer,project_id, optionaltask_id, description or issue fields, and optionalstart(ISO) if they asked to backdate.- If the tool returns
overlap: true, show the clash. Retry withconfirm_overlap: trueonly if they agree (ortimer.overlap.on_conflictisoverride).
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.
- yesterday First seen · 43 lines · 62 tokens per session scan A 731bd08395d7
clockify-start-timer is a skill published in the GitHub repository dustinestes/clockify-agent-plugin (0 stars, last pushed 8d ago), licensed MIT. It adds 62 tokens to every session and 798 once invoked, about $0.0003 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-08-31.
Other skills, from other repositories
goalslot-goal-checkup
Check whether one GoalSlot goal is on track. Use when the user asks about a specific goal, whether they will hit a deadline, why a goal is stalled, or wants to decide between changing the target, moving the deadline, or allocating more time. Shows the arithmetic and distinguishes an allocation problem from an…
smartsheet-rm
Enterprise Agent Skill for orchestrating Resource Management by Smartsheet (10,000ft API) — manage weekly timesheets, reconciliation, project staffing, assignments, capacity planning, and user availability.
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.
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.
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.
sideshift-operations
Use when the user wants to inspect or operate a SideShift company, including UGC campaigns, creators, recruiting, applications, jobs, contracts, posts, analytics, messaging, invoices, payouts, wallet, settings, or other SideShift workflows through the installed MCP server.