Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Personal device and appliance manager with error code lookup and troubleshooting. Tracks all your devices (appliances, electronics, software) with model numbers, manuals, and warranty info. When something breaks, tell it the error code and get instant solutions. Use when: device shows error, need manual, warranty check, adding new device, maintenance reminder. Triggers: /device, /geräte, 'mein Geschirrspüler', 'Fehler E24', 'Fehlermeldung', device problems, appliance issues.
Personal device and appliance manager with error code lookup and troubleshooting. Tracks all your devices (appliances, electronics, software) with model numbers, manuals, and warranty info. When something breaks, tell it the error code and get instant solutions. Use when: device shows error, need manual, warranty check, adding new device, maintenance reminder. Triggers: /device, /geräte, 'mein Geschirrspüler', 'Fehler E24', 'Fehlermeldung', device problems, appliance issues.
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.
Personal device manager with error code lookup, troubleshooting, and maintenance tracking.
Device Registry: Track all devices with model, serial, purchase info Error Lookup: Instant error code explanations Troubleshooting: Step-by-step solutions Manual Links: Quick access to documentation Warranty Tracking: Know when warranties expire Maintenance Reminders: Filter changes, updates, etc.
CommandAction/deviceList all devices or show status/device addAdd a new device (interactive)/device list [category]List devices by category/device info <name>Show device details/device error <name> <code>Lookup error code/device help <name> <problem>Troubleshoot a problem/device manual <name>Get manual/documentation/device warrantyShow warranty status/device maintenanceShow maintenance schedule/device remove <name>Remove a device
The skill understands natural queries: "Mein Geschirrspüler zeigt E24" "Waschmaschine macht komische Geräusche" "Wo ist die Anleitung für den Thermomix?" "Wann läuft die Garantie vom TV aus?"
CategoryExampleskitchenGeschirrspüler, Kühlschrank, Backofen, ThermomixlaundryWaschmaschine, TrocknerelectronicsTV, Router, NAS, ComputerclimateHeizung, Klimaanlage, Luftreinigersmart-homeHue, Homematic, SensorensoftwareApps, Betriebssysteme, LizenzenotherAlles andere
handler.sh status $WORKSPACE # Overview handler.sh list [category] $WORKSPACE # List devices handler.sh add <json> $WORKSPACE # Add device handler.sh info <device-id> $WORKSPACE # Device details handler.sh error <device-id> <code> $WORKSPACE # Error lookup handler.sh troubleshoot <device-id> <problem> $WS # Get help handler.sh manual <device-id> $WORKSPACE # Manual link handler.sh warranty $WORKSPACE # Warranty overview handler.sh maintenance $WORKSPACE # Maintenance due handler.sh update <device-id> <json> $WORKSPACE # Update device handler.sh remove <device-id> $WORKSPACE # Remove device handler.sh search <query> $WORKSPACE # Search devices handler.sh log <device-id> <note> $WORKSPACE # Add maintenance log
{ "id": "dishwasher-1", "name": "Geschirrspüler", "nickname": "Spüli", "category": "kitchen", "manufacturer": "Siemens", "model": "SN658X06TE", "serialNumber": "ABC123456", "purchaseDate": "2022-03-15", "purchasePrice": 899, "warranty": { "expires": "2025-03-15", "type": "manufacturer", "notes": "3 Jahre Siemens" }, "manualUrl": "https://...", "supportUrl": "https://...", "location": "Küche", "notes": "Salz alle 2 Monate nachfüllen", "maintenance": [ {"task": "Filter reinigen", "interval": "monthly", "lastDone": "2026-01-01"} ], "errorHistory": [], "addedAt": "2024-01-01" }
The skill searches for error codes using: Built-in database for common manufacturers Web search for specific model + error code Manual extraction if manual URL is stored
ManufacturerPatternExampleSiemens/BoschE + numberE24, E15MieleF + numberF11, F53AEGE + numberE10, E20SamsungLetters + numbersUE, OE, LELGLettersOE, IE, PE
User: Ich habe einen neuen Geschirrspüler Bot: 🔧 Neues Gerät hinzufügen: Welche Infos hast du? • Hersteller? • Modell? • Seriennummer? (optional) • Kaufdatum? User: Siemens SN658X06TE, gekauft am 15.3.2022 Bot: ✅ Gespeichert! 📦 Geschirrspüler (Siemens SN658X06TE) 📅 Gekauft: 15.03.2022 🛡️ Garantie: bis 15.03.2025 (ABGELAUFEN) 📄 Anleitung: [Link gefunden] Spitzname vergeben? (z.B. "Spüli") User: Mein Geschirrspüler zeigt E24 Bot: 🔧 Siemens SN658X06TE — Fehler E24 ⚠️ Bedeutung: Abpumpproblem Das Wasser wird nicht richtig abgepumpt. 🔨 Lösung: 1. Gerät ausschalten 2. Sieb am Boden prüfen und reinigen 3. Abflussschlauch auf Knicke prüfen 4. Siphon-Anschluss kontrollieren 5. Gerät neu starten 📄 Details: Anleitung S. 45 [Problem gelöst] [Weitere Hilfe]
Stored in $WORKSPACE/memory/device-assistant/: FilePurposedevices.jsonAll registered deviceserror-history.jsonPast errors and solutionsmaintenance-log.jsonMaintenance historyerror-codes/Cached error code info
The skill can remind you before warranties expire: ⚠️ Garantie-Warnung: Diese Geräte laufen bald ab: • TV Samsung (noch 30 Tage) • Waschmaschine (noch 45 Tage) Tipp: Jetzt prüfen ob alles funktioniert!
jq (JSON processing) curl (web lookups) Internet for error code search
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.