con un clic
time-utils
// Compute and format dates/times in arbitrary timezones using a small set of bundled bash scripts. Use when the user asks about "what time is it", "current time in <city>", date math, or timezone conversions.
// Compute and format dates/times in arbitrary timezones using a small set of bundled bash scripts. Use when the user asks about "what time is it", "current time in <city>", date math, or timezone conversions.
Say hello in different styles. Use when the user asks for a greeting or a friendly message.
Use when adding, modifying, or debugging OTel span timeline events in the trace view. Covers event structure, ClickHouse storage constraints, rendering in SpanTimeline component, admin visibility, and the step-by-step process for adding new events.
Use this skill when writing, designing, or optimizing Trigger.dev background tasks and workflows. This includes creating reliable async tasks, implementing AI workflows, setting up scheduled jobs, structuring complex task hierarchies with subtasks, configuring build extensions for tools like ffmpeg or Puppeteer/Playwright, and handling task schemas with Zod validation.
| name | time-utils |
| description | Compute and format dates/times in arbitrary timezones using a small set of bundled bash scripts. Use when the user asks about "what time is it", "current time in <city>", date math, or timezone conversions. |
This skill bundles small bash scripts that shell out to date for timezone-aware answers without the model having to reason about offsets.
scripts/now.sh [TZ]Prints the current time in the given IANA timezone (default UTC). Example:
bash scripts/now.sh America/Los_Angeles
scripts/add.sh DAYS [TZ]Prints a date DAYS days from now in the given timezone. DAYS can be negative. Example:
bash scripts/add.sh 3 Europe/London
America/New_York, not EST).references/timezones.txt for a short cheat-sheet of common zones.