China Ip
v1.0.0IP地址归属地与网络信息查询。Use when the user wants to look up the geographic location, ISP, or network details of an IP address. Supports both Chinese and international...
⭐ 0· 103·0 current·0 all-time
by@tobewin
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 geolocation and network info) match the instructions: queries public IP lookup services (ip-api.com, ipinfo.io) and provides formatting and fallback logic. Required binary (curl) is appropriate.
Instruction Scope
Instructions explicitly call external services (ip-api.com over HTTP and ipinfo.io over HTTPS) and include functionality to query the runtime host's public IP. This is coherent for an IP-lookup skill but does mean the agent runtime's public IP and queried IPs will be sent to third-party services. The SKILL.md warns about ip-api using HTTP (non-HTTPS).
Install Mechanism
No install spec or bundled code; instruction-only skill that runs curl. Lowest install risk.
Credentials
No environment variables, credentials, or config paths are requested. The lack of secrets is appropriate for the stated functionality.
Persistence & Privilege
Skill is not always-enabled and does not request persistent privileges or modify other skills or system settings. Agent autonomous invocation remains default but is not raised here.
Assessment
This skill is internally consistent and uses only public lookup APIs via curl, but consider privacy and operational points before installing: • When you ask for "本机公网IP" the request will be made from the agent runtime (OpenClaw host), so that host's public IP will be revealed to the external API — it is not querying your local machine unless you run the agent locally. • ip-api.com calls use HTTP (not encrypted); avoid sending any sensitive data in those requests. • Both services apply rate limits and may return heuristic fields (proxy/hosting) that are not definitive. • If you need guaranteed encrypted transport for all queries, prefer ipinfo.io (HTTPS) or another HTTPS service that requires an API key. • If you are uncomfortable with the agent contacting third parties for lookups, do not install or disable autonomous invocation for this skill.Like a lobster shell, security has layers — review code before you run it.
latestvk97cde5ddwprddenathkq1xcc18382ky
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🌐 Clawdis
Binscurl
