{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/solar-weather",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=solar-weather",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "solar-weather.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/solar-weather",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Solar Weather Monitor 🌞",
        "body": "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."
      },
      {
        "title": "Features",
        "body": "🌞 Current Conditions - Real-time space weather status\n📅 3-Day Forecast - Predict upcoming solar activity\n🌌 Aurora Forecast - Will you see the Northern Lights?\n🌊 Solar Wind - Track solar wind magnetic field\n🚨 Alerts - Active space weather warnings\n📊 Summary - Quick comprehensive overview\n\nPerfect for:\n\n📻 Ham radio operators\n🌌 Aurora chasers & photographers\n🛰️ Satellite operators\n⚡ Power grid operators\n🌍 Space weather enthusiasts"
      },
      {
        "title": "Current Space Weather",
        "body": "python3 solar-weather.py current\n\nOutput:\n\n🌞 Space Weather Conditions\n   2026-01-27 18:38:00 UTC\n\n   📻 R0: none ✅\n      Radio Blackouts (Solar Flares)\n\n   ☢️  S0: none ✅\n      Solar Radiation Storm\n\n   🌍 G0: none ✅\n      Geomagnetic Storm"
      },
      {
        "title": "3-Day Forecast",
        "body": "python3 solar-weather.py forecast\n\nShows today, tomorrow, and day after with probability percentages for solar events."
      },
      {
        "title": "Aurora Forecast",
        "body": "python3 solar-weather.py aurora\n\nOutput:\n\n🌌 Aurora Forecast\n\nCurrent Conditions:\n   Geomagnetic: none\n   Solar Wind Bz: -2 nT\n\nTomorrow (2026-01-28):\n   Geomagnetic: minor\n\n🔮 Aurora Outlook:\n   ⚠️  MODERATE - Aurora possible at high latitudes"
      },
      {
        "title": "Solar Wind Data",
        "body": "python3 solar-weather.py solarwind\n\nOutput:\n\n🌊 Solar Wind Magnetic Field\n   Time: 2026-01-27 18:36:00.000\n   Bt: 8 nT (Total Magnitude)\n   Bz: -2 nT (North/South Component)\n\n   ✅ Slightly negative Bz\n\nNote: Negative Bz (especially < -5 nT) is favorable for aurora activity!"
      },
      {
        "title": "Active Alerts",
        "body": "python3 solar-weather.py alerts\n\nShows active space weather watches, warnings, and alerts from NOAA."
      },
      {
        "title": "Quick Summary",
        "body": "python3 solar-weather.py summary\n\nComprehensive overview of current conditions, solar wind, and tomorrow's forecast."
      },
      {
        "title": "Understanding Space Weather Scales",
        "body": "NOAA uses three scales to measure space weather severity:"
      },
      {
        "title": "R Scale - Radio Blackouts (Solar Flares)",
        "body": "R0: No impact\nR1-R2: Minor/Moderate - HF radio degradation\nR3-R5: Strong/Severe/Extreme - HF radio blackout"
      },
      {
        "title": "S Scale - Solar Radiation Storms",
        "body": "S0: No impact\nS1-S2: Minor/Moderate - Satellite anomalies possible\nS3-S5: Strong/Severe/Extreme - Satellite damage, astronaut radiation"
      },
      {
        "title": "G Scale - Geomagnetic Storms (Aurora!)",
        "body": "G0: No storm\nG1-G2: Minor/Moderate - Aurora at high latitudes\nG3-G5: Strong/Severe/Extreme - Aurora visible at mid-latitudes!"
      },
      {
        "title": "Example Prompts for Clawdbot",
        "body": "\"What are current space weather conditions?\"\n\"Is there an aurora forecast for tonight?\"\n\"Show me the solar wind data\"\n\"Any geomagnetic storm warnings?\"\n\"Give me a space weather summary\"\n\"Will I see aurora in [location]?\""
      },
      {
        "title": "JSON Output",
        "body": "Add --json to any command for structured data:\n\npython3 solar-weather.py current --json\npython3 solar-weather.py aurora --json"
      },
      {
        "title": "Data Source",
        "body": "All data comes from NOAA Space Weather Prediction Center (SWPC):\n\nOfficial US government space weather monitoring\nReal-time updates\nFree public API\nhttps://www.swpc.noaa.gov/"
      },
      {
        "title": "Tips for Aurora Watchers 🌌",
        "body": "Best conditions for aurora:\n\nGeomagnetic Storm (G1 or higher) ✅\nNegative Bz (< -5 nT) ✅\nClear, dark skies 🌙\nHigh latitude (or mid-latitude during major storms)\n\nWhen to watch:\n\nCheck aurora command daily\nWatch for G-scale warnings\nMonitor solar wind Bz component\nPeak activity often 1-2 hours after sunset"
      },
      {
        "title": "Ham Radio Operators 📻",
        "body": "HF propagation:\n\nR-scale events disrupt HF radio\nSolar flares cause sudden ionospheric disturbances\nCheck current before contests/DXing\nMonitor alerts for radio blackout warnings"
      },
      {
        "title": "Future Ideas",
        "body": "Location-based aurora visibility\nPush notifications for major events\nHistorical storm data\nSolar flare predictions\nSatellite pass warnings during storms\n\nHappy space weather watching! 🌞⚡🌌"
      }
    ],
    "body": "Solar Weather Monitor 🌞\n\nTrack space weather conditions in real-time! Monitor solar flares, geomagnetic storms, aurora forecasts, and solar wind data from NOAA's Space Weather Prediction Center.\n\nFeatures\n\n🌞 Current Conditions - Real-time space weather status\n📅 3-Day Forecast - Predict upcoming solar activity\n🌌 Aurora Forecast - Will you see the Northern Lights?\n🌊 Solar Wind - Track solar wind magnetic field\n🚨 Alerts - Active space weather warnings\n📊 Summary - Quick comprehensive overview\n\nPerfect for:\n\n📻 Ham radio operators\n🌌 Aurora chasers & photographers\n🛰️ Satellite operators\n⚡ Power grid operators\n🌍 Space weather enthusiasts\nUsage\nCurrent Space Weather\npython3 solar-weather.py current\n\n\nOutput:\n\n🌞 Space Weather Conditions\n   2026-01-27 18:38:00 UTC\n\n   📻 R0: none ✅\n      Radio Blackouts (Solar Flares)\n\n   ☢️  S0: none ✅\n      Solar Radiation Storm\n\n   🌍 G0: none ✅\n      Geomagnetic Storm\n\n3-Day Forecast\npython3 solar-weather.py forecast\n\n\nShows today, tomorrow, and day after with probability percentages for solar events.\n\nAurora Forecast\npython3 solar-weather.py aurora\n\n\nOutput:\n\n🌌 Aurora Forecast\n\nCurrent Conditions:\n   Geomagnetic: none\n   Solar Wind Bz: -2 nT\n\nTomorrow (2026-01-28):\n   Geomagnetic: minor\n\n🔮 Aurora Outlook:\n   ⚠️  MODERATE - Aurora possible at high latitudes\n\nSolar Wind Data\npython3 solar-weather.py solarwind\n\n\nOutput:\n\n🌊 Solar Wind Magnetic Field\n   Time: 2026-01-27 18:36:00.000\n   Bt: 8 nT (Total Magnitude)\n   Bz: -2 nT (North/South Component)\n\n   ✅ Slightly negative Bz\n\n\nNote: Negative Bz (especially < -5 nT) is favorable for aurora activity!\n\nActive Alerts\npython3 solar-weather.py alerts\n\n\nShows active space weather watches, warnings, and alerts from NOAA.\n\nQuick Summary\npython3 solar-weather.py summary\n\n\nComprehensive overview of current conditions, solar wind, and tomorrow's forecast.\n\nUnderstanding Space Weather Scales\n\nNOAA uses three scales to measure space weather severity:\n\nR Scale - Radio Blackouts (Solar Flares)\nR0: No impact\nR1-R2: Minor/Moderate - HF radio degradation\nR3-R5: Strong/Severe/Extreme - HF radio blackout\nS Scale - Solar Radiation Storms\nS0: No impact\nS1-S2: Minor/Moderate - Satellite anomalies possible\nS3-S5: Strong/Severe/Extreme - Satellite damage, astronaut radiation\nG Scale - Geomagnetic Storms (Aurora!)\nG0: No storm\nG1-G2: Minor/Moderate - Aurora at high latitudes\nG3-G5: Strong/Severe/Extreme - Aurora visible at mid-latitudes!\nExample Prompts for Clawdbot\n\"What are current space weather conditions?\"\n\"Is there an aurora forecast for tonight?\"\n\"Show me the solar wind data\"\n\"Any geomagnetic storm warnings?\"\n\"Give me a space weather summary\"\n\"Will I see aurora in [location]?\"\nJSON Output\n\nAdd --json to any command for structured data:\n\npython3 solar-weather.py current --json\npython3 solar-weather.py aurora --json\n\nData Source\n\nAll data comes from NOAA Space Weather Prediction Center (SWPC):\n\nOfficial US government space weather monitoring\nReal-time updates\nFree public API\nhttps://www.swpc.noaa.gov/\nTips for Aurora Watchers 🌌\n\nBest conditions for aurora:\n\nGeomagnetic Storm (G1 or higher) ✅\nNegative Bz (< -5 nT) ✅\nClear, dark skies 🌙\nHigh latitude (or mid-latitude during major storms)\n\nWhen to watch:\n\nCheck aurora command daily\nWatch for G-scale warnings\nMonitor solar wind Bz component\nPeak activity often 1-2 hours after sunset\nHam Radio Operators 📻\n\nHF propagation:\n\nR-scale events disrupt HF radio\nSolar flares cause sudden ionospheric disturbances\nCheck current before contests/DXing\nMonitor alerts for radio blackout warnings\nFuture Ideas\nLocation-based aurora visibility\nPush notifications for major events\nHistorical storm data\nSolar flare predictions\nSatellite pass warnings during storms\n\nHappy space weather watching! 🌞⚡🌌"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/capt-marbles/solar-weather",
    "publisherUrl": "https://clawhub.ai/capt-marbles/solar-weather",
    "owner": "capt-marbles",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}