NO
NASA Open APIs
/apod
Astronomy picture of the day
Image, title and explanation for a date.
liveverifieddegraded · 17.5s
nasaspaceimage
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run nasa /apod for me.
Input
| Field | Type | Description |
|---|---|---|
| date | string | YYYY-MM-DD (default today) |
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":"/apod","input":{}}'cli
npx cracked-ai run -p nasa -e /apod -i '{}'mcp
run_tool({ provider: "nasa", endpoint: "/apod", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.