← All skills

Space & Science

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.

Use when

You want the Astronomy Picture of the Day, near-Earth asteroid approaches, or photos taken by a Mars rover.

Not for

General web search, live launch schedules, satellite tracking, weather, star charts, or astrology.

What you can do

Each is a sub-skill of Space & Science; the router picks the right one for your request.

What you get back

information

Returns the requested data with image or media links and a source attribution. Imagery is US public domain. Not a downloadable file.

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/space/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"prompt":"Show me today's astronomy picture"}}'

Example requests

  • Show me today's astronomy picture
  • Which asteroids are passing near Earth this week?
  • Show me photos from Curiosity taken on sol 1000