← Back to Skills Marketplace
176
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wolp
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wolp - After installation, invoke the skill by name or use
/wolp - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 176 downloads so far.
How do I install WOLP LAN Power Control?
Run "/install wolp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WOLP LAN Power Control free?
Yes, WOLP LAN Power Control is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WOLP LAN Power Control support?
WOLP LAN Power Control is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WOLP LAN Power Control?
It is built and maintained by li.yao (@leeyeel); the current version is v0.0.2.
More Skills