context-now

Provide current system time and calculate durations until deadlines.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/starlink-awaken/omostation-gbrain --skill context-now-starlink-awaken
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-now
Source: https://github.com/starlink-awaken/omostation-gbrain/tree/main/test/fixtures/openclaw-reference-minimal/skills/context-now
Command: npx skills add https://github.com/starlink-awaken/omostation-gbrain --skill context-now-starlink-awaken

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for real-time temporal awareness within automated workflows, ensuring that time-sensitive tasks are executed with accurate context.

Core Features & Use Cases

  • Time Sensitivity: Provides immediate access to current system time and duration calculations.
  • Contextual Awareness: Helps agents understand deadlines and relative timeframes for task scheduling.
  • Use Case: Use this skill to determine if a specific deadline has passed or to calculate the remaining time until a scheduled event occurs.

Quick Start

Ask the context-now skill to provide the current time or calculate the duration remaining until a specific deadline.

Frequently Asked Questions about context-now

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

FAQPage Schema
How do I calculate remaining time until a scheduled event for automated agents?

You calculate remaining time by querying current system time and applying duration calculations to determine the interval remaining until a scheduled event occurs. This provides real-time temporal context to validate time-based tasks.

What is time-awareness discipline in automated task scheduling?

Time-awareness discipline is a mechanism ensuring automated agents maintain real-time temporal context for time-sensitive tasks. It provides immediate access to system time for understanding deadlines and relative timeframes during task scheduling.

How do I check if a specific deadline has passed during an automated workflow?

To check if a deadline has passed, ask the skill to provide the current time and compare it against the target deadline. It performs time-based task validation to determine if the scheduled threshold has been crossed.

Does context-now work with system clock utilities for time-based decision making?

Yes, the skill requires access to system clock utilities to ensure accurate time-based decision making. It leverages these utilities to provide real-time temporal context and duration calculations for automated agents.

What are the limitations of using basic temporal context for deadline monitoring?

The limitation of basic temporal context is that it focuses strictly on providing current system time and duration calculations without advanced scheduling logic. It supplies the temporal data, leaving complex workflow orchestration to other components.