← 返回 Skills 市场
261
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install socket
功能描述
Helps with the socket abstraction, socket options, blocking vs non-blocking I/O, and multiplexing (select, poll, epoll). Use when the user asks about socket...
安全使用建议
This skill appears coherent and low-risk: it is a documentation-style helper about sockets and requests no secrets or installs. If you rely on its example code, review and test any code before running it (binding sockets, listening on ports, or running network code can have side effects). Note the SKILL.md references separate tcp/udp skills for concrete examples—those are not included here, so expect the agent to produce code inline or call those other skills if available.
功能分析
Type: OpenClaw Skill
Name: socket
Version: 1.0.0
The skill bundle provides standard educational documentation and instructions for an AI agent to assist users with socket programming concepts, including TCP/UDP abstractions, socket options (e.g., SO_REUSEADDR), and I/O multiplexing (select/poll/epoll). There is no executable code, data exfiltration, or malicious prompt injection present in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description (socket abstraction, options, blocking vs non-blocking, multiplexing) align with the SKILL.md content. The skill does not request unrelated credentials, binaries, or system access.
Instruction Scope
SKILL.md contains guidance, explanations, and references to related tcp/udp skills; it does not instruct the agent to read files, access environment variables, network endpoints, or perform actions outside answering questions about sockets.
Install Mechanism
There is no install spec and no code files—this is instruction-only, so nothing is written to disk or downloaded during install.
Credentials
The skill declares no required environment variables, credentials, or config paths; this is proportionate to an educational/reference skill about socket APIs.
Persistence & Privilege
always is false and model invocation is allowed (the platform default). The skill does not request persistent presence or elevated system privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install socket - 安装完成后,直接呼叫该 Skill 的名称或使用
/socket触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the socket skill, providing foundational guidance on socket abstraction.
- Covers socket APIs, common options (e.g., SO_REUSEADDR, SO_RCVBUF), blocking vs non-blocking I/O, and I/O multiplexing methods (select, poll, epoll).
- Includes Unix domain socket basics, recommended usage scenarios, and option-setting examples for multiple programming languages.
- Clarifies boundaries with related TCP/UDP skills and gives practical server/client code structuring advice.
元数据
常见问题
Socket 是什么?
Helps with the socket abstraction, socket options, blocking vs non-blocking I/O, and multiplexing (select, poll, epoll). Use when the user asks about socket... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 261 次。
如何安装 Socket?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install socket」即可一键安装,无需额外配置。
Socket 是免费的吗?
是的,Socket 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Socket 支持哪些平台?
Socket 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Socket?
由 openlang(@openlang-cn)开发并维护,当前版本 v1.0.0。
推荐 Skills