Overview
- Skill Key
- bluemeda/bmkg-monitor
- Author
- bluemeda
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/bluemeda/bmkg-monitor
- Latest Commit SHA
- b23c0ffa5768cfc0e0ae91cca8f18f98a4e00113
Monitoring earthquake data in Indonesia using BMKG official data. Use when the user asks for the latest earthquake, felt earthquakes, or information about a specific seismic event in Indonesia.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 bmkg-monitor 技能。 若已安装,则直接安装 bmkg-monitor 技能。
# BMKG Monitor Monitor and analyze seismic activity in Indonesia using real-time data from the Badan Meteorologi, Klimatologi, dan Geofisika (BMKG). ## Quick Start Run the monitor script to fetch the latest data: ```bash # Get the latest significant earthquake (M5.0+) python3 scripts/get_gempa.py latest # Get list of earthquakes felt by people (including smaller ones) python3 scripts/get_gempa.py felt # Get recent history of M5.0+ earthquakes python3 scripts/get_gempa.py recent # Get detailed Moment Tensor and Phase history python3 scripts/get_gempa.py detail <EVENT_ID> ``` ## Workflows ### 1. Checking for Recent Shaking 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. ### 2. Deep Analysis When a significant quake occurs, use [references/seismology.md](references/seismology.md) to explain: - The meaning of the Magnitude. - The intensity levels (MMI scale) reported. - Potential impact based on depth and location. ### 3. Coordinating with News 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. ## References - [seismology.md](references/seismology.md) - Magnitude, MMI scale, and fault types.
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.