From dbc909aaeeaa9dcedc8fa17b1edae7e7e805f421 Mon Sep 17 00:00:00 2001 From: OpenClaw Assistant Date: Mon, 23 Feb 2026 21:11:02 +0000 Subject: [PATCH] Add local RTSP camera names and stream URLs --- TOOLS.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 TOOLS.md diff --git a/TOOLS.md b/TOOLS.md new file mode 100644 index 0000000..990c715 --- /dev/null +++ b/TOOLS.md @@ -0,0 +1,47 @@ +# TOOLS.md - Local Notes + +Skills define _how_ tools work. This file is for _your_ specifics — the stuff that's unique to your setup. + +## What Goes Here + +Things like: + +- Camera names and locations +- SSH hosts and aliases +- Preferred voices for TTS +- Speaker/room names +- Device nicknames +- Anything environment-specific + +## Examples + +```markdown +### Cameras + +- living-room → Main area, 180° wide angle +- front-door → Entrance, motion-triggered + +### SSH + +- home-server → 192.168.1.100, user: admin + +### TTS + +- Preferred voice: "Nova" (warm, slightly British) +- Default speaker: Kitchen HomePod +``` + +## Why Separate? + +Skills are shared. Your setup is yours. Keeping them apart means you can update skills without losing your notes, and share skills without leaking your infrastructure. + +--- + +Add whatever helps you do your job. This is your cheat sheet. + +### Cameras (RTSP) + +- зал → rtsp://keeper:ybrjkftdrf2007@192.168.0.251:554/cam/realmonitor?channel=1&subtype=1 +- лестница 1 эт → rtsp://keeper:Ybrjkftdrf2007@192.168.0.251:554/cam/realmonitor?channel=2&subtype=1 +- прихожая 2 эт → rtsp://keeper:Ybrjkftdrf2007@192.168.0.251:554/cam/realmonitor?channel=3&subtype=1 +- лестница 2 эт → rtsp://keeper:Ybrjkftdrf2007@192.168.0.251:554/cam/realmonitor?channel=4&subtype=1