- openclaw: expose BRAVE_API_KEY env var for web search tool - uptime-kuma: prefer username/password auth (API key token auth unreliable) - uptime-kuma: add TCP monitor type support to manage_monitors.py
Implements programmatic monitor management via Socket.IO API: - manage_monitors.py: CLI script for CRUD operations on monitors - API.md: Comprehensive API usage documentation - SETUP.md: Step-by-step setup and verification guide Key features: - Supports API key and username/password authentication - List, add, update, delete monitors via CLI - SSL verification disabled for self-signed certificates - Monitor types: HTTP, TCP, ping, DNS, docker