[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openclaw-openclaw-skills-openhue":3},{"error":4,"detail":5,"metadata":23,"markdownContent":25,"rawMarkdown":20},false,{"repo_full_name":6,"owner":7,"repo_name":7,"repo_forks":8,"skill_path":9,"repo_stars":10,"name":11,"category_id":12,"description":13,"file_tree":14,"skill_md_content":20,"skill_id":21,"skill_key":22},"openclaw/openclaw","openclaw",64359,"skills/openhue",330752,"openhue",11,"Control Philips Hue lights and scenes via the OpenHue CLI.",[15],{"name":16,"path":17,"size":18,"type":19},"SKILL.md","skills/openhue/SKILL.md",2460,"file","---\nname: openhue\ndescription: Control Philips Hue lights and scenes via the OpenHue CLI.\nhomepage: https://www.openhue.io/cli\nmetadata:\n  {\n    \"openclaw\":\n      {\n        \"emoji\": \"💡\",\n        \"requires\": { \"bins\": [\"openhue\"] },\n        \"install\":\n          [\n            {\n              \"id\": \"brew\",\n              \"kind\": \"brew\",\n              \"formula\": \"openhue/cli/openhue-cli\",\n              \"bins\": [\"openhue\"],\n              \"label\": \"Install OpenHue CLI (brew)\",\n            },\n          ],\n      },\n  }\n---\n\n# OpenHue CLI\n\nUse `openhue` to control Philips Hue lights and scenes via a Hue Bridge.\n\n## When to Use\n\n✅ **USE this skill when:**\n\n- \"Turn on/off the lights\"\n- \"Dim the living room lights\"\n- \"Set a scene\" or \"movie mode\"\n- Controlling specific Hue rooms or zones\n- Adjusting brightness, color, or color temperature\n\n## When NOT to Use\n\n❌ **DON'T use this skill when:**\n\n- Non-Hue smart devices (other brands) → not supported\n- HomeKit scenes or Shortcuts → use Apple's ecosystem\n- TV or entertainment system control\n- Thermostat or HVAC\n- Smart plugs (unless Hue smart plugs)\n\n## Common Commands\n\n### List Resources\n\n```bash\nopenhue get light       # List all lights\nopenhue get room        # List all rooms\nopenhue get scene       # List all scenes\n```\n\n### Control Lights\n\n```bash\n# Turn on/off\nopenhue set light \"Bedroom Lamp\" --on\nopenhue set light \"Bedroom Lamp\" --off\n\n# Brightness (0-100)\nopenhue set light \"Bedroom Lamp\" --on --brightness 50\n\n# Color temperature (warm to cool: 153-500 mirek)\nopenhue set light \"Bedroom Lamp\" --on --temperature 300\n\n# Color (by name or hex)\nopenhue set light \"Bedroom Lamp\" --on --color red\nopenhue set light \"Bedroom Lamp\" --on --rgb \"#FF5500\"\n```\n\n### Control Rooms\n\n```bash\n# Turn off entire room\nopenhue set room \"Bedroom\" --off\n\n# Set room brightness\nopenhue set room \"Bedroom\" --on --brightness 30\n```\n\n### Scenes\n\n```bash\n# Activate scene\nopenhue set scene \"Relax\" --room \"Bedroom\"\nopenhue set scene \"Concentrate\" --room \"Office\"\n```\n\n## Quick Presets\n\n```bash\n# Bedtime (dim warm)\nopenhue set room \"Bedroom\" --on --brightness 20 --temperature 450\n\n# Work mode (bright cool)\nopenhue set room \"Office\" --on --brightness 100 --temperature 250\n\n# Movie mode (dim)\nopenhue set room \"Living Room\" --on --brightness 10\n```\n\n## Notes\n\n- Bridge must be on local network\n- First run requires button press on Hue bridge to pair\n- Colors only work on color-capable bulbs (not white-only)\n","615c7fda-9111-589f-882e-5134e80e8190","openclaw-openclaw-skills-openhue",{"name":11,"description":13,"homepage":24},"https://www.openhue.io/cli","\u003Ch1>OpenHue CLI\u003C/h1>\n\u003Cp>Use \u003Ccode>openhue\u003C/code> to control Philips Hue lights and scenes via a Hue Bridge.\u003C/p>\n\u003Ch2>When to Use\u003C/h2>\n\u003Cp>✅ \u003Cstrong>USE this skill when:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>&quot;Turn on/off the lights&quot;\u003C/li>\n\u003Cli>&quot;Dim the living room lights&quot;\u003C/li>\n\u003Cli>&quot;Set a scene&quot; or &quot;movie mode&quot;\u003C/li>\n\u003Cli>Controlling specific Hue rooms or zones\u003C/li>\n\u003Cli>Adjusting brightness, color, or color temperature\u003C/li>\n\u003C/ul>\n\u003Ch2>When NOT to Use\u003C/h2>\n\u003Cp>❌ \u003Cstrong>DON&#39;T use this skill when:\u003C/strong>\u003C/p>\n\u003Cul>\n\u003Cli>Non-Hue smart devices (other brands) → not supported\u003C/li>\n\u003Cli>HomeKit scenes or Shortcuts → use Apple&#39;s ecosystem\u003C/li>\n\u003Cli>TV or entertainment system control\u003C/li>\n\u003Cli>Thermostat or HVAC\u003C/li>\n\u003Cli>Smart plugs (unless Hue smart plugs)\u003C/li>\n\u003C/ul>\n\u003Ch2>Common Commands\u003C/h2>\n\u003Ch3>List Resources\u003C/h3>\n\u003Cdiv class=\"md-code-block\">\u003Cdiv class=\"md-code-lang\">bash\u003C/div>\u003Cpre>\u003Ccode class=\"hljs language-bash\">openhue get light       \u003Cspan class=\"hljs-comment\"># List all lights\u003C/span>\nopenhue get room        \u003Cspan class=\"hljs-comment\"># List all rooms\u003C/span>\nopenhue get scene       \u003Cspan class=\"hljs-comment\"># List all scenes\u003C/span>\u003C/code>\u003C/pre>\u003C/div>\u003Ch3>Control Lights\u003C/h3>\n\u003Cdiv class=\"md-code-block\">\u003Cdiv class=\"md-code-lang\">bash\u003C/div>\u003Cpre>\u003Ccode class=\"hljs language-bash\">\u003Cspan class=\"hljs-comment\"># Turn on/off\u003C/span>\nopenhue \u003Cspan class=\"hljs-built_in\">set\u003C/span> light \u003Cspan class=\"hljs-string\">&quot;Bedroom Lamp&quot;\u003C/span> --on\nopenhue \u003Cspan class=\"hljs-built_in\">set\u003C/span> light \u003Cspan class=\"hljs-string\">&quot;Bedroom Lamp&quot;\u003C/span> --off\n\n\u003Cspan class=\"hljs-comment\"># Brightness (0-100)\u003C/span>\nopenhue \u003Cspan class=\"hljs-built_in\">set\u003C/span> light \u003Cspan class=\"hljs-string\">&quot;Bedroom Lamp&quot;\u003C/span> --on --brightness 50\n\n\u003Cspan class=\"hljs-comment\"># Color temperature (warm to cool: 153-500 mirek)\u003C/span>\nopenhue \u003Cspan class=\"hljs-built_in\">set\u003C/span> light \u003Cspan class=\"hljs-string\">&quot;Bedroom Lamp&quot;\u003C/span> --on --temperature 300\n\n\u003Cspan class=\"hljs-comment\"># Color (by name or hex)\u003C/span>\nopenhue \u003Cspan class=\"hljs-built_in\">set\u003C/span> light \u003Cspan class=\"hljs-string\">&quot;Bedroom Lamp&quot;\u003C/span> --on --color red\nopenhue \u003Cspan class=\"hljs-built_in\">set\u003C/span> light \u003Cspan class=\"hljs-string\">&quot;Bedroom Lamp&quot;\u003C/span> --on --rgb \u003Cspan class=\"hljs-string\">&quot;#FF5500&quot;\u003C/span>\u003C/code>\u003C/pre>\u003C/div>\u003Ch3>Control Rooms\u003C/h3>\n\u003Cdiv class=\"md-code-block\">\u003Cdiv class=\"md-code-lang\">bash\u003C/div>\u003Cpre>\u003Ccode class=\"hljs language-bash\">\u003Cspan class=\"hljs-comment\"># Turn off entire room\u003C/span>\nopenhue \u003Cspan class=\"hljs-built_in\">set\u003C/span> room \u003Cspan class=\"hljs-string\">&quot;Bedroom&quot;\u003C/span> --off\n\n\u003Cspan class=\"hljs-comment\"># Set room brightness\u003C/span>\nopenhue \u003Cspan class=\"hljs-built_in\">set\u003C/span> room \u003Cspan class=\"hljs-string\">&quot;Bedroom&quot;\u003C/span> --on --brightness 30\u003C/code>\u003C/pre>\u003C/div>\u003Ch3>Scenes\u003C/h3>\n\u003Cdiv class=\"md-code-block\">\u003Cdiv class=\"md-code-lang\">bash\u003C/div>\u003Cpre>\u003Ccode class=\"hljs language-bash\">\u003Cspan class=\"hljs-comment\"># Activate scene\u003C/span>\nopenhue \u003Cspan class=\"hljs-built_in\">set\u003C/span> scene \u003Cspan class=\"hljs-string\">&quot;Relax&quot;\u003C/span> --room \u003Cspan class=\"hljs-string\">&quot;Bedroom&quot;\u003C/span>\nopenhue \u003Cspan class=\"hljs-built_in\">set\u003C/span> scene \u003Cspan class=\"hljs-string\">&quot;Concentrate&quot;\u003C/span> --room \u003Cspan class=\"hljs-string\">&quot;Office&quot;\u003C/span>\u003C/code>\u003C/pre>\u003C/div>\u003Ch2>Quick Presets\u003C/h2>\n\u003Cdiv class=\"md-code-block\">\u003Cdiv class=\"md-code-lang\">bash\u003C/div>\u003Cpre>\u003Ccode class=\"hljs language-bash\">\u003Cspan class=\"hljs-comment\"># Bedtime (dim warm)\u003C/span>\nopenhue \u003Cspan class=\"hljs-built_in\">set\u003C/span> room \u003Cspan class=\"hljs-string\">&quot;Bedroom&quot;\u003C/span> --on --brightness 20 --temperature 450\n\n\u003Cspan class=\"hljs-comment\"># Work mode (bright cool)\u003C/span>\nopenhue \u003Cspan class=\"hljs-built_in\">set\u003C/span> room \u003Cspan class=\"hljs-string\">&quot;Office&quot;\u003C/span> --on --brightness 100 --temperature 250\n\n\u003Cspan class=\"hljs-comment\"># Movie mode (dim)\u003C/span>\nopenhue \u003Cspan class=\"hljs-built_in\">set\u003C/span> room \u003Cspan class=\"hljs-string\">&quot;Living Room&quot;\u003C/span> --on --brightness 10\u003C/code>\u003C/pre>\u003C/div>\u003Ch2>Notes\u003C/h2>\n\u003Cul>\n\u003Cli>Bridge must be on local network\u003C/li>\n\u003Cli>First run requires button press on Hue bridge to pair\u003C/li>\n\u003Cli>Colors only work on color-capable bulbs (not white-only)\u003C/li>\n\u003C/ul>\n"]