# Send Device Assistant to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "device-assistant",
    "name": "Device Assistant",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/udiedrichsen/device-assistant",
    "canonicalUrl": "https://clawhub.ai/udiedrichsen/device-assistant",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/device-assistant",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=device-assistant",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/handler.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "device-assistant",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T02:40:42.339Z",
      "expiresAt": "2026-05-08T02:40:42.339Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=device-assistant",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=device-assistant",
        "contentDisposition": "attachment; filename=\"device-assistant-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "device-assistant"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/device-assistant"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/device-assistant",
    "downloadUrl": "https://openagent3.xyz/downloads/device-assistant",
    "agentUrl": "https://openagent3.xyz/skills/device-assistant/agent",
    "manifestUrl": "https://openagent3.xyz/skills/device-assistant/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/device-assistant/agent.md"
  }
}
```
## Documentation

### Device Assistant 🔧

Personal device manager with error code lookup, troubleshooting, and maintenance tracking.

### Features

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.

### Commands

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

### Natural Language

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?"

### Device Categories

CategoryExampleskitchenGeschirrspüler, Kühlschrank, Backofen, ThermomixlaundryWaschmaschine, TrocknerelectronicsTV, Router, NAS, ComputerclimateHeizung, Klimaanlage, Luftreinigersmart-homeHue, Homematic, SensorensoftwareApps, Betriebssysteme, LizenzenotherAlles andere

### Handler Commands

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

### Device Entry

{
  "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"
}

### Error Code Lookup

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

### Common Error Code Patterns

ManufacturerPatternExampleSiemens/BoschE + numberE24, E15MieleF + numberF11, F53AEGE + numberE10, E20SamsungLetters + numbersUE, OE, LELGLettersOE, IE, PE

### Example Session

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]

### Data Files

Stored in $WORKSPACE/memory/device-assistant/:

FilePurposedevices.jsonAll registered deviceserror-history.jsonPast errors and solutionsmaintenance-log.jsonMaintenance historyerror-codes/Cached error code info

### Warranty Alerts

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!

### Requirements

jq (JSON processing)
curl (web lookups)
Internet for error code search
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: udiedrichsen
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T02:40:42.339Z
- Expires at: 2026-05-08T02:40:42.339Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/device-assistant)
- [Send to Agent page](https://openagent3.xyz/skills/device-assistant/agent)
- [JSON manifest](https://openagent3.xyz/skills/device-assistant/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/device-assistant/agent.md)
- [Download page](https://openagent3.xyz/downloads/device-assistant)