From nz-skills
Queries Auckland Council rubbish, recycling, and food scraps collection days for Auckland properties via a CLI. No login required.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:auckland-bin-scheduleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query live Auckland Council household and commercial rubbish, recycling, and food scraps collection schedules through a small deterministic CLI with human-readable and JSON output.
Query live Auckland Council household and commercial rubbish, recycling, and food scraps collection schedules through a small deterministic CLI with human-readable and JSON output.
scripts/cli.py with the exact address when known--list if multiple units/properties may match or the first match looks wrong--property-id when an Auckland Council property/rating id is already known--json for agent chaining, comparisons, alerts, or structured reportsRun with:
python3 skills/auckland-bin-schedule/scripts/cli.py <address...> [flags]
<address...> — Auckland property address to search, e.g. 12 Tawa Road Onehunga--list — list matching properties only--property-id <id> — fetch a known Auckland Council property/rating id directly--limit <N> — address lookup result limit--json — emit JSONExamples:
python3 skills/auckland-bin-schedule/scripts/cli.py --list "12 Tawa Road Onehunga"
python3 skills/auckland-bin-schedule/scripts/cli.py "12 Tawa Road Onehunga"
python3 skills/auckland-bin-schedule/scripts/cli.py "12 Tawa Road Onehunga" --json
python3 skills/auckland-bin-schedule/scripts/cli.py --property-id 12343300679 --json
scripts/cli.pyscripts/smoke_test.pyreferences/api-notes.mdnpx claudepluginhub thecolab-ai/.skills --plugin nz-skillsQueries Wellington City Council rubbish and recycling collection days using a WCC street ID. Useful when the task involves Wellington bin day, rubbish/recycling schedules, or kerbside collection for a Wellington address.
Queries Korea's official data.go.kr household waste API to show garbage/food/recycling disposal schedules by district (시군구) and summarizes pickup days, times, and locations.
Fetches New Zealand weather data from MetService's public JSON endpoints — town forecasts, current observations, hourly forecasts with wind gusts, and multi-town comparisons.