Visual AI activity indicator using Philips Hue lights. Pulse red when thinking, green when done.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install philips-hue-thinking或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install philips-hue-thinking⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/philips-hue-thinking/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: philips-hue-thinking description: Visual AI activity indicator using Philips Hue lights. Pulse red when thinking, green when done. homepage: https://github.com/yourusername/philips-hue-thinking metadata: {"clawdbot":{"emoji":"🚦","requires":{"bins":["hue"]},"install":[{"id":"manual","kind":"manual","label":"Copy hue script to PATH"}]}} ---
Visual AI activity indicator — Connect your AI assistant's work status to your physical environment through Philips Hue smart lights.
!Demo
Turns a Philips Hue light into an AI activity indicator:
| Light State | Meaning | |-------------|---------| | 🟢 Green | Ready / Done / Idle | | 🔴 Pulsing Red | AI is thinking, analyzing, or planning | | 🔴 Solid Red | AI is actively building/working |
# Find your bridge IP (check router or Hue app), then run:
hue setup <bridge-ip>
# Example:
hue setup 192.168.1.100
hue lights
# Output:
# 2: Bed room 1 💡 ON
# 3: Bedroom 2 ⚫ OFF
# 5: Front door 💡 ON ← Use this one
# AI starts thinking
hue thinking 5
# AI is done
hue done 5
# Clone or download
git clone https://github.com/yourusername/philips-hue-thinking.git
# Add to PATH
cp philips-hue-thinking/hue /usr/local/bin/
chmod +x /usr/local/bin/hue
# Add to your shell profile (.zshrc or .bashrc)
export PATH="$PATH:/path/to/philips-hue-thinking"
# Then reload
source ~/.zshrc
# Setup (press bridge button first!)
hue setup <bridge-ip>
# List all lights
hue lights
# Thinking mode (pulsing red)
hue thinking <light-id>
# Done (solid green)
hue done <light-id>
# Set any color
hue set <light-id> <color>
hue set 5 red
hue set 5 green
hue set 5 blue
hue set 5 yellow
hue set 5 purple
hue set 5 orange
# Turn off
hue off 5
# Pulse continuously
hue pulse 5 --color red
Planning Mode:
User: "Planning mode — I want to build a website"
AI: [runs 'hue thinking 5'] 🔴 Pulsing...
"Here are my questions..."
User: [answers]
AI: [runs 'hue done 5'] ✅ Green
"Starting build now..."
[runs 'hue thinking 5'] 🔴 Solid red while building
AI: [runs 'hue done 5'] ✅ Green
"Done!"
Add to ~/.zshrc:
# Quick aliases
alias think='hue thinking 5'
alias done='hue done 5'
Then just type:
think # Light pulses red
done # Light turns green
~/.config/philips-hue/| Color | X | Y | |-------|---|---| | Red | 0.675 | 0.322 | | Green | 0.214 | 0.709 | | Blue | 0.167 | 0.040 | | Yellow | 0.492 | 0.476 | | Purple | 0.265 | 0.100 | | Orange | 0.600 | 0.380 |
# Brightness oscillation
254 (bright) → 50 (dim) → 254
# Timing
~2 second cycle
Background process keeps pulsing
Config stored in: ~/.config/philips-hue/config.json
{
"bridge_ip": "192.168.1.100",
"username": "your-api-key"
}
curlPress the physical button on your Hue Bridge, then run setup within 30 seconds.
# Check connection
hue lights
# Verify config
cat ~/.config/philips-hue/config.json
# Kill background process
pkill -f "hue-pulse-loop"
# Reset light
hue done 5
MIT — See LICENSE file
Created by Jesse & Kate (Clawdbot) Inspired by the need for AI physical presence
---
Questions? Open an issue or DM @jesse on Twitter
安装 Philips Hue Thinking Indicator 后,可以对 AI 说这些话来触发它
Help me get started with Philips Hue Thinking Indicator
Explains what Philips Hue Thinking Indicator does, walks through the setup, and runs a quick demo based on your current project
Use Philips Hue Thinking Indicator to visual AI activity indicator using Philips Hue lights
Invokes Philips Hue Thinking Indicator with the right parameters and returns the result directly in the conversation
What can I do with Philips Hue Thinking Indicator in my finance & investment workflow?
Lists the top use cases for Philips Hue Thinking Indicator, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/philips-hue-thinking/ 目录(个人级,所有项目可用),或 .claude/skills/philips-hue-thinking/(项目级)。重启 AI 客户端后,用 /philips-hue-thinking 主动调用,或让 AI 根据上下文自动发现并使用。
Philips Hue Thinking Indicator 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Philips Hue Thinking Indicator 可免费安装使用。请查阅仓库了解许可证信息。
Visual AI activity indicator using Philips Hue lights. Pulse red when thinking, green when done.
Philips Hue Thinking Indicator 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Philips Hue Thinking Indicator
Identifies repetitive steps in your workflow and sets up Philips Hue Thinking Indicator to handle them automatically