WREMO NZ
SkillProductivityRead Wellington Region Emergency Management Office (WREMO) public news and updates through a lightweight no-login CLI: news listings with dates and snippets, and full article text by slug or URL. Use when the task involves WREMO announcements, Wellington-region emergency management updates, preparedness campaigns, or recovery information. Read-only; no authentication required.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the WREMO NZ skill
What this skill tells your AI
The instructions your AI receives, as published by thecolab-ai/.skills in skills/wremo-nz/SKILL.md and read by ahel’s review.
Goal
Read the Wellington Region Emergency Management Office's public news and updates — the official regional civil defence communications channel — as structured data: listings with dates and snippets, and full article text.
Use this when
- A task needs current WREMO announcements or severe-weather/incident updates
- A task needs Wellington-region preparedness or recovery information as text
- A workflow monitors official regional emergency management communications
Do not use this for
- Live CAP alerts (use
nz-emergency-alerts) or Emergency Mobile Alerts - Community Emergency Hub locations (query the GWRC portal via
wcc-arcgis-nz) - Any account, submission, or contact flow
Commands
python3 skills/wremo-nz/scripts/cli.py news --limit 10
python3 skills/wremo-nz/scripts/cli.py news --search "severe weather" --json
python3 skills/wremo-nz/scripts/cli.py article severe-weather-update-26-june --json
news [--search TEXT] [--limit N] [--json]— news items with title, date, snippet, URL, newest firstarticle SLUG_OR_URL [--json]— full paragraphs of one article (site chrome stripped)
Notes
- HTML parsing of wremo.nz (no feed exists); a markup change fails closed with an explicit schema error rather than an empty success.
- News is WREMO's editorial channel — updated during events (e.g. severe weather
updates) but not a real-time alert stream; pair with
nz-emergency-alerts. - Dates are NZ-style ("6 Sept 2024") normalised to ISO; unparseable dates are kept as raw text rather than dropped.
Resources
- CLI entrypoint:
scripts/cli.py - Contract test:
scripts/test_contract.py; smoke test:scripts/smoke_test.py - Markup assumptions and stability notes:
references/source-notes.md
Signals
- GitHub stars
- 25
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
wremo-nz- Source
- github.com/thecolab-ai/.skills