# Send Solar Weather Monitor to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "solar-weather",
    "name": "Solar Weather Monitor",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/capt-marbles/solar-weather",
    "canonicalUrl": "https://clawhub.ai/capt-marbles/solar-weather",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/solar-weather",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=solar-weather",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "solar-weather.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/solar-weather"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/solar-weather",
    "downloadUrl": "https://openagent3.xyz/downloads/solar-weather",
    "agentUrl": "https://openagent3.xyz/skills/solar-weather/agent",
    "manifestUrl": "https://openagent3.xyz/skills/solar-weather/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/solar-weather/agent.md"
  }
}
```
## Documentation

### Solar Weather Monitor 🌞

Track space weather conditions in real-time! Monitor solar flares, geomagnetic storms, aurora forecasts, and solar wind data from NOAA's Space Weather Prediction Center.

### Features

🌞 Current Conditions - Real-time space weather status
📅 3-Day Forecast - Predict upcoming solar activity
🌌 Aurora Forecast - Will you see the Northern Lights?
🌊 Solar Wind - Track solar wind magnetic field
🚨 Alerts - Active space weather warnings
📊 Summary - Quick comprehensive overview

Perfect for:

📻 Ham radio operators
🌌 Aurora chasers & photographers
🛰️ Satellite operators
⚡ Power grid operators
🌍 Space weather enthusiasts

### Current Space Weather

python3 solar-weather.py current

Output:

🌞 Space Weather Conditions
   2026-01-27 18:38:00 UTC

   📻 R0: none ✅
      Radio Blackouts (Solar Flares)

   ☢️  S0: none ✅
      Solar Radiation Storm

   🌍 G0: none ✅
      Geomagnetic Storm

### 3-Day Forecast

python3 solar-weather.py forecast

Shows today, tomorrow, and day after with probability percentages for solar events.

### Aurora Forecast

python3 solar-weather.py aurora

Output:

🌌 Aurora Forecast

Current Conditions:
   Geomagnetic: none
   Solar Wind Bz: -2 nT

Tomorrow (2026-01-28):
   Geomagnetic: minor

🔮 Aurora Outlook:
   ⚠️  MODERATE - Aurora possible at high latitudes

### Solar Wind Data

python3 solar-weather.py solarwind

Output:

🌊 Solar Wind Magnetic Field
   Time: 2026-01-27 18:36:00.000
   Bt: 8 nT (Total Magnitude)
   Bz: -2 nT (North/South Component)

   ✅ Slightly negative Bz

Note: Negative Bz (especially < -5 nT) is favorable for aurora activity!

### Active Alerts

python3 solar-weather.py alerts

Shows active space weather watches, warnings, and alerts from NOAA.

### Quick Summary

python3 solar-weather.py summary

Comprehensive overview of current conditions, solar wind, and tomorrow's forecast.

### Understanding Space Weather Scales

NOAA uses three scales to measure space weather severity:

### R Scale - Radio Blackouts (Solar Flares)

R0: No impact
R1-R2: Minor/Moderate - HF radio degradation
R3-R5: Strong/Severe/Extreme - HF radio blackout

### S Scale - Solar Radiation Storms

S0: No impact
S1-S2: Minor/Moderate - Satellite anomalies possible
S3-S5: Strong/Severe/Extreme - Satellite damage, astronaut radiation

### G Scale - Geomagnetic Storms (Aurora!)

G0: No storm
G1-G2: Minor/Moderate - Aurora at high latitudes
G3-G5: Strong/Severe/Extreme - Aurora visible at mid-latitudes!

### Example Prompts for Clawdbot

"What are current space weather conditions?"
"Is there an aurora forecast for tonight?"
"Show me the solar wind data"
"Any geomagnetic storm warnings?"
"Give me a space weather summary"
"Will I see aurora in [location]?"

### JSON Output

Add --json to any command for structured data:

python3 solar-weather.py current --json
python3 solar-weather.py aurora --json

### Data Source

All data comes from NOAA Space Weather Prediction Center (SWPC):

Official US government space weather monitoring
Real-time updates
Free public API
https://www.swpc.noaa.gov/

### Tips for Aurora Watchers 🌌

Best conditions for aurora:

Geomagnetic Storm (G1 or higher) ✅
Negative Bz (< -5 nT) ✅
Clear, dark skies 🌙
High latitude (or mid-latitude during major storms)

When to watch:

Check aurora command daily
Watch for G-scale warnings
Monitor solar wind Bz component
Peak activity often 1-2 hours after sunset

### Ham Radio Operators 📻

HF propagation:

R-scale events disrupt HF radio
Solar flares cause sudden ionospheric disturbances
Check current before contests/DXing
Monitor alerts for radio blackout warnings

### Future Ideas

Location-based aurora visibility
Push notifications for major events
Historical storm data
Solar flare predictions
Satellite pass warnings during storms

Happy space weather watching! 🌞⚡🌌
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: capt-marbles
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/solar-weather)
- [Send to Agent page](https://openagent3.xyz/skills/solar-weather/agent)
- [JSON manifest](https://openagent3.xyz/skills/solar-weather/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/solar-weather/agent.md)
- [Download page](https://openagent3.xyz/downloads/solar-weather)