Control Wyze smart home devices including cameras, bulbs, and plugs
Enables Claude to interact with Wyze for controlling cameras, smart bulbs, plugs, locks, and other affordable smart home devices.
curl -sSL https://canifi.com/skills/wyze/install.sh | bash
Or manually:
cp -r skills/wyze ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set WYZE_EMAIL "[email protected]"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
User: "Show me the Wyze camera events from today"
Claude: I'll check your Wyze camera for today's motion and sound events.
User: "Turn off all Wyze plugs"
Claude: I'll turn off all connected Wyze smart plugs.
User: "Set the Wyze bulbs to 50% brightness"
Claude: I'll adjust all Wyze bulbs to 50% brightness.
When encountering new UI patterns: