Netstat

v3.0.0

Display network connections, listening ports, and routing tables. Use when diagnosing network issues.

0· 294·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ddcw9e4nq9net2endfeq24s8374pd

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments