c-lights
Control Philips Hue smart lights using the `openhue` CLI. Turn lights on/off, adjust brightness and color, activate scenes, and manage rooms and groups.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 78
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=daxaur-openpaw-skills-c-lights-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name c-lights description Control Philips Hue smart lights using the `openhue` CLI. Turn lights on/off, adjust brightness and color, activate scenes, and manage rooms and groups. tags ["hue","lights","smart-home","openhue","philips","automation"] What This Skill Does Enables Claude to control Philips Hue smart lighting — individual bulbs, rooms, and scenes — using the openhue CLI. Available CLI Tool: openhue Common Commands # List all lights openhue get lights # List all rooms/groups openhue get rooms # Turn a light on or off openhue set light "Desk Lamp" --on openhue set light "Desk Lamp" --off # Set brightness (0-100) openhue set light "Bedroom" --brightness 75 # Set color by name or hex openhue set light "Living Room" --color red openhue set light "Living Room" --color "#FF6600" # Set color temperature (warm to cool, in mirek) openhue set light "Kitchen" --color-temp 370 # Control an entire room openhue set room "Living Room" --on --brightness 80 # List available scenes openhue get scenes # Activate a scene openhue set scene "Relax" --room "Living Room" Usage Guidelines Use room-level commands when the user refers to a space, not a specific bulb Brightness is 0–100; color-temp ranges roughly 153 (cool) to 500 (warm) List lights/rooms first if unsure of exact names Notes Requires openhue configured with your Hue Bridge IP and API key Bridge must be on the same local network
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |