daydreamsai

asteroid-agent

Builds a near-Earth asteroid tracking agent using NASA NeoWs API with x402 payments. Use when creating space object trackers, asteroid alert systems, or planetary defense data feeds.

daydreamsai 29 14 Updated 7mo ago
GitHub

Install

npx skillscat add daydreamsai/skills-market/asteroid-agent

Install via the SkillsCat registry.

About this skill

This skill provides access to near-Earth asteroid tracking data from NASA's NeoWs API through six endpoints, with one free and five paid options using x402 payments. It solves the problem of accessing real-time asteroid approach data and threat assessments without directly integrating with NASA's API. Developers building space object trackers, asteroid alert systems, or planetary defense data feeds can use this to quickly access structured asteroid data with built-in payment handling.

SKILL.md

Asteroid Agent

Near-Earth asteroid data from NASA NeoWs. 6 endpoints (1 free + 5 paid).

Live

API

Source: NASA Near Earth Object Web Service (JPL)
Base URL: https://api.nasa.gov/neo/rest/v1
Auth: DEMO_KEY (free, no signup)

Endpoints

Key Price Description
overview Free Today's close approaches summary
today $0.001 All asteroids approaching today
hazardous $0.002 Potentially hazardous this week
lookup $0.002 Specific asteroid by NASA ID
week $0.003 All close approaches next 7 days
report $0.005 Comprehensive asteroid threat report

Key API Endpoints

/feed?start_date=YYYY-MM-DD&end_date=YYYY-MM-DD&api_key=DEMO_KEY
/neo/{id}?api_key=DEMO_KEY
/neo/browse?api_key=DEMO_KEY

Stack

Bun + Hono + @lucid-agents/core + @lucid-agents/payments + Zod v4