← 返回 Skills 市场
eternal0404

Eternal Network Diag

作者 Eternal0404 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eternal-network-diag
功能描述
Perform network diagnostics including ping, DNS resolution, TCP port checks, and traceroute for specified hosts.
使用说明 (SKILL.md)

network-diag

Run network diagnostics including ping, DNS resolution, port checks, and traceroute.

Usage

# Quick connectivity check
python3 scripts/netdiag.py check google.com

# Check if a port is open
python3 scripts/netdiag.py port example.com 443

# DNS resolution
python3 scripts/netdiag.py dns example.com

# Full diagnostic report
python3 scripts/netdiag.py full example.com

Commands

  • check \x3Chost> — Ping-style connectivity check
  • port \x3Chost> \x3Cport> — Check if a TCP port is open
  • dns \x3Chost> — Resolve DNS for a hostname
  • full \x3Chost> — Run all diagnostics on a host
安全使用建议
This skill is internally consistent for doing network diagnostics. Before installing: be aware it will run ping/traceroute/subprocesses and open TCP connections to whatever host you pass it (don’t point it at hosts you are not permitted to test). The source and homepage are unknown, but the full script is included for review — if you need stricter assurance, inspect the script locally or run it in an isolated environment (or container). Note: ping/traceroute behavior and flags may vary by OS; the script falls back to socket checks when those utilities are absent.
功能分析
Type: OpenClaw Skill Name: eternal-network-diag Version: 1.0.0 The skill bundle provides standard network diagnostic utilities (ping, DNS lookup, port checking, and traceroute) as described in SKILL.md. The implementation in scripts/netdiag.py uses Python's socket library and subprocess module safely (without shell=True), and there is no evidence of malicious intent, data exfiltration, or unauthorized access.
能力评估
Purpose & Capability
Name/description say network diagnostics and the included script implements ping-style checks, DNS lookups, TCP port checks, and traceroute. There are no unrelated environment variables, binaries, or config paths required.
Instruction Scope
SKILL.md instructs running the local script with host arguments. The script only performs network operations against the user-specified target(s) and does not read files, access environment secrets, or transmit data to third-party endpoints.
Install Mechanism
No install spec is present (instruction-only with a bundled script). The skill does not download remote artifacts or run an installer; it relies on the local Python script and system utilities for ping/traceroute as fallbacks.
Credentials
The skill does not request any environment variables, credentials, or config paths. All network activity is limited to hosts supplied by the user at runtime.
Persistence & Privilege
always is false and the skill does not modify agent configuration or request permanent presence. Autonomous invocation is permitted by platform default but the skill does not claim elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install eternal-network-diag
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /eternal-network-diag 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Built by Jarvis for @Eternal0404
元数据
Slug eternal-network-diag
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Eternal Network Diag 是什么?

Perform network diagnostics including ping, DNS resolution, TCP port checks, and traceroute for specified hosts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。

如何安装 Eternal Network Diag?

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

Eternal Network Diag 是免费的吗?

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

Eternal Network Diag 支持哪些平台?

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

谁开发了 Eternal Network Diag?

由 Eternal0404(@eternal0404)开发并维护,当前版本 v1.0.0。

💬 留言讨论