← 返回 Skills 市场
rstierli

Nanoleaf (Picoleaf)

作者 rstierli · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1931
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nanoleaf
功能描述
Control Nanoleaf light panels via the Picoleaf CLI. Use for turning Nanoleaf on/off, adjusting brightness, setting colors (RGB/HSL), changing color temperature, or any Nanoleaf lighting control.
安全使用建议
This skill appears to do exactly what it says: run the Picoleaf CLI to control local Nanoleaf lights. Before installing, verify which install method you will use: the registry lists a Homebrew formula (low risk), while the SKILL.md includes a curl|tar command that downloads a GitHub release and extracts into ~/.local/bin. If you use the binary install, inspect the release archive (checksum/signature if available) and the files it will place in your PATH. The skill instructs creating ~/.picoleafrc containing your local access_token — treat that file as sensitive (set restrictive file permissions). Ensure you trust the picoleaf distribution source and are comfortable that the agent can execute picoleaf commands on your local network (it can turn lights on/off and change settings).
功能分析
Type: OpenClaw Skill Name: nanoleaf Version: 1.0.0 The skill is classified as suspicious due to its use of high-risk capabilities, specifically downloading and executing a remote binary via `curl -sL ... | tar xz -C ~/.local/bin` for installation, as detailed in `SKILL.md`. While this action is plausibly needed for the stated purpose of installing the `picoleaf` CLI, it introduces a supply chain risk by fetching and executing code from an external URL (https://github.com/tessro/picoleaf/releases/). Additionally, the skill instructs the agent to perform network requests for API token generation and to write a configuration file containing this access token, which are sensitive operations, though necessary for its function.
能力评估
Purpose & Capability
Name/description, required binary (picoleaf), and runtime instructions all match: the skill wraps the Picoleaf CLI to control Nanoleaf lights. Requested binaries and config (~/.picoleafrc) are appropriate for this purpose.
Instruction Scope
SKILL.md stays on-scope: it instructs discovering the device on the local network, generating a local access token (requires physical button press), creating a local config file (~/.picoleafrc) with host and token, and running picoleaf commands. It does not request unrelated files, extra environment variables, or exfiltration to external endpoints.
Install Mechanism
Registry install spec lists a Homebrew formula (paulrosania/command-home/picoleaf) which is an expected low-risk mechanism. SKILL.md metadata also includes an alternative binary install that uses curl to download a GitHub release tarball and extract it to ~/.local/bin — GitHub Releases is a reasonable source but the SKILL.md and registry metadata are inconsistent. The tar+extract will write binaries to disk; verify the release source and contents before running.
Credentials
No environment variables or external credentials are requested. The skill requires storing a device-local access token in ~/.picoleafrc, which is appropriate and expected for controlling the device.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no elevated system persistence. Autonomous invocation is allowed (platform default) but not combined with any other elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nanoleaf
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nanoleaf 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Nanoleaf skill. - Control Nanoleaf light panels using the Picoleaf CLI. - Features include on/off, brightness adjustment, RGB/HSL color setting, and color temperature changes. - Provides setup instructions and usage examples for all major controls. - Supports installation via Homebrew or binary download.
元数据
Slug nanoleaf
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nanoleaf (Picoleaf) 是什么?

Control Nanoleaf light panels via the Picoleaf CLI. Use for turning Nanoleaf on/off, adjusting brightness, setting colors (RGB/HSL), changing color temperature, or any Nanoleaf lighting control. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1931 次。

如何安装 Nanoleaf (Picoleaf)?

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

Nanoleaf (Picoleaf) 是免费的吗?

是的,Nanoleaf (Picoleaf) 完全免费(开源免费),可自由下载、安装和使用。

Nanoleaf (Picoleaf) 支持哪些平台?

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

谁开发了 Nanoleaf (Picoleaf)?

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

💬 留言讨论