← Back to Skills Marketplace
jikeapi-cn

IPv6地址查询 - 即刻数据

by jikeapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
45
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install jike-ip-query-v6
Description
IPv6地址查询。输入 IPv6 地址,实时查询国家、省份、城市、地区、运营商和 long_ip 数值。适用场景:用户说“查一下 240e:1f:1::1 是哪里的 IPv6”“这个 IPv6 属于哪个运营商”等。数据由即刻数据(jikeapi.cn)开放接口提供。
README (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 使用步骤

  1. 从用户消息中提取 IPv6 地址。
  2. 校验格式,IPv4 不调用本 Skill。
  3. 执行 python3 scripts/ip_query_v6.py \x3CIPv6地址>
  4. 返回国家、省份、城市、地区、运营商等信息。

返回字段

字段 含义
ip IPv6 地址
long_ip Long 数值
country 国家
province 省份
city 城市
area 地区
isp 运营商

脚本位置

scripts/ip_query_v6.py

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jike-ip-query-v6
  3. After installation, invoke the skill by name or use /jike-ip-query-v6
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本:支持通过即刻数据接口查询 IPv6 地址归属地
Metadata
Slug jike-ip-query-v6
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is IPv6地址查询 - 即刻数据?

IPv6地址查询。输入 IPv6 地址,实时查询国家、省份、城市、地区、运营商和 long_ip 数值。适用场景:用户说“查一下 240e:1f:1::1 是哪里的 IPv6”“这个 IPv6 属于哪个运营商”等。数据由即刻数据(jikeapi.cn)开放接口提供。 It is an AI Agent Skill for Claude Code / OpenClaw, with 45 downloads so far.

How do I install IPv6地址查询 - 即刻数据?

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

Is IPv6地址查询 - 即刻数据 free?

Yes, IPv6地址查询 - 即刻数据 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does IPv6地址查询 - 即刻数据 support?

IPv6地址查询 - 即刻数据 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created IPv6地址查询 - 即刻数据?

It is built and maintained by jikeapi (@jikeapi-cn); the current version is v1.0.0.

💬 Comments