← Back to Skills Marketplace
bytesagain3

Netstat

by bytesagain3 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ Security Clean
380
Downloads
0
Stars
1
Active Installs
8
Versions
Install in OpenClaw
/install netstat
Description
Display network connections, listening ports, and routing tables. Use when diagnosing network issues.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install netstat
  3. After installation, invoke the skill by name or use /netstat
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug netstat
Version 3.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 8
Frequently Asked Questions

What is Netstat?

Display network connections, listening ports, and routing tables. Use when diagnosing network issues. It is an AI Agent Skill for Claude Code / OpenClaw, with 380 downloads so far.

How do I install Netstat?

Run "/install netstat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Netstat free?

Yes, Netstat is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Netstat support?

Netstat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Netstat?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v3.0.0.

💬 Comments