ptz-docs
Installation
SKILL.md
PTZ Docs
Context: $ARGUMENTS
Anti-hallucination guardrail for PTZ protocol work. Fetches and searches the canonical Sony VISCA PDFs and the onvif.org profile pages. Pair with ptz-visca (wire protocol) and ptz-onvif (SOAP control) for actual camera operations.
Quick start
- Find a VISCA command byte sequence: → Step 2 (
search --query "<command>") - Read an ONVIF profile feature list: → Step 3 (
section --page onvif-profile-t --id <heading>) - Grab a full reference page: → Step 4 (
fetch --page <name>) - Pre-cache everything for offline: → Step 5 (
index) - See the full catalog: → Step 1 (
list-pages)