IP Address Query - IP查询
v1.0.2根据 IP 查归属地与运营商类型。当用户说:这个 IP 是哪里的?是不是机房 IP?或类似 IP 归属问题时,使用本技能。
⭐ 9· 402·2 current·2 all-time
by极速数据@jisuapi
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (IP归属地查询) matches requirements and code: the skill calls JisuAPI's IP endpoint and needs an AppKey (JISU_API_KEY). Binaries and declared primary credential are appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs the agent to call the provided Python script with a JSON argument and to set JISU_API_KEY. The script only reads the provided JSON and the JISU_API_KEY env var, and performs an HTTP GET to api.jisuapi.com; it does not read unrelated files or additional environment variables.
Install Mechanism
There is no install spec (instruction-only), but a code file (ip.py) is included. The script imports the third‑party 'requests' library which is not declared in the metadata; consumers should ensure the runtime has requests installed (pip install requests) or the skill will fail. No suspicious download or archive extraction is present.
Credentials
Only JISU_API_KEY is required and is appropriate for an API-backed IP lookup service. No other secrets, system config paths, or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not modify system or other skills' configs. It does not request persistent elevated privileges.
Assessment
This skill appears to do only IP -> location lookups via JisuAPI and asks only for the JISU_API_KEY. Before installing: 1) Confirm you trust jisuapi.com and its privacy/usage policies; the API provider will see queried IPs. 2) Ensure the runtime has Python 3 and the 'requests' package installed (the metadata didn't declare the Python dependency). 3) Provide a dedicated/limited AppKey if possible (avoid reusing sensitive credentials). 4) Be aware of API rate limits and billing on the provider side. If you want extra assurance, inspect the included ip.py (it is small and readable) and run it in a restricted environment first.Like a lobster shell, security has layers — review code before you run it.
latestvk97ee0z5baeaxf35z9d8wytr4x845tgy
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📡 Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY
