← Back to Skills Marketplace
mbjoern

ERZ Entsorgung + Recycling Zürich

by MBjoern · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1683
Downloads
3
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install erz-entsorgung-recycling-zurich
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.
README (SKILL.md)

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.

Usage Guidance
This skill is a simple instruction-only integration that calls a public API (openerz.metaodi.ch) to fetch waste-collection dates for Zürich. Consider the following before installing: 1) Network access: the agent will need outbound HTTP access to openerz.metaodi.ch to function. 2) Data sensitivity: queries include a postcode/area and dates — not typically sensitive, but avoid sending private location data if you have privacy concerns. 3) Endpoint trust: the skill's source is unknown; if you want stronger assurance, verify the openerz.metaodi.ch service/operator or prefer an official city data source. 4) No credentials or installs are required, and the skill does not request extra system access. If you accept the agent contacting that API, the skill is coherent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: erz-entsorgung-recycling-zurich Version: 1.0.0 The skill bundle defines an OpenClaw agent skill to fetch waste collection schedules for Zurich using the OpenERZ API. The `SKILL.md` file provides documentation, API endpoint details, parameters, and example `curl` commands. These `curl` commands interact with the specified `https://openerz.metaodi.ch/api/calendar` endpoint and use the local `date` command to generate a timestamp. This behavior is clearly aligned with the stated purpose of querying a public API for waste collection data and lacks any evidence of intentional harmful behavior, data exfiltration, malicious execution, or prompt injection attempts against the agent.
Capability Assessment
Purpose & Capability
Name/description are an Abfuhrkalender for Zürich and the only requested action is calling the OpenERZ API endpoint (openerz.metaodi.ch). No unrelated credentials, binaries, or installs are required.
Instruction Scope
SKILL.md contains parameters and curl examples that call the stated API and describe the response format. It does not instruct reading local files, environment variables, or transmitting data to other endpoints beyond the named API.
Install Mechanism
No install spec or code files are present; this is instruction-only, so nothing is written to disk or fetched during install.
Credentials
The skill requires no environment variables or credentials. The data it uses (region, area/postcode, dates, waste types) is proportional to the stated function.
Persistence & Privilege
always:false and default invocation settings are used. The skill does not request persistent system-level privileges or modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install erz-entsorgung-recycling-zurich
  3. After installation, invoke the skill by name or use /erz-entsorgung-recycling-zurich
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of openerz for Zurich's waste collection schedule: - Provides Abfuhrkalender (collection calendar) for Zurich via the OpenERZ API. - Users can query upcoming waste, cardboard, paper, organic, and special disposal dates by region (default: 8003 Zurich). - Supports multiple waste types and flexible date ranges. - Includes clear API usage documentation and example queries. - Returns easy-to-parse JSON with collection dates and types.
Metadata
Slug erz-entsorgung-recycling-zurich
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments