← 返回 Skills 市场
Wake-on-LAN
作者
kingofqin2026
· GitHub ↗
· v1.2.0
· MIT-0
49
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wake-lan
功能描述
Send Wake-on-LAN magic packets to wake sleeping devices on your LAN using saved aliases or direct MAC/IP via CLI or Python on Linux, macOS, and Android.
安全使用建议
This skill appears to do exactly what it says: send Wake-on-LAN packets and manage a small local alias database. Before installing, note: (1) you will need to install the wakeonlan Python package yourself (SKILL.md instructs this); (2) the skill will create and write references/devices.json inside the skill directory to store aliases — inspect that file if you care about stored MAC/IP entries; (3) it invokes the wakeonlan CLI and also opens raw UDP sockets (to broadcast and target IPs) which is necessary for WOL but will send network traffic on your LAN — ensure that is acceptable in your environment; (4) WOL may not work over Wi‑Fi or some routers and Termux/Android may block broadcasts; (5) if you want extra assurance, review scripts/wol.py locally (it is short and readable) before use. There are no apparent requests for credentials or unexpected network endpoints.
功能分析
Type: OpenClaw Skill
Name: wake-lan
Version: 1.2.0
The wake-on-lan skill provides standard functionality for sending magic packets to wake devices on a local network. The implementation in scripts/wol.py uses safe subprocess handling to prevent shell injection and includes a raw UDP socket fallback for compatibility. There is no evidence of data exfiltration, malicious prompt injection, or unauthorized network communication beyond the stated purpose of the tool.
能力评估
Purpose & Capability
Name/description match the implementation: the script sends WOL magic packets (via the wakeonlan CLI and raw UDP sockets) and manages saved device aliases. No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md tells the agent to install the wakeonlan Python package and to run the included script. The script only reads/writes references/devices.json inside the skill directory and sends UDP packets to broadcast or specified IPs — all within the expected scope for WOL functionality. It does call subprocess.run to invoke the wakeonlan CLI (expected) and opens raw UDP sockets (expected fallback for some platforms).
Install Mechanism
This is an instruction-only skill with no automated install spec. SKILL.md instructs users to run `pip install wakeonlan`; the absence of an install block is not dangerous but means the package must be installed manually by the user. No remote archive downloads or unusual install steps are present.
Credentials
The skill requests no environment variables, no credentials, and no config paths outside its own references/devices.json. The local JSON file used to store aliases is proportionate to the described purpose.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent settings. It stores its own device list under the skill directory (references/devices.json), which is normal for persistent state.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wake-lan - 安装完成后,直接呼叫该 Skill 的名称或使用
/wake-lan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
v1.2.0: Dual-method WOL (wakeonlan CLI + raw UDP). User-managed device aliases. Termux/Android compatible. No hardcoded data.
元数据
常见问题
Wake-on-LAN 是什么?
Send Wake-on-LAN magic packets to wake sleeping devices on your LAN using saved aliases or direct MAC/IP via CLI or Python on Linux, macOS, and Android. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 49 次。
如何安装 Wake-on-LAN?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wake-lan」即可一键安装,无需额外配置。
Wake-on-LAN 是免费的吗?
是的,Wake-on-LAN 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wake-on-LAN 支持哪些平台?
Wake-on-LAN 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wake-on-LAN?
由 kingofqin2026(@kingofqin2026)开发并维护,当前版本 v1.2.0。
推荐 Skills