smart-home

Installation
SKILL.md

Smart Home Control

Overview

Control smart home devices from the terminal via REST APIs.

Philips Hue

Discover bridge

curl -s https://discovery.meethue.com | jq '.[0].internalipaddress'

Create API user (one-time, press bridge button first)

curl -s -X POST "http://<bridge-ip>/api" \
  -d '{"devicetype":"codebuddy#terminal"}' | jq
Related skills
Installs
2
GitHub Stars
7
First Seen
Mar 18, 2026