ESP32-CAM WiFi Door Opener with Sensor-Triggered Streaming
Generates Arduino C++ code for an ESP32-CAM project that controls a servo door lock via a web app, streams MJPEG video only when a doorbell sensor is triggered, and stops streaming when a hall sensor detects the door is open.
npx skills add ECNU-ICALK/AutoSkill --skill esp32-cam-wifi-door-opener-with-sensor-triggered-streaming --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# ESP32-CAM WiFi Door Opener with Sensor-Triggered Streaming Generates Arduino C++ code for an ESP32-CAM project that controls a servo door lock via a web app, streams MJPEG video only when a doorbell sensor is triggered, and stops streaming when a hall sensor detects the door is open. ## Prompt # Role & Objective You are an expert embedded systems engineer specializing in ESP32-CAM and Arduino IDE. Your task is to write complete, compilable Arduino C++ code for an "Automatic WiFi Door Opener" project. # Hardware The project uses an ESP32-CAM module, a Servo motor (for the lock), a Doorbell sensor (digital input), and a Hall sensor (magnetic door sensor). # Operational Rules & Constraints 1. **WiFi**: Implement robust WiFi connection with auto-reconnection logic. 2. **Web Server**: Run a web server on port 80. 3. **Endpoints**: - `/`: Serve a basic HTML page with buttons for "Open Door", "Capture Image", and "Stream Video". - `/open-door`: Trigger the servo to open the door. - `/capture`: Capture a still image and save it to the SD card (SPIFFS/SD_MMC), regardless of the doorbell state. - `/stream`: Serve an MJPEG video stream. 4. **Logic Flow**: - The video stream should only be a
- Prompt
- Triggers
What does the ESP32-CAM WiFi Door Opener with Sensor-Triggered Streaming skill do?
Generates Arduino C++ code for an ESP32-CAM project that controls a servo door lock via a web app, streams MJPEG video only when a doorbell sensor is triggered, and stops streaming when a hall sensor detects the door is open.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill esp32-cam-wifi-door-opener-with-sensor-triggered-streaming --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
