← 返回 Skills 市场
mbjoern

ERZ Entsorgung + Recycling Zürich

作者 MBjoern · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1683
总下载
3
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install erz-entsorgung-recycling-zurich
功能描述
Abfuhrkalender für Zürich via OpenERZ API. Nutze bei Fragen zu Kehricht, Karton, Papier, Grüngut, Sonderabfall oder Entsorgungsterminen im Raum Zürich.
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install erz-entsorgung-recycling-zurich
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /erz-entsorgung-recycling-zurich 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug erz-entsorgung-recycling-zurich
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1683 次。

如何安装 ERZ Entsorgung + Recycling Zürich?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install erz-entsorgung-recycling-zurich」即可一键安装,无需额外配置。

ERZ Entsorgung + Recycling Zürich 是免费的吗?

是的,ERZ Entsorgung + Recycling Zürich 完全免费(开源免费),可自由下载、安装和使用。

ERZ Entsorgung + Recycling Zürich 支持哪些平台?

ERZ Entsorgung + Recycling Zürich 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ERZ Entsorgung + Recycling Zürich?

由 MBjoern(@mbjoern)开发并维护,当前版本 v1.0.0。

💬 留言讨论