wellington-bin-schedule

Fetch next rubbish and recycling collection dates by WCC street ID.

24|6|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/thecolab-ai/.skills --skill wellington-bin-schedule
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wellington-bin-schedule
Source: https://github.com/thecolab-ai/.skills/tree/main/skills/wellington-bin-schedule
Command: npx skills add https://github.com/thecolab-ai/.skills --skill wellington-bin-schedule

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Wellington residents need the next rubbish and recycling collection date for their exact address, but the official information is keyed by a WCC street ID and shown in a web component that’s hard to use from an AI workflow.

Core Features & Use Cases

  • Query live Wellington collection schedules using a required WCC street ID.
  • Return both human-readable and machine-readable results, including rubbish and recycling (glass crate) collected on the same day.
  • Use for planning and agent chaining, such as next-bin alerts, neighborhood comparisons, or structured reports for a Wellington address.

Quick Start

Ask the AI to run the wellington-bin-schedule skill with your WCC street ID (and optionally your street name) and request the result in JSON.

Frequently Asked Questions about wellington-bin-schedule

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get Wellington bin collection dates in JSON format?

You can retrieve Wellington bin collection dates in JSON by providing a WCC numeric street ID to parse the public collection schedule results into structured rubbish and recycling output.

What is a WCC street ID and why do I need it for my bin day schedule?

A WCC street ID is a numeric identifier from the Wellington City Council website required to query exact kerbside collection schedules, as the official address information is keyed by this ID.

Can I use the Wellington bin schedule data for automated agent workflows?

Yes, the parsed Wellington bin schedule supports automated agent workflows by providing live machine-readable collection dates for tasks like next-bin alerts or neighborhood comparisons.

Does the wellington-bin-schedule show both rubbish and recycling collection dates?

Yes, querying the Wellington collection schedule returns both rubbish and recycling (glass crate) dates, which are collected on the same day for the specified address.

How do I find my Wellington City Council street ID to check my bin day?

You need to look up your WCC numeric street ID from the Wellington City Council page, as this identifier is required to map your exact address to its kerbside collection schedule.

Are there limitations to using public datasets for Wellington bin schedules?

The main limitation is that you cannot query by address alone; you must supply the correct WCC numeric street ID to parse the public collection results component into structured JSON output.