← Back to Skills Marketplace
Philips Hue Thinking Indicator
by
JesseRod329
· GitHub ↗
· v1.0.0
1782
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install philips-hue-thinking
Description
Visual AI activity indicator using Philips Hue lights. Pulse red when thinking, green when done.
Usage Guidance
What to consider before installing:
- The package is missing the main 'hue' executable that the skill and README repeatedly reference. Do not install or run any 'hue' command until you obtain and inspect that executable. Ask the author to include the 'hue' script/source or provide a trustworthy install method (e.g., official Homebrew tap or GitHub release) so you can review it.
- Do not run quick-setup.sh blindly: it POSTs to a hardcoded local IP (192.168.1.151). Use your bridge's actual IP and run a manually crafted curl command after verifying it is correct. Prefer manual registration steps documented by Philips Hue if unsure.
- Do not copy hue-hooks.sh verbatim into your shell startup. Remove or edit the export PATH line that references /Users/jesse/... — that path is specific to the author and could cause unintended PATH changes on your machine. Instead create hooks/aliases that call the verified 'hue' binary location you control.
- Before adding any scripts to PATH or running with elevated privileges, inspect the 'hue' binary (or its source) for network endpoints, unexpected remote URLs, or data-exfiltration patterns. If the 'hue' binary is a shell script, review it line-by-line; if it is a compiled binary, request source or a reproducible build.
- If you cannot obtain the 'hue' executable for inspection, treat this package as incomplete and avoid installation. The inconsistencies suggest sloppy packaging at best and make security assessment impossible at worst.
If the missing executable is provided and its code is limited to local Hue Bridge API calls (and hooks are sanitized), the skill appears coherent and low-risk. Without that file, however, the package is suspicious and should not be trusted until fixed and reviewed.
Capability Analysis
Type: OpenClaw Skill
Name: philips-hue-thinking
Version: 1.0.0
The skill bundle is benign. It provides functionality to control Philips Hue lights via a local HTTP API, which is its stated purpose. The `SKILL.md` and `README.md` contain clear instructions for setup and usage, without any evidence of prompt injection attempts to manipulate the AI agent for malicious purposes. The `hue-hooks.sh` and `quick-setup.sh` scripts use `curl` to interact with a local Philips Hue Bridge IP (e.g., `http://192.168.1.151/api`), which is expected for this functionality, and do not show any signs of data exfiltration, malicious execution, or persistence mechanisms.
Capability Assessment
Purpose & Capability
The skill's stated purpose requires a 'hue' command-line tool; the SKILL.md, README, and package.json all reference a 'hue' binary, but the provided file list and code attachments do not include the 'hue' executable. Declaring 'hue' as a required binary while not providing it (or an install mechanism) is an incoherence that prevents verification of what will run.
Instruction Scope
Runtime instructions are narrowly scoped to local Hue bridge interaction and shell integration (setup, lights, thinking/done commands). However, hue-hooks.sh exports a hardcoded path (/Users/jesse/...) into PATH and suggests adding it to a user's shell profile — this would inject an external path (creator's local path) into a different system's environment if copied verbatim. quick-setup.sh posts to a hardcoded local IP (192.168.1.151) which is reasonable for Hue registration in principle but should be parameterized for the user's bridge IP.
Install Mechanism
There is no install spec; README and SKILL.md instruct copying a 'hue' file into PATH or using a (non-provided) Homebrew tap. package.json lists './hue' as the binary and as a packaged file, but that binary is absent from the provided manifest. Because the main executable is missing, we cannot inspect what network calls or other behaviors it implements — this is the primary risk/incoherence.
Credentials
The skill requests no environment variables or unrelated credentials. Config is stored under ~/.config/philips-hue/config.json (bridge_ip, username) which aligns with Hue local API usage. No cloud secrets or unrelated service tokens are requested.
Persistence & Privilege
The skill does not request always:true and has normal user-invocable behavior. It suggests adding hooks/aliases to shell startup which is typical for CLI utilities. The hooks file, however, contains a hardcoded export PATH line pointing to the author's local development path — if blindly copied into a user's shell profile it could unintentionally alter PATH and allow unexpected binaries to be picked up. This should be corrected before use.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install philips-hue-thinking - After installation, invoke the skill by name or use
/philips-hue-thinking - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Visual AI activity indicator with Philips Hue.
- Pulses Hue lights red when AI is thinking; turns green when done.
- Includes simple CLI commands to control light state (thinking, done, color changes, on/off).
- Uses local Hue Bridge API and works with any color bulb.
- Provides easy setup and workflow integration instructions.
- Stores configuration in user’s home directory for stateless, safe operation.
- Includes troubleshooting tips and future feature roadmap.
Metadata
Frequently Asked Questions
What is Philips Hue Thinking Indicator?
Visual AI activity indicator using Philips Hue lights. Pulse red when thinking, green when done. It is an AI Agent Skill for Claude Code / OpenClaw, with 1782 downloads so far.
How do I install Philips Hue Thinking Indicator?
Run "/install philips-hue-thinking" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Philips Hue Thinking Indicator free?
Yes, Philips Hue Thinking Indicator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Philips Hue Thinking Indicator support?
Philips Hue Thinking Indicator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Philips Hue Thinking Indicator?
It is built and maintained by JesseRod329 (@jesserod329); the current version is v1.0.0.
More Skills