HomeKit
Control HomeKit devices, scenes, and automations.
requires credentials6 tools
Control your Apple HomeKit devices directly from your AI. Turn lights on and off, adjust thermostats, lock doors, trigger scenes, and check device states.
Credentials
| Name | Label | Required |
|---|---|---|
HOMEKIT_PIN | HomeKit Bridge PIN | required |
Setup
terminal
conductor plugins setup homekitTools
| Tool | Description | Inputs | Approval |
|---|---|---|---|
homekit_devices | List all HomeKit devices and their state | — | — |
homekit_set | Set a characteristic on a device | device, characteristic, value | required |
homekit_scenes | List available scenes | — | — |
homekit_activate | Activate a scene | scene | required |
homekit_rooms | List rooms and their devices | — | — |
homekit_status | Get the current state of a device | device | — |
Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.
Example Prompts
“Turn off all the lights in the living room”
homekit_set“What is the temperature on the thermostat?”
homekit_status“Activate the Good Morning scene”
homekit_activate