context-now

Maintain current temporal context for OpenClaw fixture tests.

Updated May 16, 2026
One-click install
npx skills add https://github.com/Morris-UTRUST/GBrain-knowledge --skill context-now-morris-utrust
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-now
Source: https://github.com/Morris-UTRUST/GBrain-knowledge/tree/main/test/fixtures/openclaw-reference-minimal/skills/context-now
Command: npx skills add https://github.com/Morris-UTRUST/GBrain-knowledge --skill context-now-morris-utrust

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenClaw tests often rely on accurate timing; this Skill ensures the fixture maintains current temporal context to prevent drift.

Core Features & Use Cases

  • Enforces a consistent time reference across test runs.
  • Supports end-to-end tests that depend on scheduling and time-based triggers.
  • Helps reproduce and diagnose flaky timing-related failures by stabilizing temporal context.

Quick Start

Enable this skill to ensure the OpenClaw fixture always uses the current time reference.

Frequently Asked Questions about context-now

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

FAQPage Schema
How do I prevent timing drift in OpenClaw end-to-end tests?

Preventing timing drift in OpenClaw end-to-end tests requires maintaining a current temporal context throughout the test run. This approach exposes a current-time token that ensures deterministic results based on the present time, preventing flaky timing-related failures.

Why does my OpenClaw fixture test fail intermittently with time-based triggers?

OpenClaw fixture tests fail intermittently with time-based triggers when the temporal context drifts across runs. Enforcing a consistent time reference stabilizes the fixture, helping reproduce and diagnose flaky timing-related synchronization failures.

How do I synchronize simulated delays in OpenClaw e2e testing?

Synchronizing simulated delays in OpenClaw e2e testing requires integrating a current-time token into the test harness. This enforces a consistent time reference that validates timing-dependent behavior and ensures deterministic synchronization with clocks.

Do I need external dependencies to manage time-sensitivity in OpenClaw fixture tests?

No, managing time-sensitivity in OpenClaw fixture tests requires no external dependencies. The functionality integrates directly with the existing test harness to maintain current temporal context and expose a deterministic current-time token.

What's the best way to validate scheduling behavior in OpenClaw end-to-end scenarios?

The best way to validate scheduling behavior in OpenClaw end-to-end scenarios is to enforce an always-on time-sensitivity discipline. This maintains current temporal context and supports tests depending on scheduling and time-based triggers for deterministic results.