{
  "schemaVersion": "1.0",
  "item": {
    "slug": "synology-surveillance-skill",
    "name": "Synology Surveillance",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/photonixlaser-ux/synology-surveillance-skill",
    "canonicalUrl": "https://clawhub.ai/photonixlaser-ux/synology-surveillance-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/synology-surveillance-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=synology-surveillance-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/api.md",
      "scripts/syno-surveillance.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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "synology-surveillance-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T15:16:07.224Z",
      "expiresAt": "2026-05-16T15:16:07.224Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=synology-surveillance-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=synology-surveillance-skill",
        "contentDisposition": "attachment; filename=\"synology-surveillance-skill-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "synology-surveillance-skill"
      },
      "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/synology-surveillance-skill"
    },
    "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/synology-surveillance-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/synology-surveillance-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/synology-surveillance-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/synology-surveillance-skill/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Synology Surveillance Station Skill",
        "body": "Steuere deine Überwachungskameras über die Synology Surveillance Station API."
      },
      {
        "title": "Voraussetzungen",
        "body": "Synology NAS mit installierter Surveillance Station\nBenutzer mit Surveillance Station-Rechten\n2FA deaktiviert für den API-Benutzer\njq installiert (apt install jq)"
      },
      {
        "title": "1. Konfiguration in TOOLS.md",
        "body": "Füge die Verbindungsdaten zu TOOLS.md hinzu:\n\n### Synology Surveillance\n- **Host:** 192.168.1.100 (deine NAS IP)\n- **Port:** 5000 (HTTP) oder 5001 (HTTPS)\n- **User:** surveillance_user\n- **Pass:** dein_passwort\n- **HTTPS:** false (true falls HTTPS aktiviert)"
      },
      {
        "title": "2. Login testen",
        "body": "./scripts/syno-surveillance.sh login"
      },
      {
        "title": "3. Kameras anzeigen",
        "body": "./scripts/syno-surveillance.sh cameras\n\nOutput:\n\nID: 1, Name: Eingang, Status: 1\nID: 2, Name: Garten, Status: 1\nID: 3, Name: Garage, Status: 0"
      },
      {
        "title": "4. Snapshot erstellen",
        "body": "./scripts/syno-surveillance.sh snapshot 1\n\nSpeichert: syno_snapshot_1_1738972800.jpg"
      },
      {
        "title": "5. Ereignisse anzeigen",
        "body": "# Letzte 10 Ereignisse\n./scripts/syno-surveillance.sh events\n\n# Letzte 50 Ereignisse\n./scripts/syno-surveillance.sh events 50"
      },
      {
        "title": "Verfügbare Befehle",
        "body": "BefehlBeschreibungloginSession erstellen (wird automatisch bei anderen Befehlen ausgeführt)logoutSession beendencamerasAlle Kameras mit ID und Status auflistensnapshot <id>Snapshot einer Kamera erstellenrecord <id> start|stopAufnahme starten/stoppenevents [limit]Ereignis-Log anzeigenstream <id>Live-Stream URL generierenptz <id> <direction>PTZ-Kamera bewegen (left/right/up/down/zoomin/zoomout)preset <id> <num>PTZ-Voreinstellung anfahren"
      },
      {
        "title": "Umgebungsvariablen",
        "body": "VariableStandardBeschreibungSYNOLOGY_HOST192.168.1.100NAS IP/HostnameSYNOLOGY_PORT5000NAS PortSYNOLOGY_USERadminUsernameSYNOLOGY_PASS(leer)PasswortSYNOLOGY_HTTPSfalseHTTPS verwenden"
      },
      {
        "title": "Direkte API-Calls",
        "body": "Falls das Script nicht passt, direkt mit curl:\n\n# Login\ncurl -c cookies.txt \"http://192.168.1.100:5000/webapi/auth.cgi?api=SYNO.API.Auth&method=login&version=3&account=USER&passwd=PASS&session=SurveillanceStation&format=cookie\"\n\n# Snapshot\ncurl -b cookies.txt \"http://192.168.1.100:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.Camera&method=GetSnapshot&version=1&cameraId=1\" -o snapshot.jpg"
      },
      {
        "title": "API Details",
        "body": "Für komplexere Operationen: references/api.md"
      },
      {
        "title": "Home Assistant Integration",
        "body": "Für Home Assistant Nutzer: Der Skill kann auch für HA Automatisierungen genutzt werden:\n\nshell_command:\n  syno_snapshot: \"/pfad/zu/syno-surveillance.sh snapshot {{ camera_id }}\""
      },
      {
        "title": "Troubleshooting",
        "body": "Login failed: Passwort prüfen, 2FA deaktivieren\nPermission denied: Benutzer braucht Surveillance Station-Rechte\nCamera not found: Kamera-ID prüfen mit cameras Befehl\nEmpty snapshot: Kamera offline oder keine Lizenz verfügbar"
      },
      {
        "title": "Lizenz-Hinweis",
        "body": "Surveillance Station benötigt pro Kamera eine Lizenz (2 kostenlose inklusive bei den meisten NAS-Modellen)."
      }
    ],
    "body": "Synology Surveillance Station Skill\n\nSteuere deine Überwachungskameras über die Synology Surveillance Station API.\n\nVoraussetzungen\nSynology NAS mit installierter Surveillance Station\nBenutzer mit Surveillance Station-Rechten\n2FA deaktiviert für den API-Benutzer\njq installiert (apt install jq)\nSchnellstart\n1. Konfiguration in TOOLS.md\n\nFüge die Verbindungsdaten zu TOOLS.md hinzu:\n\n### Synology Surveillance\n- **Host:** 192.168.1.100 (deine NAS IP)\n- **Port:** 5000 (HTTP) oder 5001 (HTTPS)\n- **User:** surveillance_user\n- **Pass:** dein_passwort\n- **HTTPS:** false (true falls HTTPS aktiviert)\n\n2. Login testen\n./scripts/syno-surveillance.sh login\n\n3. Kameras anzeigen\n./scripts/syno-surveillance.sh cameras\n\n\nOutput:\n\nID: 1, Name: Eingang, Status: 1\nID: 2, Name: Garten, Status: 1\nID: 3, Name: Garage, Status: 0\n\n4. Snapshot erstellen\n./scripts/syno-surveillance.sh snapshot 1\n\n\nSpeichert: syno_snapshot_1_1738972800.jpg\n\n5. Ereignisse anzeigen\n# Letzte 10 Ereignisse\n./scripts/syno-surveillance.sh events\n\n# Letzte 50 Ereignisse\n./scripts/syno-surveillance.sh events 50\n\nVerfügbare Befehle\nBefehl\tBeschreibung\nlogin\tSession erstellen (wird automatisch bei anderen Befehlen ausgeführt)\nlogout\tSession beenden\ncameras\tAlle Kameras mit ID und Status auflisten\nsnapshot <id>\tSnapshot einer Kamera erstellen\nrecord <id> start|stop\tAufnahme starten/stoppen\nevents [limit]\tEreignis-Log anzeigen\nstream <id>\tLive-Stream URL generieren\nptz <id> <direction>\tPTZ-Kamera bewegen (left/right/up/down/zoomin/zoomout)\npreset <id> <num>\tPTZ-Voreinstellung anfahren\nUmgebungsvariablen\nVariable\tStandard\tBeschreibung\nSYNOLOGY_HOST\t192.168.1.100\tNAS IP/Hostname\nSYNOLOGY_PORT\t5000\tNAS Port\nSYNOLOGY_USER\tadmin\tUsername\nSYNOLOGY_PASS\t(leer)\tPasswort\nSYNOLOGY_HTTPS\tfalse\tHTTPS verwenden\nDirekte API-Calls\n\nFalls das Script nicht passt, direkt mit curl:\n\n# Login\ncurl -c cookies.txt \"http://192.168.1.100:5000/webapi/auth.cgi?api=SYNO.API.Auth&method=login&version=3&account=USER&passwd=PASS&session=SurveillanceStation&format=cookie\"\n\n# Snapshot\ncurl -b cookies.txt \"http://192.168.1.100:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.Camera&method=GetSnapshot&version=1&cameraId=1\" -o snapshot.jpg\n\nAPI Details\n\nFür komplexere Operationen: references/api.md\n\nHome Assistant Integration\n\nFür Home Assistant Nutzer: Der Skill kann auch für HA Automatisierungen genutzt werden:\n\nshell_command:\n  syno_snapshot: \"/pfad/zu/syno-surveillance.sh snapshot {{ camera_id }}\"\n\nTroubleshooting\nLogin failed: Passwort prüfen, 2FA deaktivieren\nPermission denied: Benutzer braucht Surveillance Station-Rechte\nCamera not found: Kamera-ID prüfen mit cameras Befehl\nEmpty snapshot: Kamera offline oder keine Lizenz verfügbar\nLizenz-Hinweis\n\nSurveillance Station benötigt pro Kamera eine Lizenz (2 kostenlose inklusive bei den meisten NAS-Modellen)."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/photonixlaser-ux/synology-surveillance-skill",
    "publisherUrl": "https://clawhub.ai/photonixlaser-ux/synology-surveillance-skill",
    "owner": "photonixlaser-ux",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/synology-surveillance-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/synology-surveillance-skill",
    "agentUrl": "https://openagent3.xyz/skills/synology-surveillance-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/synology-surveillance-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/synology-surveillance-skill/agent.md"
  }
}