workhours

workhours is a skill for Claude Code from gifflet/workhours-calendar. It costs 66 tokens per session (946 once invoked), scanned C, original, no licence file.

A guide for using the workhours MCP server to record and inspect time spent on work.

In plain words
What is it for?
Use it to log hours, check time spent, create monthly reports, and review work completed on a day.
Why use it?
It helps keep worked hours organized by client, project, task, date, and reporting period.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the workhours plugin — 1 skill shipped together

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.

agentmods
npx agentmods add skills/gifflet/workhours-calendar/workhours
Any agent
npx skills add gifflet/workhours-calendar --skill workhours
Clone the repo
git clone --depth 1 https://github.com/gifflet/workhours-calendar

Made for: Claude Code.

Or install workhours, the plugin that ships this one along with the rest of its 1 skill.

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 workhours

README.md
[![agentmods](https://agentmods.dev/badge/skills/gifflet/workhours-calendar/workhours.svg)](https://agentmods.dev/skills/gifflet/workhours-calendar/workhours)
Your own site
<a href="https://agentmods.dev/skills/gifflet/workhours-calendar/workhours"><img src="https://agentmods.dev/badge/skills/gifflet/workhours-calendar/workhours.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 946 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin unknown 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.00066 $0.00946
Opus 5 $0.00033 $0.00473
Sonnet 5 $0.00013 $0.00189
Haiku 4.5 $0.00007 $0.00095

Measured 5d ago against content hash 595b7b196dcb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade C, and why

workhours scanned grade C with 2 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 5d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://raw.githubusercontent.com/gifflet/workhours-calendar/main/install.sh | sh

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://raw.githubusercontent.com/gifflet/workhours-calendar/main/install.sh | sh
plugins/workhours/skills/workhours/SKILL.md · 83 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 5d ago First seen · 83 lines · 66 tokens per session scan C 595b7b196dcb

Subscribe to this mod's changes

workhours is a skill published in the GitHub repository gifflet/workhours-calendar (0 stars, last pushed 24d ago), with no licence file. It adds 66 tokens to every session and 946 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cortex-compiler

Cortex raw-to-wiki compiler — ingest, compile, bulk-ingest, manifests, LLM compilation. Use for ingestion pipelines, bulk.py, or compile endpoints.

synpulse8-opensource/pulse8-ai-cortex-knowledge-vault · 39 tokens

cortex-graph-search

Cortex knowledge graph and QMD search — NetworkX graph, edge types, vaultcontext, semantic/keyword/hybrid search. Use for graph stats, links, or search behavior.

synpulse8-opensource/pulse8-ai-cortex-knowledge-vault · 43 tokens

n8n-agents

Design n8n AI agents the right way. Use when building or editing any @n8n/n8n-nodes-langchain. AI node — an AI Agent, LLM chain, Text Classifier, or Information Extractor — and whenever the user mentions AI agents, LLM with tools, tool calling, $fromAI, system prompts, agent memory, sessionId, structured/JSON output…

czlonkowski/n8n-mcp · 156 tokens

frontend-feature

Build a new page, view, or data-driven feature in the Next.js frontend. Use when adding a route under the dashboard/marketing area, wiring UI to a backend endpoint, adding client state, or creating a localized page. Covers App Router, data fetching, Zustand stores, and i18n.

vstorm-co/full-stack-ai-agent-template · 64 tokens

billing-stripe

Work with Stripe billing — subscriptions, plans/prices, the Customer Portal, credits, usage metering, invoices, and webhook events. Use when changing plans, handling a new Stripe webhook, debugging a payment/subscription flow, or touching credit balances and usage.

vstorm-co/full-stack-ai-agent-template · 56 tokens

opik-instrument

Add Opik tracing to an existing app and verify a real trace lands. Installs the Opik package, detects the language and LLM framework, adds the minimum tracing, runs a safe representative path, confirms a trace in Opik, and returns the trace link. Use for "instrument my code", "add opik tracing", "add observability"…

comet-ml/opik-mcp · 101 tokens