← All skills

Sun and Moon Times

Free

Your agent can't reliably compute sun and moon times; this returns exact sunrise, sunset, twilight, and moon phase for any spot and date.

Maps & Weather

Computes sunrise, sunset, solar noon, twilight times, moon phase, and lunar illumination for any location and date. Useful for planning shoots, outdoor events, or just knowing when the sun sets.

Use when

You need exact daylight or moon-phase figures the model should not guess.

Not for

Weather conditions or forecasts (use weather), or star and planet positions.

What you can do

  • Compute sunrise, sunset, solar noon, and twilight times for a location and date.
  • Compute the moon phase and illumination for a date.

What you get back

information

Run it

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/astronomy/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"prompt":"When does the sun set in Paris today?"}}'

Example requests

  • When does the sun set in Paris today?
  • What is the moon phase on December 25 2025?
  • What time is sunrise in New York tomorrow?