What problem does it solve? Manually computing date ranges for "last 7 days" queries is error-prone, especially across timezones and month boundaries. This Skill resolves the phrase into exact, ready-to-use date bounds so your queries and reports always use the correct window. ## Core Features & Use Cases - Deterministic Date Resolution: Runs a bundled Node.js resolver that returns inclusive civil dates (YYYY-MM-DD) in your local timezone. - UTC Instant Output: Provides a half-open [start, end) range of exact UTC instants for timestamp-based database or API queries. - Read-Only Operation: Performs no writes and no network calls, making it safe to run before any time-bounded task. - Use Case: Before querying an analytics database for "signups in the last 7 days", run this Skill to get the exact start and end dates plus UTC bounds, then plug them directly into your SQL WHERE clause. ## Quick Start Ask the AI to resolve the last 7 days into concrete dates before running your time-bounded query or report.