Marketplace surveillance-monitoring
Monitor Ubiquiti Protect surveillance cameras and events. Track camera status, review recordings and alerts, and monitor system health.
install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/dataknifeai/surveillance-monitoring" ~/.claude/skills/aiskillstore-marketplace-surveillance-monitoring && rm -rf "$T"
manifest:
skills/dataknifeai/surveillance-monitoring/SKILL.mdsource content
Surveillance Monitoring Skill
Monitor your Protect surveillance system including cameras, events, and system health.
What this skill does
This skill enables you to:
- Monitor all surveillance cameras and their status
- Review recent surveillance events and alerts
- Analyze motion detection and recording status
- Monitor Protect system health and storage
- Track camera connectivity
- Identify offline or underperforming cameras
- Generate surveillance reports
When to use this skill
Use this skill when you need to:
- Check camera status and connectivity
- Review surveillance events
- Verify recording is active
- Monitor system storage usage
- Troubleshoot camera issues
- Verify coverage for specific areas
- Generate surveillance reports
- Audit event history
Available Tools
- List and monitor camerasget_protect_devices
- Review surveillance events and alertsget_protect_events
- Monitor system status and healthget_protect_info
- Get camera network informationget_network_devices
Typical Workflows
Camera System Health Check
- Use
to list all camerasget_protect_devices - Check status and connectivity for each
- Use
for system healthget_protect_info - Monitor storage usage
- Identify any offline cameras
Event Review
- Use
to get recent eventsget_protect_events - Filter by event type (motion, person, etc.)
- Review event timeline
- Verify recording occurred
- Identify patterns or trends
Coverage Verification
- Use
to list camerasget_protect_devices - Verify coverage for critical areas
- Check camera angles and placement
- Identify coverage gaps
- Plan additional camera deployment
Example Questions
- "Show all cameras and their status"
- "Are there any offline cameras?"
- "Review recent surveillance events"
- "Show motion detection events from today"
- "What's the Protect system storage usage?"
- "Verify camera coverage of all areas"
- "Generate a surveillance audit report"
- "Check camera connectivity and performance"
Response Format
When using this skill, I provide:
- Camera status and connectivity information
- Event summaries with timestamps
- Recording status verification
- Storage usage and capacity
- System health metrics
- Coverage analysis
- Specific actionable alerts
- Recommendations for improvements
Best Practices
- Check camera status regularly
- Review events daily for security incidents
- Monitor storage capacity proactively
- Verify coverage for critical areas
- Plan camera maintenance during off-hours
- Archive important events
- Test recovery procedures
- Document camera locations and coverage
- Maintain backup recordings
- Review and update retention policies