← 返回
开发者工具 中文

Wake On Lan

Wake-on-LAN functionality for macOS - wake devices remotely by MAC address or name
macOS 局域网唤醒功能 - 通过 MAC 地址或名称远程唤醒设备
ppopen
开发者工具 clawhub v1.0.0 1 版本 99817.9 Key: 无需
★ 0
Stars
📥 548
下载
💾 11
安装
1
版本
#latest

概述

Wake-on-LAN Skill

Wake devices on your local network using Wake-on-LAN (WOL) magic packets.

Installation

# Install wakeonlan tool
brew install wakeonlan

# The skill will automatically create config at:
# ~/.config/openclaw/wol-devices.json

Commands

Wake by MAC Address

Wake any device on your network using its MAC address:

wake <MAC address> [broadcast IP]

Example: wake 00:11:22:33:44:55

Wake by Name

Wake a device you've saved in the config:

wake-name <device name>

Example: wake-name desktop

List Devices

Show all saved devices:

list

Add Device

Save a new device for easy access:

add <name> <MAC address> [broadcast IP]

Example: add desktop 00:11:22:33:44:55 192.168.1.255

Remove Device

Remove a device from the config:

remove <device name>

Example: remove desktop

Query Status

Check if a device is online (requires IP in config):

status <device name>

Example: status desktop

Broadcast

Wake all saved devices at once:

broadcast

Configuration

Devices are stored in ~/.config/openclaw/wol-devices.json:

[
  {
    "name": "desktop",
    "mac": "00:11:22:33:44:55",
    "broadcast": "192.168.1.255"
  },
  {
    "name": "server",
    "mac": "AA:BB:CC:DD:EE:FF",
    "broadcast": "192.168.1.255"
  }
]

Requirements

  • wakeonlan command (install via Homebrew)
  • Network access to the broadcast address
  • Target devices must support Wake-on-LAN (enabled in BIOS/UEFI and OS)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 19:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 670 📥 324,287
productivity

Cron Scheduler

ppopen
管理 macOS/Linux 的 cron 任务——列出、添加、移除、备份及调度定时任务。
★ 0 📥 1,488
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,814