Your agent can't reach NASA's feeds; this returns the Astronomy Picture of the Day, asteroid approaches, and Mars rover photos.
Knowledge & Reference
Returns current and historical space and astronomy data: the daily astronomy picture, near-Earth asteroid approaches, and photos from Mars rovers. Each operation pulls from live public space-agency data, so results reflect real observations and current orbital calculations.
You want the Astronomy Picture of the Day, near-Earth asteroid approaches, or photos taken by a Mars rover.
General web search, live launch schedules, satellite tracking, weather, star charts, or astrology.
Each is a sub-skill of Space & Science; the router picks the right one for your request.
information
Returns the requested data with image or media links and a source attribution. Imagery is US public domain. Not a downloadable file.
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/space/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"Show me today's astronomy picture"}}'Example requests