Help us improve
Share bugs, ideas, or general feedback.
From nz-skills
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.
npx claudepluginhub thecolab-ai/.skills --plugin nz-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/nz-skills:wellington-bin-scheduleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query live Wellington City Council household rubbish and recycling collection schedules through a deterministic CLI with human-readable and JSON output.
Queries Auckland Council rubbish, recycling, and food scraps collection days for Auckland properties via a CLI. No login required.
Queries Korea's household waste disposal guidance API (data.go.kr) to return pickup days, times, and locations by district (시군구). Summarizes results for user.
Orchestrates multi-agent AI teams for coding projects via gt/bd CLI, managing workspaces, work tracking with beads/convoys, slinging tasks, agent lifecycles, and crash recovery.
Share bugs, ideas, or general feedback.
Query live Wellington City Council household rubbish and recycling collection schedules through a deterministic CLI with human-readable and JSON output.
Wellington combines rubbish and recycling (glass crate) on the same collection day — there is no separate recycling week.
https://wellington.govt.nz/rubbish-recycling-and-waste/when-to-put-out-your-rubbish-and-recycling)scripts/cli.py --street-id <id> with an optional street name for display--json for agent chaining, comparisons, alerts, or structured reportsRun with:
python3 skills/wellington-bin-schedule/scripts/cli.py --street-id <id> [street name...] [flags]
--street-id <id> — (required) WCC street ID (numeric), e.g. 6317street name — optional display name, e.g. Awa Road, Karaka Bays--json — emit JSONExamples:
python3 skills/wellington-bin-schedule/scripts/cli.py --street-id 6317
python3 skills/wellington-bin-schedule/scripts/cli.py --street-id 6317 "Awa Road, Karaka Bays"
python3 skills/wellington-bin-schedule/scripts/cli.py --street-id 6317 --json
https://wellington.govt.nz/rubbish-recycling-and-waste/when-to-put-out-your-rubbish-and-recycling?streetId= after selecting your street--street-idscripts/cli.pyreferences/api-notes.md