← 返回 Skills 市场
ckchzh

Ip Advisor

作者 BytesAgain2 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ 安全检测通过
452
总下载
0
收藏
3
当前安装
17
版本数
在 OpenClaw 中安装
/install ip-advisor
功能描述
Analyze IP addresses with subnet calculation and CIDR notation. Use when planning network addressing.
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ip-advisor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ip-advisor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug ip-advisor
版本 3.0.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 17
常见问题

Ip Advisor 是什么?

Analyze IP addresses with subnet calculation and CIDR notation. Use when planning network addressing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 452 次。

如何安装 Ip Advisor?

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

Ip Advisor 是免费的吗?

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

Ip Advisor 支持哪些平台?

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

谁开发了 Ip Advisor?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v3.0.0。

💬 留言讨论