/install erz-entsorgung-recycling-zurich
OpenERZ – Abfuhrkalender Zürich
API für Entsorgungstermine in Zürich.
Benutzer-Defaults
- Region:
zurich - Area/PLZ:
8003
API-Endpunkt
https://openerz.metaodi.ch/api/calendar
Parameter
| Parameter | Beschreibung | Beispiel |
|---|---|---|
region |
Region (immer zurich für Stadt Zürich) |
zurich |
area |
PLZ oder Gebiet | 8003 |
types |
Komma-separiert: waste, cardboard, paper, organic, special, mobile, incombustibles, chipping, metal, etram, cargotram, textile | paper,cardboard |
start |
Startdatum (YYYY-MM-DD) | 2026-01-14 |
end |
Enddatum (YYYY-MM-DD) | 2026-01-31 |
sort |
Sortierung (date, -date) | date |
limit |
Max. Anzahl Ergebnisse | 10 |
Abfalltypen
| Typ | Beschreibung |
|---|---|
waste |
Kehricht |
cardboard |
Karton |
paper |
Papier |
organic |
Grüngut/Bioabfall |
special |
Sonderabfall (Sammelstelle) |
mobile |
Mobile Sondersammlung |
incombustibles |
Unbrennbares |
chipping |
Häckselservice |
metal |
Altmetall |
etram |
E-Tram |
cargotram |
Cargo-Tram |
textile |
Textilien |
Beispielanfragen
Nächste Abholungen:
curl "https://openerz.metaodi.ch/api/calendar?region=zurich&area=8003&start=$(date +%Y-%m-%d)&limit=5&sort=date"
Nur Papier/Karton:
curl "https://openerz.metaodi.ch/api/calendar?region=zurich&area=8003&types=paper,cardboard&start=$(date +%Y-%m-%d)&limit=5"
Antwortformat
{
"_metadata": {"total_count": 5, "row_count": 5},
"result": [
{
"date": "2026-01-15",
"waste_type": "waste",
"zip": 8003,
"area": "8003",
"station": "",
"region": "zurich",
"description": ""
}
]
}
Bei mobile oder special enthält station den Sammelort.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install erz-entsorgung-recycling-zurich - After installation, invoke the skill by name or use
/erz-entsorgung-recycling-zurich - Provide required inputs per the skill's parameter spec and get structured output
What is ERZ Entsorgung + Recycling Zürich?
Abfuhrkalender für Zürich via OpenERZ API. Nutze bei Fragen zu Kehricht, Karton, Papier, Grüngut, Sonderabfall oder Entsorgungsterminen im Raum Zürich. It is an AI Agent Skill for Claude Code / OpenClaw, with 1683 downloads so far.
How do I install ERZ Entsorgung + Recycling Zürich?
Run "/install erz-entsorgung-recycling-zurich" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ERZ Entsorgung + Recycling Zürich free?
Yes, ERZ Entsorgung + Recycling Zürich is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ERZ Entsorgung + Recycling Zürich support?
ERZ Entsorgung + Recycling Zürich is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ERZ Entsorgung + Recycling Zürich?
It is built and maintained by MBjoern (@mbjoern); the current version is v1.0.0.