context-now

Anchors answers about lateness and time remaining to the current moment.

1|Updated May 9, 2026
One-click install
npx skills add https://github.com/weiping/gbrain-cn --skill context-now
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-now
Source: https://github.com/weiping/gbrain-cn/tree/main/test/fixtures/openclaw-reference-minimal/skills/context-now
Command: npx skills add https://github.com/weiping/gbrain-cn --skill context-now

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

You need time-sensitive guidance from your AI, but generic responses ignore “now” and context like deadlines or countdowns.

Core Features & Use Cases

  • Time-aware interpretation: Detects questions about lateness, time remaining, and current time references and grounds the answer in the present moment.
  • OpenClaw reference fixture support: Provides deterministic behavior for e2e testing of OpenClaw reference compatibility.
  • Use case: When you ask, “Am I late for the meeting?” the skill helps the system produce an answer that respects the current time context instead of treating time as static.

Quick Start

Ask your agent “how long until the call starts?” and expect it to respond with a time-aware, now-relative answer.

Frequently Asked Questions about context-now

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make my AI agent give time-aware answers about lateness or countdowns?

To get time-aware answers, you need a discipline that anchors responses to the current moment. This skill detects queries about lateness or time remaining and grounds the output in the present time instead of treating time as static.

How does current time interpretation work for e2e testing in an agent fixture?

Current time interpretation for e2e testing works by applying an ALWAYS-ON time-sensitivity discipline within the OpenClaw reference fixture. This ensures deterministic behavior when the agent processes now-relative queries during automated tests.

What is the best way to calculate time remaining for an event using an AI agent?

The best way to calculate time remaining is to ask your agent directly, such as "how long until the call starts?". The system resolves the query by interpreting the now reference against the current time to produce a precise countdown.

Does this time-aware interpretation require specific dependencies or components?

No specific dependencies or components are required. The skill operates independently to resolve time-sensitive user questions by applying its internal time-sensitivity discipline to anchor answers to the present moment.

Why does my AI agent ignore the current time when I ask if I am late for a meeting?

Your AI ignores the current time because it lacks time-sensitive interpretation. Without anchoring answers to the present moment, the system treats time as static and fails to provide accurate lateness or countdown guidance.