Public Ip
v0.1.0查询当前机器的公网 IP 地址。用于需要确定服务器或客户端在互联网上的公开标识时。
⭐ 0· 100·0 current·0 all-time
by@trollhe
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description state 'get public IP' and the script only queries several public IP services. No unrelated binaries, env vars, or permissions are requested.
Instruction Scope
SKILL.md limits behavior to running scripts/get_public_ip.py and reporting its JSON output (which matches the code). Two small issues to note: the run example uses an absolute path (/home/ubuntu/...) that may not exist on the host, and the instructions do not mention the required Python dependency ('requests'). Neither is malicious, but both affect usability and should be corrected.
Install Mechanism
No install spec is provided (instruction-only). The script depends on the Python 'requests' package but the skill does not declare installation instructions or dependencies. This is not a security problem by itself but may cause runtime failures.
Credentials
The skill requires no environment variables, credentials, or config paths. The network calls are only to public IP lookup endpoints listed in SKILL.md, which is appropriate for the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide changes. It does not modify other skills or system configuration.
Assessment
This skill appears to do exactly what it says: query public IP lookup services and return a JSON result. Before installing/running: (1) confirm the host has Python 3 and the 'requests' library (pip install requests) or add an install step; (2) update the run example to a relative path or use the agent's skill path rather than /home/ubuntu; (3) be aware that contacting external IP services reveals your machine's IP to those third parties (expected for this task); (4) run in a controlled environment if you have strict egress/network policies. If you want stricter privacy, limit the list of external services or host your own IP lookup endpoint.Like a lobster shell, security has layers — review code before you run it.
latestvk97br0757sf3cg79edce5dfm6983d4qa
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
