← 返回 Skills 市场
openlang-cn

udp

作者 openlang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
310
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install udp
功能描述
Helps with UDP sockets, datagram send/receive, and network debugging. Use when the user needs to send or receive UDP packets, write UDP client/server code, t...
安全使用建议
This skill is a documentation-style helper for UDP and appears internally consistent. Before using it, remember that the provided commands/snippets will cause your machine or agent to send UDP packets to whatever hosts/ports you specify — verify targets are safe and authorized. If you plan to let an agent execute network commands automatically, ensure the agent's network permissions are appropriate (to avoid unintended traffic), and review any generated code before running it in production.
功能分析
Type: OpenClaw Skill Name: udp Version: 1.0.0 The skill bundle provides standard documentation and code snippets for UDP socket programming and network debugging across multiple languages (Python, Node.js, Go, C#). It includes common troubleshooting steps and security best practices, such as avoiding hardcoded credentials and being aware of IP spoofing, with no malicious patterns or suspicious instructions identified in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name and description match the content: SKILL.md contains UDP concepts, debugging steps, and language-specific code snippets. There are no unrelated env vars, binaries, or config paths requested.
Instruction Scope
Instructions are limited to commands, code examples, and diagnostic advice for testing UDP (nc, PowerShell, language examples). They do not instruct the agent to read system files, harvest credentials, or send data to unexpected external endpoints.
Install Mechanism
No install spec and no code files — the skill is instruction-only, so nothing will be written to disk or fetched at install time.
Credentials
The skill declares no required environment variables or credentials and the instructions do not reference secrets or unrelated environment state.
Persistence & Privilege
always is false and the skill is user-invocable. disable-model-invocation is false (normal default) but this alone does not create additional concern because the skill has no elevated persistence or cross-skill config changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install udp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /udp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release providing UDP socket support for sending/receiving datagrams and network debugging. - Includes command-line testing guides for various OS (netcat, PowerShell). - Offers concise language-specific UDP code samples (Python, Node.js, Go, C#). - Covers common troubleshooting tips for UDP connectivity, packet loss, and firewall issues. - Briefly explains UDP broadcast and multicast basics. - Highlights key differences between UDP and TCP.
元数据
Slug udp
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

udp 是什么?

Helps with UDP sockets, datagram send/receive, and network debugging. Use when the user needs to send or receive UDP packets, write UDP client/server code, t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 310 次。

如何安装 udp?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install udp」即可一键安装,无需额外配置。

udp 是免费的吗?

是的,udp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

udp 支持哪些平台?

udp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 udp?

由 openlang(@openlang-cn)开发并维护,当前版本 v1.0.0。

💬 留言讨论