context-now

Interpret time-sensitivity prompts within the OpenClaw reference fixture e2e test context.

5|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/GYF0311/lorekit --skill context-now-gyf0311
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: context-now
Source: https://github.com/GYF0311/lorekit/tree/main/brain/test/fixtures/openclaw-reference-minimal/skills/context-now
Command: npx skills add https://github.com/GYF0311/lorekit --skill context-now-gyf0311

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps the agent stay accurate and consistent when users ask about timing, lateness, or remaining time.

Core Features & Use Cases

  • Time-sensitivity discipline: Interprets prompts like being late or asking for remaining time in a way that prioritizes immediate, actionable timing.
  • Context-aware responses: Grounds answers in the fixture’s intended test scenario so timing questions behave predictably.
  • Use Case: When running or debugging the OpenClaw reference fixture tests, you can validate that the agent responds correctly to time-related user prompts.

Quick Start

Ask the assistant one timing question like “how long until I’m late?” in the context of the OpenClaw reference fixture.

Frequently Asked Questions about context-now

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

FAQPage Schema
How do I handle e2e testing prompts for time-awareness and lateness?▼

Handle e2e testing prompts for lateness by enforcing a deterministic, time-sensitivity discipline that grounds timing questions predictably within the intended fixture test scenario.

What is the best way to validate remaining duration questions in an e2e test context?▼

Validate remaining duration queries by applying an always-on time-sensitivity discipline to the fixture, ensuring the agent interprets duration prompts with immediate, actionable timing.

Can I use this to debug what time is prompts for the OpenClaw reference fixture?▼

Yes, you can debug what time is prompts for the OpenClaw reference fixture by enforcing deterministic, fixture-aligned interpretation of triggers so the agent responds correctly.

Does this approach work without external dependencies for time-sensitive e2e tests?▼

Yes, this approach works without external dependencies, applying a context discipline internally to resolve timing questions and enforce predictable lateness triggers during testing.

Why does the agent misinterpret how long until prompts during e2e testing?▼

The agent misinterprets how long until prompts without fixture-aligned context discipline, making deterministic interpretation of triggers necessary to ground answers in the test scenario.

When do I need context discipline for time-awareness in e2e testing?▼

You need context discipline for time-awareness in e2e testing when users ask about lateness, remaining duration, or current time, requiring deterministic, fixture-aligned interpretation.