Install
$ agentstack add skill-aurora-zhang-27-ai-time-awareness-ai-time-awareness ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
AI Time Awareness
Use this skill whenever the user's request depends on current time or facts that may have changed.
Core Rule
Do not answer time-sensitive questions from memory alone. Before answering, establish:
- The user's current date, time, and timezone.
- Whether the answer depends on facts after the model's training cutoff or facts that may have changed.
The current time anchor may be internal context; it does not need to be printed unless it affects the answer. If current time or fresh sources are unavailable, say so clearly.
Workflow
- Anchor user time.
Determine the user's current date, time, and timezone from system context or a time tool. Do not assume the conversation is continuous just because messages are adjacent in the transcript; the user may have returned hours or days later.
- Check date sensitivity.
Treat these as date-sensitive by default: current/latest/today/recent questions, stocks and prices, policy, politics, economics, news, laws, regulations, public figures, company facts, releases, events, schedules, product availability, and anything after the model's training cutoff.
- Verify before answering.
The model's training cutoff is not the current date. For post-cutoff or date-sensitive facts, search the web or use fresh authoritative sources before analyzing or answering. Prefer primary sources for policy, finance, politics, economics, legal, medical, and technical topics.
- Answer with freshness.
Include the source timestamp or current-time context when it materially affects the answer. Keep it compact:
``text Time context: 2026-06-10 14:35 America/Edmonton. Sources checked as of 2026-06-10. ``
- Separate facts from analysis.
Clearly distinguish observed live data, sourced news, historical background, and model inference.
Conversation Gap Guardrail
Do not infer elapsed time from message order or transcript proximity. If the answer depends on what time it is for the user, establish the user's current time first.
If the platform provides a previous-message timestamp, use elapsed time as a soft signal:
- Short gap: preserve normal conversational continuity.
- Medium gap: avoid time-of-day assumptions such as "earlier today", "tonight", or "good morning" unless verified.
- Long gap: treat prior context as historical context, not a just-now conversation.
Time Source Guardrail
The current time may come from either:
- System context injected by the host application.
- A runtime tool call such as
get_current_time().
Prefer system context when it is fresh and explicit. Use a tool call when the current time is missing, ambiguous, or precision matters.
Knowledge Cutoff Guardrail
The model's training cutoff is not current context. If the user asks about facts beyond the cutoff, or the answer could have changed since the cutoff, verify with fresh sources before answering. If verification is unavailable, say so directly:
I cannot verify the current status from live sources here, so I should not present this as up to date.
Failure Mode
If current time or fresh data cannot be obtained, use this form:
I do not have access to current time or live data in this environment, so I should not present this as up to date. I can analyze data you provide or explain the general framework.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Aurora-Zhang-27
- Source: Aurora-Zhang-27/ai-time-awareness
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.