pet-restricted-area-warning-analysis

Detect pet intrusions and violation behaviors in restricted areas from video.

Updated May 18, 2026
One-click install
npx skills add https://github.com/smyx-sunjinhui/smyx-open-claw-skills --skill pet-restricted-area-warning-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pet-restricted-area-warning-analysis
Source: https://github.com/smyx-sunjinhui/smyx-open-claw-skills/tree/main/skills/pet-restricted-area-warning-analysis
Command: npx skills add https://github.com/smyx-sunjinhui/smyx-open-claw-skills --skill pet-restricted-area-warning-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, yaml, pydash, SQLAlchemy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

It helps pet owners prevent pets from entering restricted areas and engaging in forbidden behaviors by analyzing home camera footage and generating real-time warning reports.

Core Features & Use Cases

  • Restricted-area intrusion monitoring: Detects when a pet enters user-defined no-go zones (e.g., kitchen/bedroom) and produces an early-warning report.
  • Violation behavior recognition: Specifically identifies behaviors such as climbing on dining tables and rummaging through trash cans while filtering out interference like human movement.
  • History and report list viewing: Supports querying and displaying prior warning reports from the cloud API and outputs them as Markdown tables with clickable report links.
  • Use Case: If your pet repeatedly jumps onto dining tables or raids the trash, upload a monitoring video and get an actionable warning summary plus snapshots.

Quick Start

Provide the pet monitoring video URL or file path and your open-id so the skill can analyze the footage and return a structured restricted-area warning report.

Frequently Asked Questions about pet-restricted-area-warning-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does computer vision detect pet intrusion into restricted areas?

Computer vision detects pet intrusion by analyzing video footage to identify animals entering user-defined no-go zones and recognizing specific violation behaviors like climbing on dining tables or rummaging through trash cans while filtering out human movement.

How do I analyze a video for pet violation behaviors?

To analyze pet violation behaviors, provide your open-id along with a local monitoring video file or network video URL. The system processes the footage and returns a structured restricted-area warning report with snapshot images.

Can I retrieve historical pet warning reports from the cloud API?

Yes, you can retrieve historical pet warning reports by querying the cloud API. The system fetches prior report lists and formats them as Markdown tables with clickable reportImageUrl hyperlinks for easy viewing.

Does the pet monitoring system filter out human movement?

Yes, the pet monitoring system filters out human movement interference. It specifically targets and recognizes pet behaviors like climbing on tables and rummaging through trash cans to ensure accurate violation alerts.

What threshold configurations are supported for real-time pet alerts?

The system supports threshold configuration for real-time pet alerts, allowing users to define specific parameters for restricted-area intrusion monitoring and violation behavior recognition before generating early-warning reports.