keito-time-track

keito-time-track is a skill for Claude Code, Codex from osodevops/keito-skill. It costs 66 tokens per session (528 once invoked), scanned A, original, MIT.

A time-tracking add-on that records coding-session time in Keito, a service for tracking billable work. It uses automatic session-end hooks and provides commands for setup, status, pausing, resuming, and disabling tracking.

In plain words
What is it for?
It is for setting up repository tracking, checking or pausing tracking, disabling it, and reviewing the current day's agent time.
Why use it?
It removes the need to record each AI coding session manually and helps separate agent work from other time entries.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the keito-time-track plugin — 1 skill, 2 hooks shipped together

Good fit It is for setting up repository tracking, checking or pausing tracking, disabling it, and reviewing the current day's agent time.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/osodevops/keito-skill/keito-time-track
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 osodevops/keito-skill --skill keito-time-track
Clone the repo
git clone --depth 1 https://github.com/osodevops/keito-skill

Made for: Claude Code, Codex.

Or install keito-time-track, the plugin that ships this one along with the rest of its 1 skill, 2 hooks.

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 keito-time-track

README.md
[![agentmods](https://agentmods.dev/badge/skills/osodevops/keito-skill/keito-time-track.svg)](https://agentmods.dev/skills/osodevops/keito-skill/keito-time-track)
Your own site
<a href="https://agentmods.dev/skills/osodevops/keito-skill/keito-time-track"><img src="https://agentmods.dev/badge/skills/osodevops/keito-skill/keito-time-track.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 528 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.00066 $0.00528
Opus 5 $0.00033 $0.00264
Sonnet 5 $0.00013 $0.00106
Haiku 4.5 $0.00007 $0.00053

Measured 8d ago against content hash b8243ef3fd1b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

keito-time-track 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 8d ago.

The scan reads SKILL.md. This mod also ships 12 executable files (hooks/lib/config.sh, hooks/lib/duration.sh, hooks/lib/log.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

keito-time-track/SKILL.md · 69 lines

What it actually says

Keito Time Track

You are helping the user manage Keito time tracking for coding sessions in this repository. Time entries are created automatically by installed lifecycle hooks when a session ends. Do not create time entries directly from the skill body.

Commands

When the user asks to set up Keito tracking for the current repo, or invokes this skill directly with /track-time-keito or /keito-time-track:keito-time-track, run:

if ! command -v keito >/dev/null 2>&1; then scripts/install-cli.sh; fi
keito skill install --skip-skills-add
scripts/setup-wizard.sh

If keito auth status reports unauthenticated, stop before setup and tell the user to run keito auth login. Do not ask for or print API keys.

When the user asks for tracking status, run:

scripts/status.sh

When the user asks to pause or resume tracking for the current session, run:

scripts/pause-resume.sh pause
scripts/pause-resume.sh resume

When the user asks to disable tracking for this repository, run:

scripts/disable.sh

When the user asks what was logged today, run:

keito --json time list --today --source agent

Summarise the returned entries by duration, project, task, and notes.

Rules

  • Never read or expose Keito API keys. Authentication belongs to the Keito CLI.
  • Never write .keito/config.yml by hand. Use scripts/setup-wizard.sh.
  • Treat .keito/config.yml as repository-specific. Do not reuse a config from another client or project.
  • Never create a time entry from the skill body. The session-end hook owns duration measurement and writes exactly one entry per session.
  • If the Keito CLI is missing, run scripts/install-cli.sh.
  • If the Keito CLI is unauthenticated, tell the user to run keito auth login or set KEITO_API_KEY and KEITO_ACCOUNT_ID.
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. 8d ago First seen · 69 lines · 66 tokens per session scan A b8243ef3fd1b

Subscribe to this mod's changes

keito-time-track is a skill published in the GitHub repository osodevops/keito-skill (2 stars, last pushed 1mo ago), licensed MIT. It adds 66 tokens to every session and 528 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.

Related

Other skills, from other repositories

coffee-break

Coffee break for the AI agent — because even agents need rest! Shows an animated ASCII coffee cup while the agent takes a timed break. User can set the duration (default 5 minutes). Use when asked to "take a break", "coffee break", "rest", "pause", or "coffee time".

zondatw/coffee-break · 67 tokens

meeting-note-summarizer

Turn meeting notes or transcripts into factual summaries, decisions, questions, and action items. Use when a user wants a concise recap or needs explicit owners and deadlines extracted without filling in missing details.

iflytek/skillhub · 44 tokens

daily-standup-journal

Generate concise daily standups, reflection prompts, and weekly retrospectives for individuals or teams. Use for planning a day, surfacing blockers, reviewing user-provided entries, or drafting a check-in without assuming prior history.

iflytek/skillhub · 51 tokens

happiness-skill

A Chinese-language guide to happiness based on reducing unmet wants, focusing on the present, and treating happiness as a trainable skill.

kangarooking/cangjie-skill · 136 tokens

planning-with-files

Use this by default for non-trivial multi-step work that needs persistent planning, progress tracking, or durable notes on disk. Trigger when a task will likely span multiple tool calls, research steps, verification loops, or enough context that the plan should not live only in transient chat memory.

Galaxy-Dawn/claude-scholar · 61 tokens

obsidian-kb-artifacts

Use this skill for Obsidian-native formatting and derived artifacts such as Markdown formatting, wikilinks, registry tables, canvas files, optional Bases, CLI operations, and link repair. This skill does not decide knowledge routing.

Galaxy-Dawn/claude-scholar · 52 tokens