knowledge-cutoff-awareness

knowledge-cutoff-awareness is a skill for Claude Code, Codex from imkohenauser/antigravity-starter-ja. It costs 54 tokens per session (477 once invoked), scanned A, original, ISC.

A date-and-time utility that gives the current system time and calculates dates relative to it.

In plain words
What is it for?
Use it to retrieve the current date or time and calculate values such as tomorrow, two weeks ago, or one month from now.
Why use it?
It anchors answers involving today, recent events, or future and past dates in the actual current time instead of an outdated assumption.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to retrieve the current date or time and calculate values such as tomorrow, two weeks ago, or one month from now.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/imkohenauser/antigravity-starter-ja/knowledge-cutoff-awareness
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 imkohenauser/antigravity-starter-ja --skill knowledge-cutoff-awareness
Clone the repo
git clone --depth 1 https://github.com/imkohenauser/antigravity-starter-ja

Made for: Claude Code, Codex.

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 knowledge-cutoff-awareness

README.md
[![agentmods](https://agentmods.dev/badge/skills/imkohenauser/antigravity-starter-ja/knowledge-cutoff-awareness/github.svg)](https://agentmods.dev/skills/imkohenauser/antigravity-starter-ja/knowledge-cutoff-awareness)
Your own site
<a href="https://agentmods.dev/skills/imkohenauser/antigravity-starter-ja/knowledge-cutoff-awareness"><img src="https://agentmods.dev/badge/skills/imkohenauser/antigravity-starter-ja/knowledge-cutoff-awareness/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 knowledge-cutoff-awareness

Your own site · 80×15
<a href="https://agentmods.dev/skills/imkohenauser/antigravity-starter-ja/knowledge-cutoff-awareness"><img src="https://agentmods.dev/badge/skills/imkohenauser/antigravity-starter-ja/knowledge-cutoff-awareness.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 477 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.00054 $0.00477
Opus 5 $0.00027 $0.00238
Sonnet 5 $0.00011 $0.00095
Haiku 4.5 $0.00005 $0.00048

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

Security

Grade A, and why

knowledge-cutoff-awareness 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/get_date.js), 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.

.agent/skills/knowledge-cutoff-awareness/SKILL.md · 66 lines

What it actually says

knowledge-cutoff-awareness

This skill allows you to get the current date and time, and perform date calculations. It uses the system's date command via a wrapper script to provide consistent current time output.

For when to use this skill, when not to use it, agent instructions, examples, and reliability notes, see references/examples.md.

Usage

Get Current Date/Time

To get the current date and time in ISO 8601 format (recommended for machine parsing):

node scripts/get_date.js
# Output: 2026-02-16T16:55:00+09:00

To get a human-readable format:

node scripts/get_date.js --human
# Output: Mon Feb 16 2026 16:55:00 GMT+0900 (JST)

Relative Dates & Calculations

You can easily calculate relative dates using simple arguments. The output will be in ISO 8601 format by default.

  • Get tomorrow:

    node scripts/get_date.js +1d
    
  • Get date 2 weeks ago:

    node scripts/get_date.js -2w
    
  • Get date 1 month from now:

    node scripts/get_date.js +1m
    
  • Get yesterday (keyword):

    node scripts/get_date.js yesterday
    

Supported units: d (days), w (weeks), m (months), y (years).

Help

To see all available options:

node scripts/get_date.js --help

Limitations

  • System Time Dependency: This skill relies on the underlying system time. If the system clock is incorrect, the output will be incorrect.
  • Timezone: The ISO 8601 output includes the local timezone offset of the machine running the script.
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 66 lines · 54 tokens per session scan A 571c7934a879

Subscribe to this mod's changes

knowledge-cutoff-awareness is a skill published in the GitHub repository imkohenauser/antigravity-starter-ja (11 stars, last pushed 6mo ago), licensed ISC. It adds 54 tokens to every session and 477 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-30.

Related

Other skills, from other repositories

antigravity-workflows-v2

Antigravity Workflows workflow skill. Use this skill when the user needs Orchestrate multiple Antigravity skills through guided workflows for SaaS MVP delivery, security audits, AI agent builds, and browser QA and the operator should preserve the upstream workflow, copied support files, and provenance before merging…

diegosouzapw/awesome-omni-skills · 71 tokens

ttb-skill-shared

Shared resources for all TTBaseUIKit skills: routing, workflows, cross-functional analysis, rules, phases, references, anti-patterns, coding standards, and verification.

tqtuan1201/TTBaseUIKit · 40 tokens

asana

Organize Asana projects and tasks, configure custom fields and rules, and automate scoped updates through its API.

alivirgo/Major-AI-Skills · 24 tokens

antigravity-workflows

Antigravity Workflows workflow skill. Use this skill when the user needs Orchestrate multiple Antigravity skills through guided workflows for SaaS MVP delivery, security audits, AI agent builds, and browser QA and the operator should preserve the upstream workflow, copied support files, and provenance before merging…

diegosouzapw/awesome-omni-skills · 69 tokens

architecture-decision-records

Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions.

sickn33/agentic-awesome-skills · 34 tokens

autonomous-agent-patterns

Design patterns for building autonomous coding agents, inspired by Cline and OpenAI Codex.

sickn33/agentic-awesome-skills · 46 tokens