← Back to Skills Marketplace
ckchzh

Ip Advisor

by BytesAgain2 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ Security Clean
452
Downloads
0
Stars
3
Active Installs
17
Versions
Install in OpenClaw
/install ip-advisor
Description
Analyze IP addresses with subnet calculation and CIDR notation. Use when planning network addressing.
README (SKILL.md)

ip-advisor

Analyze IP addresses with subnet calculation and CIDR notation. Use when planning network addressing.

Commands

info

scripts/script.sh info \x3Cip>

subnet

scripts/script.sh subnet \x3Ccidr>

validate

scripts/script.sh validate \x3Cip>

local

scripts/script.sh local

public

scripts/script.sh public

range

scripts/script.sh range \x3Cstart end>

Data Storage

Data stored in ~/.local/share/ip-advisor/.


Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This skill appears coherent for IP/subnet assistance, but review and note the following before installing: 1) The script will create ~/.local/share/ip-advisor in your home directory (it does not store secrets there, but it does create the folder). 2) The 'public' command makes an outbound HTTPS request to checkip.amazonaws.com to learn your public IP—if you cannot allow external network calls, avoid using that command. 3) The shell script has several small bugs/poor quoting (some echo lines use single quotes so variables print literally) and limited input validation (IPv4 validation is a simple regex and doesn't enforce 0–255 ranges). These are likely quality issues, not malicious behavior. 4) The script relies on standard system tools (ip or ifconfig, curl); ensure those binaries are present and you trust the repository author (homepage listed). If you want higher assurance, inspect or run the script in an isolated environment, or fix the quoting/validation issues before use.
Capability Analysis
Type: OpenClaw Skill Name: ip-advisor Version: 3.0.0 The ip-advisor skill provides standard networking utilities such as subnet calculation, IP validation, and local/public IP retrieval. While the script in scripts/script.sh contains minor logic errors (e.g., using single quotes which prevent variable expansion in echo statements) and an unusual block of empty comments, its behavior is consistent with its stated purpose and lacks any indicators of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description match the provided script: commands implement info, subnet, validate, local, public, and range functionality. Required capabilities (reading local addresses, optionally calling an external service to learn the public IP) are appropriate for the stated purpose.
Instruction Scope
SKILL.md simply calls the included scripts. The script creates ~/.local/share/ip-advisor and uses local networking tools (ip/ifconfig) and curl to query https://checkip.amazonaws.com for the public IP. That external network call is expected for a 'public' command but is the only network I/O; the skill does not read arbitrary files or environment variables beyond $HOME.
Install Mechanism
No install spec; the skill is instruction-only with an included shell script. Nothing is downloaded or executed from remote URLs during install.
Credentials
No required environment variables, no credentials, and no config paths beyond a per-user data directory under $HOME. The requests for resources appear proportionate to the functionality.
Persistence & Privilege
always is false and the skill does not request system-wide changes or modify other skills. It only creates a per-user directory ($HOME/.local/share/ip-advisor).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ip-advisor
  3. After installation, invoke the skill by name or use /ip-advisor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
v3.0.0: Complete rewrite with real functionality.
v2.3.9
update
v2.3.8
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.7
yaml-fix+quality
v2.3.6
yaml-fix+quality
v2.3.5
Quality upgrade
v2.3.4
Quality upgrade: custom functionality
v2.3.3
Standards compliance: unique content, no template text
v2.3.2
Quality fix: cleaner docs, removed flags
v2.3.1
Quality improvement: better docs, examples, cleaner text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.1.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v2.0.0
Rewritten: full functional tool replacing prompt shell
v1.0.0
IP Advisor 1.0.0 - Initial Release - Offers advice on patents, copyrights, and trade secrets. - Provides guidance on registration processes and protection strategies. - Supports commands for patent, copyright, trade secret, register, protect, and strategy topics. - Outputs results in Markdown format for easy copying and editing.
Metadata
Slug ip-advisor
Version 3.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 17
Frequently Asked Questions

What is Ip Advisor?

Analyze IP addresses with subnet calculation and CIDR notation. Use when planning network addressing. It is an AI Agent Skill for Claude Code / OpenClaw, with 452 downloads so far.

How do I install Ip Advisor?

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

Is Ip Advisor free?

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

Which platforms does Ip Advisor support?

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

Who created Ip Advisor?

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

💬 Comments