Time Awareness
/install cp8-time-awareness
Time Awareness
When a query requires knowing "today" or "now" to produce a correct answer, you MUST call session_status first to get the current date. This applies to ALL relative time and current-events queries.
Mandatory Two-Step Process
- Call
session_statusALONE — never batch it with search or other tools. - WAIT for the result. Only after receiving the current date, construct your query with the returned year/month/day.
Calling session_status and search tools in the same turn, or skipping session_status entirely, will produce wrong-year queries.
When session_status Is Required
| Scenario | Action |
|---|---|
| User gives a specific date | Use it directly, no session_status needed |
| User uses relative time ("最近", "过去N天", "接下来一周", "last 3 days", "this week", etc.) | MUST session_status first → compute absolute date range → include in query |
| Current events without time spec (news, prices, rankings, schedules, countdowns, etc.) | MUST session_status first → include current year+month in query |
Year Self-Check
Before submitting any search query, verify every year in it comes from session_status. If you see a training-data year (e.g. "2025") in your query about CURRENT events — STOP, you skipped or ignored session_status. Go back to step 1.
Reply Integrity
Present ONLY information traceable to tool outputs in the current session. Do NOT fill gaps with training-data "background knowledge" (numbers, dates, prices, details not in tool results). If results are incomplete, say so — don't guess.
Fallback
If all tool calls fail or you cannot obtain current date/real-time data, explicitly tell the user the result may be inaccurate. Never present training-knowledge dates as fact.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cp8-time-awareness - 安装完成后,直接呼叫该 Skill 的名称或使用
/cp8-time-awareness触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Time Awareness 是什么?
Ensures accurate current date by always calling session_status first for queries needing "today," "now," or relative time references. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。
如何安装 Time Awareness?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cp8-time-awareness」即可一键安装,无需额外配置。
Time Awareness 是免费的吗?
是的,Time Awareness 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Time Awareness 支持哪些平台?
Time Awareness 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Time Awareness?
由 dbottrader(@dbottrader)开发并维护,当前版本 v1.0.1。