{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/device-assistant",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=device-assistant",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/handler.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/device-assistant",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Device Assistant 🔧",
        "body": "Personal device manager with error code lookup, troubleshooting, and maintenance tracking."
      },
      {
        "title": "Features",
        "body": "Device Registry: Track all devices with model, serial, purchase info\nError Lookup: Instant error code explanations\nTroubleshooting: Step-by-step solutions\nManual Links: Quick access to documentation\nWarranty Tracking: Know when warranties expire\nMaintenance Reminders: Filter changes, updates, etc."
      },
      {
        "title": "Commands",
        "body": "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"
      },
      {
        "title": "Natural Language",
        "body": "The skill understands natural queries:\n\n\"Mein Geschirrspüler zeigt E24\"\n\"Waschmaschine macht komische Geräusche\"\n\"Wo ist die Anleitung für den Thermomix?\"\n\"Wann läuft die Garantie vom TV aus?\""
      },
      {
        "title": "Device Categories",
        "body": "CategoryExampleskitchenGeschirrspüler, Kühlschrank, Backofen, ThermomixlaundryWaschmaschine, TrocknerelectronicsTV, Router, NAS, ComputerclimateHeizung, Klimaanlage, Luftreinigersmart-homeHue, Homematic, SensorensoftwareApps, Betriebssysteme, LizenzenotherAlles andere"
      },
      {
        "title": "Handler Commands",
        "body": "handler.sh status $WORKSPACE                     # Overview\nhandler.sh list [category] $WORKSPACE            # List devices\nhandler.sh add <json> $WORKSPACE                 # Add device\nhandler.sh info <device-id> $WORKSPACE           # Device details\nhandler.sh error <device-id> <code> $WORKSPACE   # Error lookup\nhandler.sh troubleshoot <device-id> <problem> $WS # Get help\nhandler.sh manual <device-id> $WORKSPACE         # Manual link\nhandler.sh warranty $WORKSPACE                   # Warranty overview\nhandler.sh maintenance $WORKSPACE                # Maintenance due\nhandler.sh update <device-id> <json> $WORKSPACE  # Update device\nhandler.sh remove <device-id> $WORKSPACE         # Remove device\nhandler.sh search <query> $WORKSPACE             # Search devices\nhandler.sh log <device-id> <note> $WORKSPACE     # Add maintenance log"
      },
      {
        "title": "Device Entry",
        "body": "{\n  \"id\": \"dishwasher-1\",\n  \"name\": \"Geschirrspüler\",\n  \"nickname\": \"Spüli\",\n  \"category\": \"kitchen\",\n  \"manufacturer\": \"Siemens\",\n  \"model\": \"SN658X06TE\",\n  \"serialNumber\": \"ABC123456\",\n  \"purchaseDate\": \"2022-03-15\",\n  \"purchasePrice\": 899,\n  \"warranty\": {\n    \"expires\": \"2025-03-15\",\n    \"type\": \"manufacturer\",\n    \"notes\": \"3 Jahre Siemens\"\n  },\n  \"manualUrl\": \"https://...\",\n  \"supportUrl\": \"https://...\",\n  \"location\": \"Küche\",\n  \"notes\": \"Salz alle 2 Monate nachfüllen\",\n  \"maintenance\": [\n    {\"task\": \"Filter reinigen\", \"interval\": \"monthly\", \"lastDone\": \"2026-01-01\"}\n  ],\n  \"errorHistory\": [],\n  \"addedAt\": \"2024-01-01\"\n}"
      },
      {
        "title": "Error Code Lookup",
        "body": "The skill searches for error codes using:\n\nBuilt-in database for common manufacturers\nWeb search for specific model + error code\nManual extraction if manual URL is stored"
      },
      {
        "title": "Common Error Code Patterns",
        "body": "ManufacturerPatternExampleSiemens/BoschE + numberE24, E15MieleF + numberF11, F53AEGE + numberE10, E20SamsungLetters + numbersUE, OE, LELGLettersOE, IE, PE"
      },
      {
        "title": "Example Session",
        "body": "User: Ich habe einen neuen Geschirrspüler\n\nBot: 🔧 Neues Gerät hinzufügen:\n     \n     Welche Infos hast du?\n     • Hersteller?\n     • Modell?\n     • Seriennummer? (optional)\n     • Kaufdatum?\n\nUser: Siemens SN658X06TE, gekauft am 15.3.2022\n\nBot: ✅ Gespeichert!\n     \n     📦 Geschirrspüler (Siemens SN658X06TE)\n     📅 Gekauft: 15.03.2022\n     🛡️ Garantie: bis 15.03.2025 (ABGELAUFEN)\n     📄 Anleitung: [Link gefunden]\n     \n     Spitzname vergeben? (z.B. \"Spüli\")\n\nUser: Mein Geschirrspüler zeigt E24\n\nBot: 🔧 Siemens SN658X06TE — Fehler E24\n     \n     ⚠️ Bedeutung: Abpumpproblem\n     Das Wasser wird nicht richtig abgepumpt.\n     \n     🔨 Lösung:\n     1. Gerät ausschalten\n     2. Sieb am Boden prüfen und reinigen\n     3. Abflussschlauch auf Knicke prüfen\n     4. Siphon-Anschluss kontrollieren\n     5. Gerät neu starten\n     \n     📄 Details: Anleitung S. 45\n     \n     [Problem gelöst] [Weitere Hilfe]"
      },
      {
        "title": "Data Files",
        "body": "Stored in $WORKSPACE/memory/device-assistant/:\n\nFilePurposedevices.jsonAll registered deviceserror-history.jsonPast errors and solutionsmaintenance-log.jsonMaintenance historyerror-codes/Cached error code info"
      },
      {
        "title": "Warranty Alerts",
        "body": "The skill can remind you before warranties expire:\n\n⚠️ Garantie-Warnung:\n\nDiese Geräte laufen bald ab:\n• TV Samsung (noch 30 Tage)\n• Waschmaschine (noch 45 Tage)\n\nTipp: Jetzt prüfen ob alles funktioniert!"
      },
      {
        "title": "Requirements",
        "body": "jq (JSON processing)\ncurl (web lookups)\nInternet for error code search"
      }
    ],
    "body": "Device Assistant 🔧\n\nPersonal device manager with error code lookup, troubleshooting, and maintenance tracking.\n\nFeatures\nDevice Registry: Track all devices with model, serial, purchase info\nError Lookup: Instant error code explanations\nTroubleshooting: Step-by-step solutions\nManual Links: Quick access to documentation\nWarranty Tracking: Know when warranties expire\nMaintenance Reminders: Filter changes, updates, etc.\nCommands\nCommand\tAction\n/device\tList all devices or show status\n/device add\tAdd a new device (interactive)\n/device list [category]\tList devices by category\n/device info <name>\tShow device details\n/device error <name> <code>\tLookup error code\n/device help <name> <problem>\tTroubleshoot a problem\n/device manual <name>\tGet manual/documentation\n/device warranty\tShow warranty status\n/device maintenance\tShow maintenance schedule\n/device remove <name>\tRemove a device\nNatural Language\n\nThe skill understands natural queries:\n\n\"Mein Geschirrspüler zeigt E24\"\n\"Waschmaschine macht komische Geräusche\"\n\"Wo ist die Anleitung für den Thermomix?\"\n\"Wann läuft die Garantie vom TV aus?\"\nDevice Categories\nCategory\tExamples\nkitchen\tGeschirrspüler, Kühlschrank, Backofen, Thermomix\nlaundry\tWaschmaschine, Trockner\nelectronics\tTV, Router, NAS, Computer\nclimate\tHeizung, Klimaanlage, Luftreiniger\nsmart-home\tHue, Homematic, Sensoren\nsoftware\tApps, Betriebssysteme, Lizenzen\nother\tAlles andere\nHandler Commands\nhandler.sh status $WORKSPACE                     # Overview\nhandler.sh list [category] $WORKSPACE            # List devices\nhandler.sh add <json> $WORKSPACE                 # Add device\nhandler.sh info <device-id> $WORKSPACE           # Device details\nhandler.sh error <device-id> <code> $WORKSPACE   # Error lookup\nhandler.sh troubleshoot <device-id> <problem> $WS # Get help\nhandler.sh manual <device-id> $WORKSPACE         # Manual link\nhandler.sh warranty $WORKSPACE                   # Warranty overview\nhandler.sh maintenance $WORKSPACE                # Maintenance due\nhandler.sh update <device-id> <json> $WORKSPACE  # Update device\nhandler.sh remove <device-id> $WORKSPACE         # Remove device\nhandler.sh search <query> $WORKSPACE             # Search devices\nhandler.sh log <device-id> <note> $WORKSPACE     # Add maintenance log\n\nData Structure\nDevice Entry\n{\n  \"id\": \"dishwasher-1\",\n  \"name\": \"Geschirrspüler\",\n  \"nickname\": \"Spüli\",\n  \"category\": \"kitchen\",\n  \"manufacturer\": \"Siemens\",\n  \"model\": \"SN658X06TE\",\n  \"serialNumber\": \"ABC123456\",\n  \"purchaseDate\": \"2022-03-15\",\n  \"purchasePrice\": 899,\n  \"warranty\": {\n    \"expires\": \"2025-03-15\",\n    \"type\": \"manufacturer\",\n    \"notes\": \"3 Jahre Siemens\"\n  },\n  \"manualUrl\": \"https://...\",\n  \"supportUrl\": \"https://...\",\n  \"location\": \"Küche\",\n  \"notes\": \"Salz alle 2 Monate nachfüllen\",\n  \"maintenance\": [\n    {\"task\": \"Filter reinigen\", \"interval\": \"monthly\", \"lastDone\": \"2026-01-01\"}\n  ],\n  \"errorHistory\": [],\n  \"addedAt\": \"2024-01-01\"\n}\n\nError Code Lookup\n\nThe skill searches for error codes using:\n\nBuilt-in database for common manufacturers\nWeb search for specific model + error code\nManual extraction if manual URL is stored\nCommon Error Code Patterns\nManufacturer\tPattern\tExample\nSiemens/Bosch\tE + number\tE24, E15\nMiele\tF + number\tF11, F53\nAEG\tE + number\tE10, E20\nSamsung\tLetters + numbers\tUE, OE, LE\nLG\tLetters\tOE, IE, PE\nExample Session\nUser: Ich habe einen neuen Geschirrspüler\n\nBot: 🔧 Neues Gerät hinzufügen:\n     \n     Welche Infos hast du?\n     • Hersteller?\n     • Modell?\n     • Seriennummer? (optional)\n     • Kaufdatum?\n\nUser: Siemens SN658X06TE, gekauft am 15.3.2022\n\nBot: ✅ Gespeichert!\n     \n     📦 Geschirrspüler (Siemens SN658X06TE)\n     📅 Gekauft: 15.03.2022\n     🛡️ Garantie: bis 15.03.2025 (ABGELAUFEN)\n     📄 Anleitung: [Link gefunden]\n     \n     Spitzname vergeben? (z.B. \"Spüli\")\n\nUser: Mein Geschirrspüler zeigt E24\n\nBot: 🔧 Siemens SN658X06TE — Fehler E24\n     \n     ⚠️ Bedeutung: Abpumpproblem\n     Das Wasser wird nicht richtig abgepumpt.\n     \n     🔨 Lösung:\n     1. Gerät ausschalten\n     2. Sieb am Boden prüfen und reinigen\n     3. Abflussschlauch auf Knicke prüfen\n     4. Siphon-Anschluss kontrollieren\n     5. Gerät neu starten\n     \n     📄 Details: Anleitung S. 45\n     \n     [Problem gelöst] [Weitere Hilfe]\n\nData Files\n\nStored in $WORKSPACE/memory/device-assistant/:\n\nFile\tPurpose\ndevices.json\tAll registered devices\nerror-history.json\tPast errors and solutions\nmaintenance-log.json\tMaintenance history\nerror-codes/\tCached error code info\nWarranty Alerts\n\nThe skill can remind you before warranties expire:\n\n⚠️ Garantie-Warnung:\n\nDiese Geräte laufen bald ab:\n• TV Samsung (noch 30 Tage)\n• Waschmaschine (noch 45 Tage)\n\nTipp: Jetzt prüfen ob alles funktioniert!\n\nRequirements\njq (JSON processing)\ncurl (web lookups)\nInternet for error code search"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/udiedrichsen/device-assistant",
    "publisherUrl": "https://clawhub.ai/udiedrichsen/device-assistant",
    "owner": "udiedrichsen",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}