← 返回 Skills 市场
45
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install jike-ip-query-v6
功能描述
IPv6地址查询。输入 IPv6 地址,实时查询国家、省份、城市、地区、运营商和 long_ip 数值。适用场景:用户说“查一下 240e:1f:1::1 是哪里的 IPv6”“这个 IPv6 属于哪个运营商”等。数据由即刻数据(jikeapi.cn)开放接口提供。
使用说明 (SKILL.md)
IPv6地址查询 - 即刻数据
数据由 即刻数据 提供,帮助 AI 客户端快速接入可靠数据服务。
输入 IPv6 地址,查询:国家、省份、城市、地区、运营商、Long 数值。
前置配置
export JIKE_IP_QUERY_V6_KEY=你的AppKey
# 或使用通用 Key
export JIKE_APPKEY=你的AppKey
使用方法
python3 scripts/ip_query_v6.py 240e:1f:1::1
python3 scripts/ip_query_v6.py 240e:1f:1::1 --json
直接调用 API:
GET https://api.jikeapi.cn/v1/ip/query/v6?ip=240e:1f:1::1&appkey=YOUR_APPKEY
AI 使用步骤
- 从用户消息中提取 IPv6 地址。
- 校验格式,IPv4 不调用本 Skill。
- 执行
python3 scripts/ip_query_v6.py \x3CIPv6地址>。 - 返回国家、省份、城市、地区、运营商等信息。
返回字段
| 字段 | 含义 |
|---|---|
ip |
IPv6 地址 |
long_ip |
Long 数值 |
country |
国家 |
province |
省份 |
city |
城市 |
area |
地区 |
isp |
运营商 |
脚本位置
scripts/ip_query_v6.py
安全使用建议
This skill appears to implement what it claims: it runs a Python script that calls jikeapi.cn to look up IPv6 geolocation and needs an AppKey. Before installing, consider: (1) trust the provider (jikeapi.cn) since your AppKey will be sent to their API; (2) the script will also look for JIKE_APPKEY and a local .env in the script directory and respects JIKE_API_BASE_URL if set — verify you do not have those env vars set to untrusted values, because that could redirect requests (and leak your key) to another host; (3) avoid using sensitive/privileged API keys — prefer a limited-scope key for this purpose; (4) you can inspect the included scripts before running to confirm behavior. If you need the metadata to be strict, ask the publisher to declare the additional env variables (JIKE_APPKEY, JIKE_API_BASE_URL) or remove the override capability.
功能分析
Type: OpenClaw Skill
Name: jike-ip-query-v6
Version: 1.0.0
The skill is a standard IPv6 address lookup tool that queries the jikeapi.cn API. The Python script (scripts/ip_query_v6.py) follows security best practices by using the 'ipaddress' library for input validation and 'urllib.parse.urlencode' for safe URL construction. It handles API keys through environment variables or CLI arguments and lacks any indicators of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name, description, required binary (python3), and the included script all align with an IPv6 geolocation lookup skill that calls jikeapi.cn. The declared primary credential (JIKE_IP_QUERY_V6_KEY) is appropriate for the described API usage.
Instruction Scope
SKILL.md instructs the agent to extract an IPv6 and run the included script, which is consistent. The script also reads a local .env file in its directory (to find keys) and accepts a --key override; these behaviors are documented in the script but not fully reflected in the metadata. The script does not read broader system files or unrelated paths.
Install Mechanism
No install spec; this is an instruction-only skill with an included Python script. Nothing is downloaded or written to arbitrary paths by an installer. Risk from install mechanism is low.
Credentials
Metadata declares JIKE_IP_QUERY_V6_KEY but the script also accepts JIKE_APPKEY and an override JIKE_API_BASE_URL. That means the skill can source the key from an alternate env var or .env file, and the endpoint can be redirected via JIKE_API_BASE_URL. Those extra env hooks are reasonable for local testing, but they are not declared in the skill metadata and could be abused to redirect requests (and the appkey) to an unexpected endpoint.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but nothing here elevates privilege beyond running the script when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jike-ip-query-v6 - 安装完成后,直接呼叫该 Skill 的名称或使用
/jike-ip-query-v6触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:支持通过即刻数据接口查询 IPv6 地址归属地
元数据
常见问题
IPv6地址查询 - 即刻数据 是什么?
IPv6地址查询。输入 IPv6 地址,实时查询国家、省份、城市、地区、运营商和 long_ip 数值。适用场景:用户说“查一下 240e:1f:1::1 是哪里的 IPv6”“这个 IPv6 属于哪个运营商”等。数据由即刻数据(jikeapi.cn)开放接口提供。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 45 次。
如何安装 IPv6地址查询 - 即刻数据?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jike-ip-query-v6」即可一键安装,无需额外配置。
IPv6地址查询 - 即刻数据 是免费的吗?
是的,IPv6地址查询 - 即刻数据 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
IPv6地址查询 - 即刻数据 支持哪些平台?
IPv6地址查询 - 即刻数据 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 IPv6地址查询 - 即刻数据?
由 jikeapi(@jikeapi-cn)开发并维护,当前版本 v1.0.0。
推荐 Skills