wake-on-lan
Installation
SKILL.md
Wake on LAN
Send Magic Packets via UDP broadcast to wake up WoL-compatible computers on the local network. Manage host configurations through the script — no manual YAML editing needed.
Execution Rule
Run the user's requested command directly without pre-checking dependencies, environment variables, or configuration. If something is wrong, the script will fail with a clear error — check and fix only then.
Environment Variables
| Variable | Required | Description |
|---|---|---|
WOL_CONFIG_PATH |
❌ | Custom path to hosts.yaml (default: ~/.wmyskills/wake-on-lan/hosts.yaml) |
The script loads these from ~/.wmyskills/.env (shared across skills) automatically; a scripts/.env in the script directory takes priority if present. Use scripts/.env.example as the template — add the variables to ~/.wmyskills/.env, never overwriting an existing file.