← 返回 Skills 市场
193
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install wake-on-lan
功能描述
Send Wake on LAN (WOL) magic packets to remotely wake up computers and network devices. Use when the user wants to wake, turn on, or power on a remote device...
安全使用建议
This skill appears coherent and limited to Wake-on-LAN behavior. Notes before installing: (1) The code will write/update references/devices.json in the skill bundle directory — review that file before adding sensitive entries. (2) The script uses UDP broadcasts (may be blocked by routers/firewalls) and will invoke the system ping command to check host availability; ping flags used are Unix-style and may behave differently on Windows. (3) The skill does not request credentials or contact external servers; because the source/homepage is unknown, you can inspect the included scripts/wake.py directly (it's small and readable) before use. If you need cross-platform ping behavior or different broadcast behavior, review/adjust the script accordingly.
能力评估
Purpose & Capability
Name/description (send WOL magic packets) match the included script and SKILL.md. The script sends WOL packets, optionally pings a configured IP to wait for boot, and reads/writes a local references/devices.json for device configs — all expected for this functionality.
Instruction Scope
SKILL.md simply documents running the provided script and how to manage devices. The runtime instructions do not ask the agent to read unrelated files or secrets, nor to transmit data to external services. The only file access is the local references/devices.json used for device storage, which is consistent with the feature.
Install Mechanism
No install spec is present and the skill ships a small Python script — nothing is downloaded or installed by the skill itself. This is low-risk and proportional to the task.
Credentials
The skill requires no environment variables, credentials, or external config paths. It uses network sockets for local UDP broadcast (required) and subprocess to call the system ping utility (used only to detect device availability); these are proportional to the stated purpose.
Persistence & Privilege
always is false and model invocation is not disabled (normal). The skill only writes to its own references/devices.json file and does not attempt to modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wake-on-lan - 安装完成后,直接呼叫该 Skill 的名称或使用
/wake-on-lan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Added wait-for-device feature with ping detection. Added Chinese/English documentation.
v1.0.0
- Initial release of the wake-on-lan skill.
- Send Wake on LAN (WOL) magic packets to wake computers and network devices remotely.
- Supports waking devices by MAC address or pre-configured name.
- Allows specifying custom broadcast IP address and UDP port.
- Includes device management: add, list, and wake saved devices.
- Troubleshooting tips and usage instructions provided in documentation.
元数据
常见问题
Wake On Lan 是什么?
Send Wake on LAN (WOL) magic packets to remotely wake up computers and network devices. Use when the user wants to wake, turn on, or power on a remote device... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 193 次。
如何安装 Wake On Lan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wake-on-lan」即可一键安装,无需额外配置。
Wake On Lan 是免费的吗?
是的,Wake On Lan 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wake On Lan 支持哪些平台?
Wake On Lan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wake On Lan?
由 tonakic(@tonakic)开发并维护,当前版本 v1.0.1。
推荐 Skills