← Back to Skills Marketplace
oblivisheee

Wol Sleep Pc

by oblivisheee · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
974
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wol-sleep-pc
Description
Send Wake-on-LAN (magic packet) and Sleep-on-LAN (inverted MAC) packets for a specific PC. Use when the user asks to wake, check, or put the PC to sleep on the local LAN. Defaults are zeroed; configure the target IP, MAC, and inverted MAC via command-line flags or a config file.
Usage Guidance
This skill appears to do only what it claims: send WOL/SOL UDP broadcasts using a MAC, inverted-MAC (if you provide it), and a broadcast address. Before installing, verify you are comfortable with the agent being able to run these scripts (they send UDP broadcasts from the host) and keep the config file (~/.config/wol-sleep-pc/config.json) private—do not commit it to a public repo. Also ensure you run the scripts from a machine on the same LAN or configure the correct broadcast address. If you need the agent to compute an inverted MAC automatically, note the scripts currently expect you to provide the inverted MAC (sleep_mac) rather than deriving it for you.
Capability Analysis
Type: OpenClaw Skill Name: wol-sleep-pc Version: 0.1.0 The OpenClaw AgentSkill 'wol-sleep-pc' is benign. It provides two Python scripts (`scripts/send_wol.py`, `scripts/send_sleep.py`) to send Wake-on-LAN and Sleep-on-LAN packets, respectively. The code uses standard Python libraries (`socket`, `argparse`, `json`, `os`) to perform its stated function. It reads configuration from `~/.config/wol-sleep-pc/config.json` and takes command-line arguments, with no evidence of shell injection vulnerabilities or malicious input handling. The `SKILL.md` instructions are clear, directly related to the skill's purpose, and do not contain any prompt injection attempts or directives for unauthorized actions. The design explicitly avoids hardcoding sensitive information and ignores local configuration files, demonstrating a security-conscious approach.
Capability Assessment
Purpose & Capability
Name/description match the included scripts and config. The files and README only implement sending WOL and SOL packets to a specified broadcast address and MAC; nothing else is requested or present.
Instruction Scope
SKILL.md instructs executing the provided scripts and reading a local config (~/.config/wol-sleep-pc/config.json). The runtime instructions do not ask the agent to read other system files, environment variables, or transmit data to external services.
Install Mechanism
Instruction-only skill with small Python scripts and no install spec. No downloads or extract steps; risk from install mechanism is minimal.
Credentials
The skill requires no environment variables or external credentials. It reads a single local config file (in the user's home dir) which is appropriate for this functionality.
Persistence & Privilege
always is false, the skill does not modify other skills or system-wide settings, and does not request permanent elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wol-sleep-pc
  3. After installation, invoke the skill by name or use /wol-sleep-pc
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of wol-sleep-pc skill. - Provides scripts to send Wake-on-LAN and Sleep-on-LAN packets to a specific PC on a local network. - Configuration requires explicit MAC/IP; no sensitive defaults included—use CLI flags or a config file. - Includes sample usage and configuration instructions. - Local configuration files are .gitignored to protect secrets. - Designed for explicit user commands to wake or sleep a PC by sending the appropriate magic packets.
Metadata
Slug wol-sleep-pc
Version 0.1.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Wol Sleep Pc?

Send Wake-on-LAN (magic packet) and Sleep-on-LAN (inverted MAC) packets for a specific PC. Use when the user asks to wake, check, or put the PC to sleep on the local LAN. Defaults are zeroed; configure the target IP, MAC, and inverted MAC via command-line flags or a config file. It is an AI Agent Skill for Claude Code / OpenClaw, with 974 downloads so far.

How do I install Wol Sleep Pc?

Run "/install wol-sleep-pc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wol Sleep Pc free?

Yes, Wol Sleep Pc is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Wol Sleep Pc support?

Wol Sleep Pc is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wol Sleep Pc?

It is built and maintained by oblivisheee (@oblivisheee); the current version is v0.1.0.

💬 Comments