/install foto-webcam
Foto-Webcam Snapshots
Ziel: Aus einer gespeicherten Favoritenliste (Nummer -> Webcam-Seite) ein aktuelles Bild holen und an John schicken.
Datenquelle (Favoriten)
Standard-Datei im Workspace:
docs/webcams/favorites-muenchen.json
Format (Beispiel):
items[].id(int)items[].name(string)items[].page(URL zur Webcam-Seite)- optional
items[].image(direkte Bild-URL)
Typische Nutzerbefehle
- webcam 1
- webcam 3+4+5
- liste
- liste webcams
- fuege \x3Cname> \x3Curl> hinzu
Workflow: webcam N -> Bild senden
- Lade Favoritenliste aus docs/webcams/favorites-muenchen.json.
- Suche Eintrag mit id gleich N.
- Erzeuge Snapshot Bild
- Wenn image gesetzt ist lade diese Bild URL
- Sonst page URL nehmen und daraus current 1200 jpg ermitteln
- Speichere Bild nach /tmp/webcam N jpg
- Sende Bild im Chat als Attachment Caption Format Webcam N Name
Workflow: webcam 3+4+5 -> mehrere Bilder
- Parse die IDs als Liste von Integers in der Reihenfolge
- Fuer jede ID
- Snapshot holen
- Ein Bild senden
- Maximal 6 Bilder pro Anfrage, wenn mehr gefragt wird erst nachfragen
Workflow: liste -> Favoritenliste schicken
Sende eine Text Liste Webcam 1 Name Webcam 2 Name usw
Keine Formatierung, nur Plain Text
Ermittlung der Bild-URL (foto-webcam.eu)
Für eine Webcam-Seite wie:
https://www.foto-webcam.eu/webcam/zugspitze/
existiert meist ein direktes „current“ Bild:
https://www.foto-webcam.eu/webcam/zugspitze/current/1200.jpg
Praktisch: HTML mit User-Agent laden und nach einem Link auf .../current/\x3Cdigits>.jpg suchen.
Script
Nutze das Script:
skills/public/foto-webcam/scripts/foto_webcam_snapshot.py
Beispiele:
-
Snapshot über Favoriten-ID:
python3 skills/public/foto-webcam/scripts/foto_webcam_snapshot.py --favorites docs/webcams/favorites-muenchen.json --id 4 --out /tmp/webcam4.jpg
-
Snapshot über URL:
python3 skills/public/foto-webcam/scripts/foto_webcam_snapshot.py --url https://www.foto-webcam.eu/webcam/zugspitze/ --out /tmp/zugspitze.jpg
Pflege / Ergänzen
- Neue Webcam hinzufügen: ergänze
favorites-muenchen.json(neueid,name,page). - Wenn eine Quelle instabil ist, kann
imagegesetzt werden (direkter JPG-Link).
Wichtig: Antworten im Chat nur als Plain Text (kein Markdown). Für Audio nur „clean speech“ (keine Sonderzeichen/Formatierung).
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install foto-webcam - After installation, invoke the skill by name or use
/foto-webcam - Provide required inputs per the skill's parameter spec and get structured output
What is Foto Webcam?
Liste und Snapshot-Abruf von Webcams (insb. foto-webcam.eu). Verwende diese Skill-Anleitung, wenn John „webcam <nummer>“ schreibt, eine Webcam-Favoritenliste pflegen will, oder wenn ein aktuelles Snapshot-Bild von einer foto-webcam.eu Webcam als JPG im Chat gesendet werden soll. It is an AI Agent Skill for Claude Code / OpenClaw, with 1242 downloads so far.
How do I install Foto Webcam?
Run "/install foto-webcam" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Foto Webcam free?
Yes, Foto Webcam is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Foto Webcam support?
Foto Webcam is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Foto Webcam?
It is built and maintained by unixweb (@unixweb); the current version is v1.0.0.