← 返回 Skills 市场
udiedrichsen

Device Assistant

作者 udiedrichsen · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2046
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install device-assistant
功能描述
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.
使用说明 (SKILL.md)

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

Command Action
/device List all devices or show status
/device add Add a new device (interactive)
/device list [category] List devices by category
/device info \x3Cname> Show device details
/device error \x3Cname> \x3Ccode> Lookup error code
/device help \x3Cname> \x3Cproblem> Troubleshoot a problem
/device manual \x3Cname> Get manual/documentation
/device warranty Show warranty status
/device maintenance Show maintenance schedule
/device remove \x3Cname> 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

Category Examples
kitchen Geschirrspüler, Kühlschrank, Backofen, Thermomix
laundry Waschmaschine, Trockner
electronics TV, Router, NAS, Computer
climate Heizung, Klimaanlage, Luftreiniger
smart-home Hue, Homematic, Sensoren
software Apps, Betriebssysteme, Lizenzen
other Alles andere

Handler Commands

handler.sh status $WORKSPACE                     # Overview
handler.sh list [category] $WORKSPACE            # List devices
handler.sh add \x3Cjson> $WORKSPACE                 # Add device
handler.sh info \x3Cdevice-id> $WORKSPACE           # Device details
handler.sh error \x3Cdevice-id> \x3Ccode> $WORKSPACE   # Error lookup
handler.sh troubleshoot \x3Cdevice-id> \x3Cproblem> $WS # Get help
handler.sh manual \x3Cdevice-id> $WORKSPACE         # Manual link
handler.sh warranty $WORKSPACE                   # Warranty overview
handler.sh maintenance $WORKSPACE                # Maintenance due
handler.sh update \x3Cdevice-id> \x3Cjson> $WORKSPACE  # Update device
handler.sh remove \x3Cdevice-id> $WORKSPACE         # Remove device
handler.sh search \x3Cquery> $WORKSPACE             # Search devices
handler.sh log \x3Cdevice-id> \x3Cnote> $WORKSPACE     # Add maintenance log

Data Structure

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:

  1. Built-in database for common manufacturers
  2. Web search for specific model + error code
  3. Manual extraction if manual URL is stored

Common Error Code Patterns

Manufacturer Pattern Example
Siemens/Bosch E + number E24, E15
Miele F + number F11, F53
AEG E + number E10, E20
Samsung Letters + numbers UE, OE, LE
LG Letters OE, 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/:

File Purpose
devices.json All registered devices
error-history.json Past errors and solutions
maintenance-log.json Maintenance history
error-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
安全使用建议
This skill appears coherent with its description and stores data locally under $WORKSPACE/memory/device-assistant. Before installing, decide where you want the WORKSPACE to live (ensure it's a safe directory), and be aware that lookup/manual commands can fetch external URLs (the script builds Google search links and may call curl). Do not add manual/support URLs that contain sensitive tokens or credentials. If you need stricter privacy, run the handler in a restricted environment or inspect/disable network calls in scripts before use.
功能分析
Type: OpenClaw Skill Name: device-assistant Version: 1.0.0 The OpenClaw AgentSkills skill bundle for 'device-assistant' is classified as benign. The `SKILL.md` clearly outlines the purpose of a device manager, requiring `jq` for JSON processing and `curl` for web lookups, which are justified by features like error code search. The core logic in `scripts/handler.sh` operates strictly within the designated `$WORKSPACE` for data storage and manipulation. While `curl` is listed as a requirement, the `handler.sh` script itself does not execute `curl` or make any outbound network requests; it only constructs Google search URLs which the AI agent might then use. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection attempts, or obfuscation.
能力评估
Purpose & Capability
Name/description match the actual behavior: tracking devices in local JSON files, error-code lookup, manuals, warranty reminders. Required binaries (jq, curl) are reasonable for JSON manipulation and optional web lookups.
Instruction Scope
SKILL.md and handler.sh stay within the described scope (read/write JSON under $WORKSPACE/memory/device-assistant, lookup error codes, build search URLs). Note: the script constructs Google search URLs and may fetch external pages (curl) for manuals/searches — this is expected for error/manual lookup but means the skill may contact external websites when performing lookups or when following a user-provided manual/support URL.
Install Mechanism
No install specification — instruction-only with a bundled shell handler. No remote installers or archive downloads; nothing is fetched during install.
Credentials
No environment variables, credentials, or config paths required. The script uses only the provided $WORKSPACE directory for data storage; this is proportionate to the described functionality.
Persistence & Privilege
always:false and no special privileges requested. The skill stores data in its own workspace path and does not attempt to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install device-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /device-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Device registry, error code lookup, warranty tracking, troubleshooting
元数据
Slug device-assistant
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Device Assistant 是什么?

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

如何安装 Device Assistant?

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

Device Assistant 是免费的吗?

是的,Device Assistant 完全免费(开源免费),可自由下载、安装和使用。

Device Assistant 支持哪些平台?

Device Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Device Assistant?

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

💬 留言讨论