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.
You need exact daylight or moon-phase figures the model should not guess.
Weather conditions or forecasts (use weather), or star and planet positions.
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/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