{
  "schemaVersion": "1.0",
  "item": {
    "slug": "philips-hue-thinking",
    "name": "Philips Hue Thinking Indicator",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/JesseRod329/philips-hue-thinking",
    "canonicalUrl": "https://clawhub.ai/JesseRod329/philips-hue-thinking",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/philips-hue-thinking",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=philips-hue-thinking",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "hue-hooks.sh",
      "README.md",
      "package.json",
      "SKILL.md",
      "quick-setup.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/philips-hue-thinking"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/philips-hue-thinking",
    "agentPageUrl": "https://openagent3.xyz/skills/philips-hue-thinking/agent",
    "manifestUrl": "https://openagent3.xyz/skills/philips-hue-thinking/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/philips-hue-thinking/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Philips Hue Thinking Indicator",
        "body": "Visual AI activity indicator — Connect your AI assistant's work status to your physical environment through Philips Hue smart lights."
      },
      {
        "title": "What It Does",
        "body": "Turns a Philips Hue light into an AI activity indicator:\n\nLight StateMeaning🟢 GreenReady / Done / Idle🔴 Pulsing RedAI is thinking, analyzing, or planning🔴 Solid RedAI is actively building/working"
      },
      {
        "title": "Why Use This?",
        "body": "Ambient awareness — Know when your AI is working without checking screens\nFlow state protection — Visual indicator prevents interruptions during deep work\nSatisfying completion — Green light signals \"ready for next task\"\nConversation starter — \"My AI has a physical presence in my house\""
      },
      {
        "title": "1. Setup Your Hue Bridge",
        "body": "# Find your bridge IP (check router or Hue app), then run:\nhue setup <bridge-ip>\n\n# Example:\nhue setup 192.168.1.100"
      },
      {
        "title": "2. Find Your Light",
        "body": "hue lights\n\n# Output:\n#   2: Bed room 1 💡 ON\n#   3: Bedroom 2 ⚫ OFF\n#   5: Front door 💡 ON  ← Use this one"
      },
      {
        "title": "3. Use It",
        "body": "# AI starts thinking\nhue thinking 5\n\n# AI is done\nhue done 5"
      },
      {
        "title": "Option 1: Copy to PATH",
        "body": "# Clone or download\ngit clone https://github.com/yourusername/philips-hue-thinking.git\n\n# Add to PATH\ncp philips-hue-thinking/hue /usr/local/bin/\nchmod +x /usr/local/bin/hue"
      },
      {
        "title": "Option 2: Use Directly",
        "body": "# Add to your shell profile (.zshrc or .bashrc)\nexport PATH=\"$PATH:/path/to/philips-hue-thinking\"\n\n# Then reload\nsource ~/.zshrc"
      },
      {
        "title": "Core Commands",
        "body": "# Setup (press bridge button first!)\nhue setup <bridge-ip>\n\n# List all lights\nhue lights\n\n# Thinking mode (pulsing red)\nhue thinking <light-id>\n\n# Done (solid green)\nhue done <light-id>\n\n# Set any color\nhue set <light-id> <color>"
      },
      {
        "title": "Available Colors",
        "body": "hue set 5 red\nhue set 5 green\nhue set 5 blue\nhue set 5 yellow\nhue set 5 purple\nhue set 5 orange"
      },
      {
        "title": "Utility Commands",
        "body": "# Turn off\nhue off 5\n\n# Pulse continuously\nhue pulse 5 --color red"
      },
      {
        "title": "With AI Assistants",
        "body": "Planning Mode:\n\nUser: \"Planning mode — I want to build a website\"\nAI:  [runs 'hue thinking 5'] 🔴 Pulsing...\n     \"Here are my questions...\"\nUser: [answers]\nAI:  [runs 'hue done 5'] ✅ Green\n     \"Starting build now...\"\n     [runs 'hue thinking 5'] 🔴 Solid red while building\nAI:  [runs 'hue done 5'] ✅ Green\n     \"Done!\""
      },
      {
        "title": "Shell Aliases",
        "body": "Add to ~/.zshrc:\n\n# Quick aliases\nalias think='hue thinking 5'\nalias done='hue done 5'\n\nThen just type:\n\nthink  # Light pulses red\ndone   # Light turns green"
      },
      {
        "title": "How It Works",
        "body": "Hue Bridge API — Communicates via local HTTP API\nColor XY Values — Uses CIE color space for accurate colors\nBackground Pulse — Bash loop dims/brightens light\nStateless — Stores config in ~/.config/philips-hue/"
      },
      {
        "title": "Color XY Values",
        "body": "ColorXYRed0.6750.322Green0.2140.709Blue0.1670.040Yellow0.4920.476Purple0.2650.100Orange0.6000.380"
      },
      {
        "title": "The Pulse Effect",
        "body": "# Brightness oscillation\n254 (bright) → 50 (dim) → 254\n\n# Timing\n~2 second cycle\nBackground process keeps pulsing"
      },
      {
        "title": "Configuration",
        "body": "Config stored in: ~/.config/philips-hue/config.json\n\n{\n  \"bridge_ip\": \"192.168.1.100\",\n  \"username\": \"your-api-key\"\n}"
      },
      {
        "title": "Requirements",
        "body": "Philips Hue Bridge (v2)\nPhilips Hue color bulbs\nmacOS/Linux with curl\nBash 4.0+"
      },
      {
        "title": "\"Link button not pressed\"",
        "body": "Press the physical button on your Hue Bridge, then run setup within 30 seconds."
      },
      {
        "title": "Light not responding",
        "body": "# Check connection\nhue lights\n\n# Verify config\ncat ~/.config/philips-hue/config.json"
      },
      {
        "title": "Pulse won't stop",
        "body": "# Kill background process\npkill -f \"hue-pulse-loop\"\n\n# Reset light\nhue done 5"
      },
      {
        "title": "Future Ideas",
        "body": "Auto-trigger via AI session lifecycle\n Multiple lights for different task types\n Heartbeat mode (gentle pulse every 30 min)\n Error state (flash purple)\n Success celebration (rainbow effect)"
      },
      {
        "title": "License",
        "body": "MIT — See LICENSE file"
      },
      {
        "title": "Credits",
        "body": "Created by Jesse & Kate (Clawdbot)\nInspired by the need for AI physical presence\n\nQuestions? Open an issue or DM @jesse on Twitter"
      }
    ],
    "body": "Philips Hue Thinking Indicator\n\nVisual AI activity indicator — Connect your AI assistant's work status to your physical environment through Philips Hue smart lights.\n\nWhat It Does\n\nTurns a Philips Hue light into an AI activity indicator:\n\nLight State\tMeaning\n🟢 Green\tReady / Done / Idle\n🔴 Pulsing Red\tAI is thinking, analyzing, or planning\n🔴 Solid Red\tAI is actively building/working\nWhy Use This?\nAmbient awareness — Know when your AI is working without checking screens\nFlow state protection — Visual indicator prevents interruptions during deep work\nSatisfying completion — Green light signals \"ready for next task\"\nConversation starter — \"My AI has a physical presence in my house\"\nQuick Start\n1. Setup Your Hue Bridge\n# Find your bridge IP (check router or Hue app), then run:\nhue setup <bridge-ip>\n\n# Example:\nhue setup 192.168.1.100\n\n2. Find Your Light\nhue lights\n\n# Output:\n#   2: Bed room 1 💡 ON\n#   3: Bedroom 2 ⚫ OFF\n#   5: Front door 💡 ON  ← Use this one\n\n3. Use It\n# AI starts thinking\nhue thinking 5\n\n# AI is done\nhue done 5\n\nInstallation\nOption 1: Copy to PATH\n# Clone or download\ngit clone https://github.com/yourusername/philips-hue-thinking.git\n\n# Add to PATH\ncp philips-hue-thinking/hue /usr/local/bin/\nchmod +x /usr/local/bin/hue\n\nOption 2: Use Directly\n# Add to your shell profile (.zshrc or .bashrc)\nexport PATH=\"$PATH:/path/to/philips-hue-thinking\"\n\n# Then reload\nsource ~/.zshrc\n\nCommands\nCore Commands\n# Setup (press bridge button first!)\nhue setup <bridge-ip>\n\n# List all lights\nhue lights\n\n# Thinking mode (pulsing red)\nhue thinking <light-id>\n\n# Done (solid green)\nhue done <light-id>\n\n# Set any color\nhue set <light-id> <color>\n\nAvailable Colors\nhue set 5 red\nhue set 5 green\nhue set 5 blue\nhue set 5 yellow\nhue set 5 purple\nhue set 5 orange\n\nUtility Commands\n# Turn off\nhue off 5\n\n# Pulse continuously\nhue pulse 5 --color red\n\nWorkflow Integration\nWith AI Assistants\n\nPlanning Mode:\n\nUser: \"Planning mode — I want to build a website\"\nAI:  [runs 'hue thinking 5'] 🔴 Pulsing...\n     \"Here are my questions...\"\nUser: [answers]\nAI:  [runs 'hue done 5'] ✅ Green\n     \"Starting build now...\"\n     [runs 'hue thinking 5'] 🔴 Solid red while building\nAI:  [runs 'hue done 5'] ✅ Green\n     \"Done!\"\n\nShell Aliases\n\nAdd to ~/.zshrc:\n\n# Quick aliases\nalias think='hue thinking 5'\nalias done='hue done 5'\n\n\nThen just type:\n\nthink  # Light pulses red\ndone   # Light turns green\n\nTechnical Details\nHow It Works\nHue Bridge API — Communicates via local HTTP API\nColor XY Values — Uses CIE color space for accurate colors\nBackground Pulse — Bash loop dims/brightens light\nStateless — Stores config in ~/.config/philips-hue/\nColor XY Values\nColor\tX\tY\nRed\t0.675\t0.322\nGreen\t0.214\t0.709\nBlue\t0.167\t0.040\nYellow\t0.492\t0.476\nPurple\t0.265\t0.100\nOrange\t0.600\t0.380\nThe Pulse Effect\n# Brightness oscillation\n254 (bright) → 50 (dim) → 254\n\n# Timing\n~2 second cycle\nBackground process keeps pulsing\n\nConfiguration\n\nConfig stored in: ~/.config/philips-hue/config.json\n\n{\n  \"bridge_ip\": \"192.168.1.100\",\n  \"username\": \"your-api-key\"\n}\n\nRequirements\nPhilips Hue Bridge (v2)\nPhilips Hue color bulbs\nmacOS/Linux with curl\nBash 4.0+\nTroubleshooting\n\"Link button not pressed\"\n\nPress the physical button on your Hue Bridge, then run setup within 30 seconds.\n\nLight not responding\n# Check connection\nhue lights\n\n# Verify config\ncat ~/.config/philips-hue/config.json\n\nPulse won't stop\n# Kill background process\npkill -f \"hue-pulse-loop\"\n\n# Reset light\nhue done 5\n\nFuture Ideas\n Auto-trigger via AI session lifecycle\n Multiple lights for different task types\n Heartbeat mode (gentle pulse every 30 min)\n Error state (flash purple)\n Success celebration (rainbow effect)\nLicense\n\nMIT — See LICENSE file\n\nCredits\n\nCreated by Jesse & Kate (Clawdbot)\nInspired by the need for AI physical presence\n\nQuestions? Open an issue or DM @jesse on Twitter"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/JesseRod329/philips-hue-thinking",
    "publisherUrl": "https://clawhub.ai/JesseRod329/philips-hue-thinking",
    "owner": "JesseRod329",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/philips-hue-thinking",
    "downloadUrl": "https://openagent3.xyz/downloads/philips-hue-thinking",
    "agentUrl": "https://openagent3.xyz/skills/philips-hue-thinking/agent",
    "manifestUrl": "https://openagent3.xyz/skills/philips-hue-thinking/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/philips-hue-thinking/agent.md"
  }
}