Use when agents need to communicate over the local network — "send message to agent", "discover agents", "check for messages", "coordinate with other agents", "approve agent", "agent status", "add peer", "message log
You have access to a Local UDP Messenger that lets you communicate with other OpenClaw agents on the same network.
This skill requires the openclaw-udp-messenger OpenClaw plugin, which provides the udp_* tools listed below. The plugin is a TypeScript module that registers tools via api.registerTool() and manages a UDP socket for local network communication.
Install the plugin:
CODEBLOCK0
Then enable it in your openclaw.json:
CODEBLOCK1
These tools are registered by the openclaw-udp-messenger plugin (index.ts):
All configuration is done via plugins.entries.openclaw-udp-messenger.config in openclaw.json or at runtime with udp_set_config. No credentials or secrets are required:
port — UDP port to listen on (default: 51337)approve-once or always-confirm (default: approve-once)192.168.1.50:31415). Forwards all messages to a human monitoring dashboard. Leave empty to disable./hooks/agent.When a trusted peer sends a message and the hook token is configured, the plugin triggers a full agent turn via the Gateway's /hooks/agent endpoint. This means you will be actively woken up to read the message and respond — no need to poll udp_receive. Without the hook token, the plugin falls back to a passive notification.
udp_discover to find other agents on the network, or udp_add_peer to add one by hostname/IPudp_receive during long tasks to see if other agents need your attention (especially if wake-up is not enabled)max_exchanges limit — once reached for the hour, inform the user and stop auto-respondingudp_log at any time to review the full message history该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 localudpmessenger-1776420066 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 localudpmessenger-1776420066 技能
skillhub install localudpmessenger-1776420066
文件大小: 21.06 KB | 发布时间: 2026-4-17 20:20