From nz-skills
Queries DOC NZ public huts, campsites, Great Walk booking availability, alerts, and track info via a read-only CLI with human-readable and JSON output.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:doc-nzThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query live Department of Conservation New Zealand huts, campsites, Great Walk availability, alerts, and track information through a small deterministic CLI with human-readable and JSON output, without login or booking actions.
Query live Department of Conservation New Zealand huts, campsites, Great Walk availability, alerts, and track information through a small deterministic CLI with human-readable and JSON output, without login or booking actions.
scripts/cli.py with the narrowest subcommand that answers the taskgreat-walks to resolve DOC Great Walk place ids and booking windowsavailability for date-grid availability on a Great Walk name/place id or facility idalerts --region <region> for current regional DOC alerts and closurestrack <name> for a DOC page summary plus page-level alerts--json for agent chaining, comparisons, and reportsRun with:
python3 skills/doc-nz/scripts/cli.py <command> [flags]
great-walks [--json] - list Great Walks, public booking window, ids, and open/closed booking statushuts [--region text] [--query text] [--limit N] [--json] - list popular public DOC booking places and filter locallyhuts --great-walk <name-or-id> [--from DATE] [--to DATE] [--nights N] [--accommodation NAME] [--direction ID_OR_NAME] [--json] - list Great Walk hut/campsite facility ids with an availability gridavailability <name-or-id> [--from DATE] [--to DATE] [--nights N] [--accommodation NAME] [--direction ID_OR_NAME] [--json] - Great Walk availability by walk name/place id, or facility id from huts --great-walkalerts [--region REGION] [--limit N] [--json] - list DOC alert regions, or current alert groups for one regiontrack <name> [--json] - track or booking-place description with DOC page alerts where a DOC page is linkedpython3 skills/doc-nz/scripts/cli.py great-walks --json
python3 skills/doc-nz/scripts/cli.py huts --query campsite --limit 10 --json
python3 skills/doc-nz/scripts/cli.py huts --great-walk routeburn --from 2026-11-01 --nights 1 --accommodation Hut --json
python3 skills/doc-nz/scripts/cli.py availability "Milford Track" --from 2026-11-01 --nights 3 --json
python3 skills/doc-nz/scripts/cli.py availability 2864 --from 2026-11-01 --nights 1 --json
python3 skills/doc-nz/scripts/cli.py alerts --region fiordland --limit 5 --json
python3 skills/doc-nz/scripts/cli.py track "Routeburn Track" --json
scripts/cli.pyreferences/api-notes.mdbookings.doc.govt.nz and doc.govt.nznpx claudepluginhub thecolab-ai/.skills --plugin nz-skillsLook up available Korean national forest recreation lodging or camping slots on foresttrip.go.kr by date. Requires Python, Playwright, and login credentials. Query-only — no booking, CAPTCHA, or queue bypass.
Queries Bookme NZ discount marketplace for activities, tours, restaurants, and last-minute deals. Supports hot deals, cheapest offers, region/category search, and deal detail lookup. No login, booking, or payment.
Researches North American mountain peaks and generates comprehensive route beta reports by aggregating data from PeakBagger, SummitPost, WTA, AllTrails, weather forecasts, avalanche conditions, and trip reports.