← 返回 Skills 市场
176
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wolp
功能描述
Wake or shut down LAN devices by sending WOL-plus packets from the agent host. Use this when the user wants to power on a device with a raw Ethernet magic pa...
安全使用建议
This skill appears to do what it says — sending LAN Wake-on-LAN and WOL-plus shutdown packets and keeping a small local inventory. Before installing or using it: (1) run operations with --dry-run first to confirm payloads; (2) be aware the skill will update skill/assets/devices.json with MACs and IPs — treat that file as sensitive; (3) the 'wake' action requires the wakeonlan pip package (install manually if needed); (4) enabling shutdown support requires installing a separate WOL-plus client on target hosts (SKILL.md points to a GitHub Releases page) — verify the release source and only install on machines you control; (5) change the client's default web UI credentials (admin/admin123) immediately after install; (6) do not grant the agent remote install rights or SSH access to hosts unless you explicitly trust the agent and understand the changes it will make.
功能分析
Type: OpenClaw Skill
Name: wolp
Version: 0.0.2
The skill provides legitimate Wake-on-LAN (WOL) and remote shutdown functionality via a Python script (scripts/wolp_power.py) and a local device inventory (assets/devices.json). The code uses standard libraries, performs strict input validation on MAC addresses and IP addresses, and lacks any signs of obfuscation, data exfiltration, or unauthorized execution. While the SKILL.md instructions guide the agent through high-privilege tasks like installing system services and packages from GitHub, these actions are transparently documented and directly support the tool's stated purpose of managing network device power states.
能力评估
Purpose & Capability
Name/description match the included Python script and SKILL.md. The script constructs and sends Wake-on-LAN and WOL-plus UDP payloads, reads/writes a local devices.json inventory, and documents the external client it can install. No unrelated capabilities or credentials are requested.
Instruction Scope
SKILL.md keeps instructions focused on wake/shutdown/list operations and installing/configuring the optional WOL-plus client. It does instruct the agent/user on installing a client on target machines (downloads from GitHub Releases) and to edit client config paths like /usr/local/etc/wolp/wolp.json; those steps are reasonable for enabling shutdown support but are higher-privilege operations on target hosts and should only be performed with explicit user consent. The skill will also update skill/assets/devices.json in-place after successful non-dry-run operations (it persists MAC/IP entries).
Install Mechanism
The skill is instruction-only with a bundled script; there is no automated install spec. SKILL.md recommends obtaining the client from a GitHub repo and releases, which is an expected source for third-party client software. Nothing is downloaded automatically by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths to access. It stores device inventory locally (MACs and IPs) in assets/devices.json — this is expected but may contain sensitive network topology data. The Python script only requires the optional wakeonlan pip package for the 'wake' action.
Persistence & Privilege
The skill does not request always:true or elevated platform privileges. It writes and updates its own assets/devices.json (its own bundle area) but does not modify other skills or system-wide agent settings. SKILL.md does describe installing a separate client service on remote machines, which is a normal operational requirement for shutdown functionality but is an explicit external action.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wolp - 安装完成后,直接呼叫该 Skill 的名称或使用
/wolp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.2
- Renamed the skill from wolp-lan-power-control to wolp.
v0.0.1
wolp-lan-power-control 0.0.1 – Initial Release
- Wake and shut down LAN devices by sending WOL-plus packets from the agent host using Python.
- Supports wake (UDP magic packet) and shutdown (UDP WOL-plus packet) actions via command-line.
- Manages device inventory in a JSON file with automatic updates on successful actions.
- Includes device listing, dry-run mode, and clear reporting of packet details.
- Requires the `wakeonlan` package for wake operations; does not require root.
- Provides step-by-step client installation and configuration instructions for Windows, Debian/Ubuntu, and RPM-based Linux.
元数据
常见问题
WOLP LAN Power Control 是什么?
Wake or shut down LAN devices by sending WOL-plus packets from the agent host. Use this when the user wants to power on a device with a raw Ethernet magic pa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 176 次。
如何安装 WOLP LAN Power Control?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wolp」即可一键安装,无需额外配置。
WOLP LAN Power Control 是免费的吗?
是的,WOLP LAN Power Control 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WOLP LAN Power Control 支持哪些平台?
WOLP LAN Power Control 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WOLP LAN Power Control?
由 li.yao(@leeyeel)开发并维护,当前版本 v0.0.2。
推荐 Skills