← 返回 Skills 市场
Wol Sleep Pc
作者
oblivisheee
· GitHub ↗
· v0.1.0
974
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wol-sleep-pc - 安装完成后,直接呼叫该 Skill 的名称或使用
/wol-sleep-pc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 974 次。
如何安装 Wol Sleep Pc?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wol-sleep-pc」即可一键安装,无需额外配置。
Wol Sleep Pc 是免费的吗?
是的,Wol Sleep Pc 完全免费(开源免费),可自由下载、安装和使用。
Wol Sleep Pc 支持哪些平台?
Wol Sleep Pc 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wol Sleep Pc?
由 oblivisheee(@oblivisheee)开发并维护,当前版本 v0.1.0。
推荐 Skills