← 返回 Skills 市场
bytesagain3

Netstat

作者 bytesagain3 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ 安全检测通过
380
总下载
0
收藏
1
当前安装
8
版本数
在 OpenClaw 中安装
/install netstat
功能描述
Display network connections, listening ports, and routing tables. Use when diagnosing network issues.
安全使用建议
This skill appears coherent and implements local network diagnostics. Notes: it will create ~/.local/share/netstat (empty by default), read /etc/resolv.conf to show DNS servers, and call system tools (ss/netstat/ip/ifconfig/route) which may require those binaries to be present and in some cases elevated privileges to show process names. As with any third-party script, if you have concerns, inspect scripts/script.sh yourself and verify bytesagain.com/contact information before installing. No network exfiltration or external endpoints are present in the provided files.
功能分析
Type: OpenClaw Skill Name: netstat Version: 3.0.0 The skill provides standard network diagnostic utilities (ss, ip, netstat) and is functionally safe. While it contains minor logic errors in argument handling within scripts/script.sh (referencing $2 instead of $1 in several functions) and a typo in the help output, there is no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description, SKILL.md commands, and included script all implement typical netstat-like diagnostics (listen, connections, ports, stats, interfaces, route, dns). Requested resources (none) align with the stated purpose.
Instruction Scope
SKILL.md directs the agent to run scripts/script.sh with specific subcommands; the script only runs local networking utilities and reads /etc/resolv.conf. It does not request unrelated system data or transmit data externally.
Install Mechanism
This is an instruction-only skill with an included shell script and no install spec; nothing is downloaded or written beyond creating a local data dir (~/.local/share/netstat).
Credentials
No environment variables, credentials, or external API keys are requested. The script only uses standard system tools (ss/netstat/ip/ifconfig/route/cat) and creates a per-user data directory.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide config. It creates a user-local directory but does not persist credentials or enable elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install netstat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /netstat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
v3.0.0: rewrite
v1.0.6
old template -> domain-specific v2.0.0
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality fix: cleaner docs, removed flags
v1.0.0
Initial release
元数据
Slug netstat
版本 3.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 8
常见问题

Netstat 是什么?

Display network connections, listening ports, and routing tables. Use when diagnosing network issues. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 380 次。

如何安装 Netstat?

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

Netstat 是免费的吗?

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

Netstat 支持哪些平台?

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

谁开发了 Netstat?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v3.0.0。

💬 留言讨论