{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bmkg-monitor",
    "name": "BMKG Monitor",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/bluemeda/bmkg-monitor",
    "canonicalUrl": "https://clawhub.ai/bluemeda/bmkg-monitor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bmkg-monitor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bmkg-monitor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/seismology.md",
      "scripts/get_gempa.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/bmkg-monitor"
    },
    "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/bmkg-monitor",
    "agentPageUrl": "https://openagent3.xyz/skills/bmkg-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bmkg-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bmkg-monitor/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": "BMKG Monitor",
        "body": "Monitor and analyze seismic activity in Indonesia using real-time data from the Badan Meteorologi, Klimatologi, dan Geofisika (BMKG)."
      },
      {
        "title": "Quick Start",
        "body": "Run the monitor script to fetch the latest data:\n\n# Get the latest significant earthquake (M5.0+)\npython3 scripts/get_gempa.py latest\n\n# Get list of earthquakes felt by people (including smaller ones)\npython3 scripts/get_gempa.py felt\n\n# Get recent history of M5.0+ earthquakes\npython3 scripts/get_gempa.py recent\n\n# Get detailed Moment Tensor and Phase history\npython3 scripts/get_gempa.py detail <EVENT_ID>"
      },
      {
        "title": "1. Checking for Recent Shaking",
        "body": "If a user reports feeling a tremor or asks \"Was there a quake?\", run get_gempa.py felt first. This list includes smaller, shallow quakes that people actually feel."
      },
      {
        "title": "2. Deep Analysis",
        "body": "When a significant quake occurs, use references/seismology.md to explain:\n\nThe meaning of the Magnitude.\nThe intensity levels (MMI scale) reported.\nPotential impact based on depth and location."
      },
      {
        "title": "3. Coordinating with News",
        "body": "If the user provides a \"Moment Tensor\" or \"Beach Ball\" diagram (usually from a detailed BMKG report), refer to the \"Moment Tensor\" section in references/seismology.md to identify if the quake was Strike-Slip, Normal, or Thrust."
      },
      {
        "title": "References",
        "body": "seismology.md - Magnitude, MMI scale, and fault types."
      }
    ],
    "body": "BMKG Monitor\n\nMonitor and analyze seismic activity in Indonesia using real-time data from the Badan Meteorologi, Klimatologi, dan Geofisika (BMKG).\n\nQuick Start\n\nRun the monitor script to fetch the latest data:\n\n# Get the latest significant earthquake (M5.0+)\npython3 scripts/get_gempa.py latest\n\n# Get list of earthquakes felt by people (including smaller ones)\npython3 scripts/get_gempa.py felt\n\n# Get recent history of M5.0+ earthquakes\npython3 scripts/get_gempa.py recent\n\n# Get detailed Moment Tensor and Phase history\npython3 scripts/get_gempa.py detail <EVENT_ID>\n\nWorkflows\n1. Checking for Recent Shaking\n\nIf a user reports feeling a tremor or asks \"Was there a quake?\", run get_gempa.py felt first. This list includes smaller, shallow quakes that people actually feel.\n\n2. Deep Analysis\n\nWhen a significant quake occurs, use references/seismology.md to explain:\n\nThe meaning of the Magnitude.\nThe intensity levels (MMI scale) reported.\nPotential impact based on depth and location.\n3. Coordinating with News\n\nIf the user provides a \"Moment Tensor\" or \"Beach Ball\" diagram (usually from a detailed BMKG report), refer to the \"Moment Tensor\" section in references/seismology.md to identify if the quake was Strike-Slip, Normal, or Thrust.\n\nReferences\nseismology.md - Magnitude, MMI scale, and fault types."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/bluemeda/bmkg-monitor",
    "publisherUrl": "https://clawhub.ai/bluemeda/bmkg-monitor",
    "owner": "bluemeda",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bmkg-monitor",
    "downloadUrl": "https://openagent3.xyz/downloads/bmkg-monitor",
    "agentUrl": "https://openagent3.xyz/skills/bmkg-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bmkg-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bmkg-monitor/agent.md"
  }
}