skills$openclaw/openerz
mbjoern8.1k

by mbjoern

openerz – OpenClaw Skill

openerz is an OpenClaw Skills integration for coding workflows. Abfuhrkalender für Zürich via OpenERZ API. Nutze bei Fragen zu Kehricht, Karton, Papier, Grüngut, Sonderabfall oder Entsorgungsterminen im Raum Zürich.

8.1k stars9.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameopenerz
descriptionAbfuhrkalender für Zürich via OpenERZ API. Nutze bei Fragen zu Kehricht, Karton, Papier, Grüngut, Sonderabfall oder Entsorgungsterminen im Raum Zürich. OpenClaw Skills integration.
ownermbjoern
repositorymbjoern/erz-entsorgung-recycling-zurich
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @mbjoern/erz-entsorgung-recycling-zurich
last updatedFeb 7, 2026

Maintainer

mbjoern

mbjoern

Maintains openerz in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
318 B
SKILL.md
2.0 KB
SKILL.md

name: openerz description: Abfuhrkalender für Zürich via OpenERZ API. Nutze bei Fragen zu Kehricht, Karton, Papier, Grüngut, Sonderabfall oder Entsorgungsterminen im Raum Zürich.

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

ParameterBeschreibungBeispiel
regionRegion (immer zurich für Stadt Zürich)zurich
areaPLZ oder Gebiet8003
typesKomma-separiert: waste, cardboard, paper, organic, special, mobile, incombustibles, chipping, metal, etram, cargotram, textilepaper,cardboard
startStartdatum (YYYY-MM-DD)2026-01-14
endEnddatum (YYYY-MM-DD)2026-01-31
sortSortierung (date, -date)date
limitMax. Anzahl Ergebnisse10

Abfalltypen

TypBeschreibung
wasteKehricht
cardboardKarton
paperPapier
organicGrüngut/Bioabfall
specialSonderabfall (Sammelstelle)
mobileMobile Sondersammlung
incombustiblesUnbrennbares
chippingHäckselservice
metalAltmetall
etramE-Tram
cargotramCargo-Tram
textileTextilien

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.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install openerz?

Run openclaw add @mbjoern/erz-entsorgung-recycling-zurich in your terminal. This installs openerz into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/mbjoern/erz-entsorgung-recycling-zurich. Review commits and README documentation before installing.