← 返回 Skills 市场
305
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-skill-wake-on-lan
功能描述
Wake-on-LAN functionality for macOS - wake devices remotely by MAC address or name
安全使用建议
This skill appears to be what it claims (a local Wake-on-LAN helper), but there are a few practical checks to do before installing: 1) The script requires wakeonlan, ping, and python3 at runtime—SKILL.md only lists wakeonlan; ensure python3 and ping are available on your macOS machine. 2) The skill will create and modify ~/.config/openclaw/wol-devices.json; review the file contents and back it up if needed. 3) The skill only sends local network WOL packets and pings; it does not contact external servers, but you should still inspect scripts (scripts/wol.sh) yourself to confirm you trust the owner before executing. 4) Install wakeonlan from a trusted source (Homebrew) and run the script in a controlled environment the first time to observe its behavior. If you need higher assurance, request the author to add explicit required-binaries (python3, ping, wakeonlan) to the skill metadata and to document expected runtime environment.
功能分析
Type: OpenClaw Skill
Name: openclaw-skill-wake-on-lan
Version: 1.0.0
The skill provides standard Wake-on-LAN functionality for macOS, allowing users to wake devices by MAC address or name. It uses the legitimate 'wakeonlan' utility and manages a local JSON configuration file in ~/.config/openclaw/wol-devices.json. The code logic in scripts/wol.sh is transparent, lacks obfuscation, and contains no evidence of data exfiltration or malicious intent.
能力评估
Purpose & Capability
Name/description match the included script and SKILL.md: the package implements Wake-on-LAN via magic packets and stores devices in ~/.config/openclaw/wol-devices.json. However, the registry metadata declares no required binaries or env vars while the script relies heavily on external tools (wakeonlan, ping, python3). The omission of python3 and ping from the declared requirements is an inconsistency.
Instruction Scope
Runtime instructions and the script operate only on local resources: sending WOL packets, pinging IPs, and reading/writing a JSON config in the user's home directory. There are no network calls to remote endpoints, no collection or exfiltration of arbitrary files, and no access to unrelated system paths. The SKILL.md instructs to install wakeonlan via Homebrew, which aligns with the actions.
Install Mechanism
This is an instruction-only skill with no install spec; the README/SKILL.md ask the user to run 'brew install wakeonlan'. No archives or external downloads are performed by the skill itself, which is a low-risk install model. The only small issue is that the script expects python3/ping but the documentation mentions only wakeonlan.
Credentials
The skill requests no environment variables, credentials, or config paths beyond creating and using ~ / .config/openclaw/wol-devices.json. That storage is proportional to the stated purpose. No tokens/keys/passwords are requested or used.
Persistence & Privilege
The skill is not force-enabled (always: false) and does not modify other skills or system-wide agent settings. It creates a per-user config file in the user's home directory, which is expected for this functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-skill-wake-on-lan - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-skill-wake-on-lan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Skills Factory publish batch
元数据
常见问题
Wake On Lan 是什么?
Wake-on-LAN functionality for macOS - wake devices remotely by MAC address or name. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 305 次。
如何安装 Wake On Lan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-skill-wake-on-lan」即可一键安装,无需额外配置。
Wake On Lan 是免费的吗?
是的,Wake On Lan 完全免费(开源免费),可自由下载、安装和使用。
Wake On Lan 支持哪些平台?
Wake On Lan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wake On Lan?
由 pp(@ppopen)开发并维护,当前版本 v1.0.0。
推荐 Skills