Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Verify Zigbee channel (15/20/25) doesn't conflict with WiFi
Frigate NVR (3-5 days)
Configure Coral TPU (usb/pci)
Set up RTSP streams
Configure face recognition
Pitfall: Test RTSP in VLC first
Voice AI System (5-7 days)
Install faster-whisper (ASR)
Install Piper TTS (zh_CN-huayan-medium)
Configure openWakeWord
Integrate Ollama with Extended OpenAI Conversation
Key: Language must be set to "zh" for Chinese
Device Integration (ongoing)
Pair Zigbee devices
Create automations
Set up notifications
Optimization & Maintenance
Automated backups
Performance monitoring
Security hardening
UPS integration
Critical Configuration Snippets
Frigate with Coral TPU
detectors:coral:type:edgetpudevice:usb# or pci for M.2cameras:entrance:ffmpeg:inputs:-path:rtsp://admin:pass@ip:554/Streaming/Channels/101roles: [detect, record]
face_recognition:enabled:true
Chinese Voice Pipeline
# Whisper - must set language: zhmodel:smalllanguage:zhbeam_size:5# Piper TTSvoice:zh_CN-huayan-mediumlength_scale:1.1sentence_silence:0.3
Ollama Integration
# Pull Qwen2.5
ollama pull qwen2.5:7b
# Extended OpenAI Conversation config:
Base URL: http://localhost:11434/v1
Model: qwen2.5:7b
System Prompt: 你是智能家庭助手...
Common Pitfalls
Zigbee interference: Use USB extension cable, avoid USB3.0 near 2.4GHz
Coral TPU not detected: Check USB power (use powered hub if needed)
Whisper poor Chinese recognition: Use "small" or larger model, not "tiny"
Frigate high CPU: Verify TPU is being used (check logs)
MQTT connection fails: Ensure MQTT broker add-on is installed first
IP Camera disconnects: Disable phone sleep/battery optimization
Mac audio input not working: Use DroidCam or BlackHole virtual audio
Ollama slow on Mac: Verify Metal GPU is being used (OLLAMA_DEBUG=1)
Privacy Checklist
Disable cloud integrations
Set up local DNS blocking
Configure firewall rules (LAN-only access)
Enable HTTPS (Nginx Proxy Manager)
Regular automated backups
UPS for graceful shutdown
Related Skills
ip-camera-monitor: Minimal Python-only camera monitoring when Docker/HA is overkill