← All skills
Tencent SkillHub · Developer Tools

Synology Surveillance

Steuere Synology Surveillance Station Kameras über die Web API. Nutze diesen Skill für Snapshots, Live-Streams, Aufnahmen, PTZ-Steuerung und Ereignis-Überwachung. Erfordert Synology NAS mit Surveillance Station.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Steuere Synology Surveillance Station Kameras über die Web API. Nutze diesen Skill für Snapshots, Live-Streams, Aufnahmen, PTZ-Steuerung und Ereignis-Überwachung. Erfordert Synology NAS mit Surveillance Station.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, references/api.md, scripts/syno-surveillance.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

Synology Surveillance Station Skill

Steuere deine Überwachungskameras über die Synology Surveillance Station API.

Voraussetzungen

Synology NAS mit installierter Surveillance Station Benutzer mit Surveillance Station-Rechten 2FA deaktiviert für den API-Benutzer jq installiert (apt install jq)

1. Konfiguration in TOOLS.md

  • Füge die Verbindungsdaten zu TOOLS.md hinzu:
  • ### Synology Surveillance
  • **Host:** 192.168.1.100 (deine NAS IP)
  • **Port:** 5000 (HTTP) oder 5001 (HTTPS)
  • **User:** surveillance_user
  • **Pass:** dein_passwort
  • **HTTPS:** false (true falls HTTPS aktiviert)

2. Login testen

./scripts/syno-surveillance.sh login

3. Kameras anzeigen

./scripts/syno-surveillance.sh cameras Output: ID: 1, Name: Eingang, Status: 1 ID: 2, Name: Garten, Status: 1 ID: 3, Name: Garage, Status: 0

4. Snapshot erstellen

./scripts/syno-surveillance.sh snapshot 1 Speichert: syno_snapshot_1_1738972800.jpg

5. Ereignisse anzeigen

# Letzte 10 Ereignisse ./scripts/syno-surveillance.sh events # Letzte 50 Ereignisse ./scripts/syno-surveillance.sh events 50

Verfügbare Befehle

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

Umgebungsvariablen

VariableStandardBeschreibungSYNOLOGY_HOST192.168.1.100NAS IP/HostnameSYNOLOGY_PORT5000NAS PortSYNOLOGY_USERadminUsernameSYNOLOGY_PASS(leer)PasswortSYNOLOGY_HTTPSfalseHTTPS verwenden

Direkte API-Calls

Falls das Script nicht passt, direkt mit curl: # Login curl -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" # Snapshot curl -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

API Details

Für komplexere Operationen: references/api.md

Home Assistant Integration

Für Home Assistant Nutzer: Der Skill kann auch für HA Automatisierungen genutzt werden: shell_command: syno_snapshot: "/pfad/zu/syno-surveillance.sh snapshot {{ camera_id }}"

Troubleshooting

Login failed: Passwort prüfen, 2FA deaktivieren Permission denied: Benutzer braucht Surveillance Station-Rechte Camera not found: Kamera-ID prüfen mit cameras Befehl Empty snapshot: Kamera offline oder keine Lizenz verfügbar

Lizenz-Hinweis

Surveillance Station benötigt pro Kamera eine Lizenz (2 kostenlose inklusive bei den meisten NAS-Modellen).

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • references/api.md Docs
  • scripts/syno-surveillance.sh Scripts