NO
NASA Open APIs
/neo-feed
Near-Earth objects
Asteroids approaching Earth in a date range, with size and hazard flag.
liveverifieddegraded · 642ms
nasaasteroidsspace
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run nasa /neo-feed for me.
Input
| Field | Type | Description |
|---|---|---|
| start_date* | string | YYYY-MM-DD |
| end_date | string | YYYY-MM-DD (max 7 days later) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"nasa","endpoint":"/neo-feed","input":{"start_date":"..."}}'cli
npx cracked-ai run -p nasa -e /neo-feed -i '{"start_date":"..."}'mcp
run_tool({ provider: "nasa", endpoint: "/neo-feed", input: {"start_date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.