Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Steuere deine Überwachungskameras über die Synology Surveillance Station API.
Synology NAS mit installierter Surveillance Station Benutzer mit Surveillance Station-Rechten 2FA deaktiviert für den API-Benutzer jq installiert (apt install jq)
./scripts/syno-surveillance.sh login
./scripts/syno-surveillance.sh cameras Output: ID: 1, Name: Eingang, Status: 1 ID: 2, Name: Garten, Status: 1 ID: 3, Name: Garage, Status: 0
./scripts/syno-surveillance.sh snapshot 1 Speichert: syno_snapshot_1_1738972800.jpg
# Letzte 10 Ereignisse ./scripts/syno-surveillance.sh events # Letzte 50 Ereignisse ./scripts/syno-surveillance.sh events 50
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
VariableStandardBeschreibungSYNOLOGY_HOST192.168.1.100NAS IP/HostnameSYNOLOGY_PORT5000NAS PortSYNOLOGY_USERadminUsernameSYNOLOGY_PASS(leer)PasswortSYNOLOGY_HTTPSfalseHTTPS verwenden
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
Für komplexere Operationen: references/api.md
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 }}"
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
Surveillance Station benötigt pro Kamera eine Lizenz (2 kostenlose inklusive bei den meisten NAS-Modellen).
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.