📦 ip-query — 查公网IP信息

v0.0.1

一键获取设备当前公网IP,并返回归属地、运营商、时区等关联信息,方便调试网络、定位区域或做安全审计。

0· 235·1 当前·1 累计
下载技能包
最后更新
2026/3/11
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill is coherent and low-risk: it simply queries public IP-related APIs and prints results. Two practical considerations before installing: 1) network privacy — your public IP and request metadata are visible to the third-party APIs (ipinfo.io, ipify, etc.), so avoid using it if you don't want that logged; 2) verify you have curl installed and that the test script is run from the correct directory (scripts/test_ip.sh expects ./ip_query.sh). If you prefer not to use third-party services, re...
详细分析 ▾
用途与能力
Name/description match the implementation: scripts call public IP services (api.ipify.org, ipinfo.io, etc.) to obtain IP, geolocation, and ISP info. Declared dependencies (curl, optional jq) align with the code. No unrelated credentials or binaries are requested.
指令范围
SKILL.md instructs the agent to use curl/wget and optionally jq to call the listed public APIs; the runtime scripts implement exactly that. The scripts do not read local credentials or unrelated files. Note: the helper test script calls ./ip_query.sh — it must be run from the scripts directory or adjusted to reference the correct path.
安装机制
There is no install spec (instruction-only skill) and included scripts are plain shell. Nothing is downloaded during install and no archives/unknown URLs are used.
凭证需求
The skill requires no environment variables, credentials, or config paths. It only needs network access to public APIs, which is appropriate for its purpose.
持久化与权限
always is false and the skill does not request persistent/system-wide changes or alter other skills. It only contains runnable scripts and does not persist credentials or modify agent configuration.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv0.0.12026/3/11

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install ip-query
镜像加速npx clawhub@latest install ip-query --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库