← Back to Skills Marketplace
Network Config
by
bytesagain3
· GitHub ↗
· v1.0.0
· MIT-0
156
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install network-config
Description
A powerful open-source tool for managing networks and troubleshooting network problems! network-config, c#, aws-ssm, dns, dns-lookup, icmp.
Usage Guidance
This tool appears to be a simple, local Bash-based logging/management utility that stores plain-text logs under ~/.local/share/network-config/. It does not request credentials or access the network. Before installing, be aware: (1) log entries are stored as plain text — do not record passwords, API keys, or other secrets with it; (2) the JSON export code does not appear to escape special characters or multi-line values, so exports may be malformed or reveal structured data; (3) SKILL.md mentions an env override (NETWORK_CONFIG_DIR) that the script doesn't read—if you need to relocate data, confirm or patch that; (4) metadata/version strings mismatch between registry and the package (1.0.0 vs v2.0.0), which may indicate stale packaging. If those issues are acceptable, the skill appears coherent and safe to use in a single-user environment.
Capability Analysis
Type: OpenClaw Skill
Name: network-config
Version: 1.0.0
The skill is a local logging utility for network configuration and troubleshooting activities, storing data in ~/.local/share/network-config/. The Bash script (scripts/script.sh) implements basic logging, searching, and exporting functions using standard Unix utilities without any network access, data exfiltration, or suspicious execution patterns. While the tool's description in SKILL.md is slightly hyperbolic (it logs results rather than performing scans), the code logic is transparent and aligned with its stated purpose.
Capability Assessment
Purpose & Capability
Name and description match the included runtime script and SKILL.md. The script implements the listed subcommands (scan, monitor, alert, export, search, etc.) and uses only standard Unix utilities. No credentials, external services, or unrelated binaries are requested.
Instruction Scope
SKILL.md instructions correspond to the shipped script and describe local usage. Minor inconsistencies: SKILL.md mentions an override NETWORK_CONFIG_DIR 'not yet wired' while the script currently uses DATA_DIR from HOME (it does not read NETWORK_CONFIG_DIR). The metadata/version strings differ (registry shows 1.0.0; SKILL.md and script advertise v2.0.0). The JSON export implementation uses simple printf/cat and does not escape or sanitize logged values — malformed or multi-line entries could break export or leak structured content; this is a correctness/privacy concern but not evidence of malicious behavior.
Install Mechanism
No install spec (instruction-only skill) and a single Bash script are included. Nothing is downloaded from external URLs and no archive extraction occurs. Risk from install-time network downloads is absent.
Credentials
The skill requires no environment variables, no credentials, and no special config paths. The data directory is per-user (~/.local/share/network-config), which is appropriate for the stated functionality.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It writes user-scoped files in the home directory (data and history logs) which is expected for a logging tool. It does not modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install network-config - After installation, invoke the skill by name or use
/network-config - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Network Config?
A powerful open-source tool for managing networks and troubleshooting network problems! network-config, c#, aws-ssm, dns, dns-lookup, icmp. It is an AI Agent Skill for Claude Code / OpenClaw, with 156 downloads so far.
How do I install Network Config?
Run "/install network-config" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Network Config free?
Yes, Network Config is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Network Config support?
Network Config is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Network Config?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v1.0.0.
More Skills