# Camera Provider Eufy

> Eufy camera integration — local RTSP streaming and event clips

- Skill: `sharpai/camera-provider-eufy` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add sharpai/camera-provider-eufy`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sharpai/camera-provider-eufy/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: sharpai (https://skillmd.com/u/sharpai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/sharpai/camera-provider-eufy

---


# Eufy Camera Provider

Integrates Eufy cameras (local P2P or cloud) with SharpAI Aegis. Supports RTSP streaming for live view and event-triggered clip download for analysis.

## Setup

```bash
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
```

