Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Erkennt automatisch den Paketdienst (DHL, Hermes, UPS, GLS, Amazon etc.) via Track123-API und ruft Tracking-Informationen ab. Optional PLZ für erweiterte Infos.
Erkennt automatisch den Paketdienst (DHL, Hermes, UPS, GLS, Amazon etc.) via Track123-API und ruft Tracking-Informationen ab. Optional PLZ für erweiterte Infos.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
metadata: openclaw: emoji: "📦" bins: ["python3"] env: - name: TRACK123_API_SECRET required: true description: Track123 API-Secret (aus deinem Account: Developer > Webhook/API).[web:34] - name: TRACK123_API_BASE required: false default: "https://api.track123.com/gateway/open-api/tk/v2" description: Track123 API-Base-URL. os: ["linux", "darwin"] triggers: match: regex pattern: "(?i)(tracke|verfolge|status) (mein|eine|ein|dieses)? paket" match: regex pattern: "(?i)(sendungsverfolgung|sendungsstatus|tracking status)" commands: name: track description: Holt Tracking-Status via Track123 (auto-detect Carrier). args: name: tracking_number type: string required: true name: postal_code type: string required: false run: bin: python3 script: track.py cwd: "." timeout: 30 usage: examples: - "Tracke Paket 00340434161234567890, PLZ 73614." - "Sendungsstatus für 1Z9999W99999999999."
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.