Builds a space weather monitoring agent using NOAA SWPC API with x402 payments. Use when creating solar activity trackers, aurora forecast agents, or geomagnetic alert systems.
Install
npx skillscat add daydreamsai/skills-market/solar-storm-agent Install via the SkillsCat registry.
This skill provides a space weather monitoring agent that wraps the NOAA Space Weather Prediction Center API with x402 micropayments, exposing six endpoints covering conditions, geomagnetic indices, solar cycle data, alerts, aurora forecasts, and reports. It solves the need for paywalled, structured access to real-time solar and geomagnetic data for agent-based applications. Developers building solar activity trackers, aurora forecast agents, or geomagnetic alert systems can use it to integrate space weather information without handling NOAA's raw endpoints directly.
Solar Storm Agent
Space weather data from NOAA SWPC. 6 endpoints (1 free + 5 paid).
Live
- URL: https://solar-storm-agent-production-8034.up.railway.app
- GitHub: https://github.com/Calcutatator/solar-storm-agent
API
Source: NOAA Space Weather Prediction Center
Base URL: https://services.swpc.noaa.gov
Auth: None required
Endpoints
| Key | Price | Description |
|---|---|---|
overview |
Free | Current space weather conditions |
kp-index |
$0.001 | Geomagnetic Kp index |
solar-cycle |
$0.002 | Sunspot and solar cycle data |
alerts |
$0.002 | Active space weather alerts |
aurora |
$0.003 | Aurora visibility forecast |
report |
$0.005 | Comprehensive space weather report |
Stack
Bun + Hono + @lucid-agents/core + @lucid-agents/payments + Zod v4