← 返回 Skills 市场
jesserod329

Philips Hue Thinking Indicator

作者 JesseRod329 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1782
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install philips-hue-thinking
功能描述
Visual AI activity indicator using Philips Hue lights. Pulse red when thinking, green when done.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install philips-hue-thinking
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /philips-hue-thinking 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug philips-hue-thinking
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Philips Hue Thinking Indicator 是什么?

Visual AI activity indicator using Philips Hue lights. Pulse red when thinking, green when done. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1782 次。

如何安装 Philips Hue Thinking Indicator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install philips-hue-thinking」即可一键安装,无需额外配置。

Philips Hue Thinking Indicator 是免费的吗?

是的,Philips Hue Thinking Indicator 完全免费(开源免费),可自由下载、安装和使用。

Philips Hue Thinking Indicator 支持哪些平台?

Philips Hue Thinking Indicator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Philips Hue Thinking Indicator?

由 JesseRod329(@jesserod329)开发并维护,当前版本 v1.0.0。

💬 留言讨论