Help us improve
Share bugs, ideas, or general feedback.
From nz-skills
Queries Auckland Council rubbish, recycling, and food scraps collection days for Auckland properties via a CLI. No login required.
npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsHow 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.
Queries 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 household waste disposal guidance API (data.go.kr) to return pickup days, times, and locations by district (시군구). Summarizes results for user.
Generates combined NYC property reports from open data: landmarks, DOB permits/violations, ACRIS records, HPD complaints/registration, BSA variances. Input address, BBL, or BIN.
Share bugs, ideas, or general feedback.
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.md