Agent Skillsmohitagw15856/pm-claude-skills › earthquake-watch

earthquake-watch

GitHub

通过USGS实时GeoJSON数据查询全球近期地震,支持按震级、区域和时间窗口过滤。提供震源深度、位置及影响评估,并将时间转换为用户时区,同时引导用户参考官方安全指南。

plugins/pm-live/skills/earthquake-watch/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

询问最近是否有地震 查询某地附近的地震活动 查看今日重大地震 监测特定区域的震情

Install

npx skills add mohitagw15856/pm-claude-skills --skill earthquake-watch -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/plugins/pm-live/skills/earthquake-watch -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@earthquake-watch

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill earthquake-watch -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "earthquake-watch",
    "description": "Check recent earthquakes worldwide with zero API keys — USGS real-time GeoJSON feeds via curl, filtered by magnitude, region, and time window. Use when asked was there an earthquake just now, recent quakes near a place, any big earthquakes today, or monitor seismic activity somewhere. Produces the matching events with magnitude, depth, location and time, the felt\/damage context bands, and the rerunnable command — with the official-guidance line safety questions require."
}

Earthquake Watch Skill

"Did we just have an earthquake?" gets asked within seconds of every tremor, and the USGS answers globally in near-real-time over keyless HTTPS. This skill knows the feed matrix (magnitude threshold × time window), filters to the place actually asked about, and frames magnitudes honestly — a 4.5 under a city and a 6.0 under the ocean are different events, and depth is half the story. For anything safety-shaped, it points at official emergency guidance rather than improvising any.

What This Skill Produces

  • The events — matching quakes with magnitude, depth, location, and time (converted to the user's zone)
  • The context read — what that magnitude/depth typically means for feeling it and damage, as bands not predictions
  • The regional filter — the feed is global; the answer is about the place asked
  • The command — exact curl, rerunnable

Required Inputs

Ask for these if not provided:

  • Where — a place to filter around (the feeds are global; lat/lon of the place makes distance filtering honest)
  • The window — "just now" (past hour feed), today, this week
  • The threshold — significant-only vs. everything-they-can-feel (M2.5+) vs. research-grade (all)

Framework: The Feed Matrix and the Framing

  1. The feedshttps://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/{mag}_{window}.geojson where mag ∈ significant, 4.5, 2.5, 1.0, all and window ∈ hour, day, week, month. "Just felt something" → 2.5_hour; "big ones today" → 4.5_day. Each feature: properties.mag, .place, .time (epoch ms), .url (event page), geometry.coordinates = [lon, lat, depth km].
  2. Targeted queries beat feed-filtering for specific regions: https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson&latitude=35.68&longitude=139.69&maxradiuskm=300&starttime=2026-07-17&minmagnitude=3 — the fdsnws endpoint takes radius, time, magnitude bounds directly.
  3. Magnitude bands, stated with every event: <3 rarely felt · 3–4 felt, no damage · 4–5 felt widely, minor damage possible near epicenter · 5–6 damage possible in built-up areas · 6–7 serious damage potential · 7+ major. Depth modifies everything: a shallow (<20km) M5 outfeels a 200km-deep M6 — say both numbers together.
  4. Times get converted: feed times are epoch UTC; the answer speaks the user's local time ("14 minutes ago, 03:12 local").
  5. The safety line: for "should I worry / is a bigger one coming" — aftershock probabilities and tsunami assessments belong to official agencies; link the event's USGS page and name the authoritative sources (national geological survey, tsunami warning centers) instead of improvising reassurance or alarm.

Output Format

Earthquakes: [region] — [window]

[The direct answer: "Yes — M4.7, 22km deep, 38km NE of [place], 14 min ago" or "No M2.5+ events near [place] in the past [window]."]

Time (local) Mag Depth Location USGS link

[Context band for the notable event(s) · aftershock/official-guidance line when safety is in the air]

Source: USGS real-time feeds · rerun: [exact curl] Informational — for safety decisions follow official emergency guidance, not this summary.

Quality Checks

  • The direct yes/no answer leads before any table
  • Depth appears next to magnitude on every quoted event
  • Times are converted to the user's local zone with the relative offset
  • Regional questions used radius filtering, not eyeballed global feeds
  • Safety-shaped questions route to official sources by name

Anti-Patterns

  • Do not answer from memory — seismicity is the definition of live data; fetch or hand over the command
  • Do not quote magnitude without depth — half the felt-intensity story
  • Do not predict aftershocks or all-clears — that's official-agency territory, linked not imitated
  • Do not present the global significant feed as "nothing near you" — filter by place before saying no
  • Do not dramatize small events or shrug at large ones — the bands calibrate the tone

Version History

  • 54fad50 Current 2026-07-19 13:04

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
3eaadeef
Indexed
2026-07-19 13:04

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 23:45
浙ICP备14020137号-1 $방문자$