NN
NeoWs - (Near Earth Object Web Service)
/rest/v1/feed
Find Near Earth Objects by date
Get a list of Near Earth Objects within a date range, The max range in one query is 7 days
liveunknown~3s typical
feedneows
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-neowsapp-com /rest/v1/feed for me.
Input
| Field | Type | Description |
|---|---|---|
| start_date | string | Start of date range search, format: yyyy-MM-dd - (ex: 2015-04-28) default null |
| end_date | string | End of date range search, format: yyyy-MM-dd - (ex: 2015-04-28). If left off search will extends 7 days from start_date default null |
| detailed | boolean | detailed default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-neowsapp-com","endpoint":"/rest/v1/feed","input":{"start_date":"...","end_date":"...","detailed":true}}'cli
npx cracked-ai run -p oa-neowsapp-com -e /rest/v1/feed -i '{"start_date":"...","end_date":"...","detailed":true}'mcp
run_tool({ provider: "oa-neowsapp-com", endpoint: "/rest/v1/feed", input: {"start_date":"...","end_date":"...","detailed":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.