# Knowledge Cutoff Awareness

> Retrieve the current system date and time to anchor the agent in present reality. Use for questions involving today, current time, recent events, or information newer than the model's training data to prevent knowledge-cutoff errors and fictionalization of real facts.

- **Type:** Skill
- **Install:** `agentstack add skill-imkohenauser-antigravity-starter-ja-knowledge-cutoff-awareness`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [imkohenauser](https://agentstack.voostack.com/s/imkohenauser)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** ISC
- **Upstream author:** [imkohenauser](https://github.com/imkohenauser)
- **Source:** https://github.com/imkohenauser/antigravity-starter-ja/tree/main/.agent/skills/knowledge-cutoff-awareness

## Install

```sh
agentstack add skill-imkohenauser-antigravity-starter-ja-knowledge-cutoff-awareness
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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](references/examples.md).

## Usage

### Get Current Date/Time
To get the current date and time in ISO 8601 format (recommended for machine parsing):

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

To get a human-readable format:

```bash
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:**
  ```bash
  node scripts/get_date.js +1d
  ```

- **Get date 2 weeks ago:**
  ```bash
  node scripts/get_date.js -2w
  ```

- **Get date 1 month from now:**
  ```bash
  node scripts/get_date.js +1m
  ```

- **Get yesterday (keyword):**
  ```bash
  node scripts/get_date.js yesterday
  ```

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

### Help
To see all available options:

```bash
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.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [imkohenauser](https://github.com/imkohenauser)
- **Source:** [imkohenauser/antigravity-starter-ja](https://github.com/imkohenauser/antigravity-starter-ja)
- **License:** ISC

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-imkohenauser-antigravity-starter-ja-knowledge-cutoff-awareness
- Seller: https://agentstack.voostack.com/s/imkohenauser
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
