Models slip on date math, weekdays, and business days; this computes them exactly, holidays included.
Time
Computes date differences, adds or subtracts durations from dates, returns weekdays, and counts business days between two dates with optional holiday exclusions. Runs locally with no charge.
You need exact date arithmetic the model should not count by hand.
Timezone conversion or current time (use timezone), or calendar holidays lookups (use holidays).
information
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/datetime/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"How many days between January 1 2024 and March 15 2025?"}}'Example requests