Query local public IP address

v1.0.0

Retrieve the device's current public IP address by running a Python script.

1· 96·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description ask only for the device's public IP; the packaged script queries public IP services and nothing else. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md simply directs the agent to run the included Python script. The script only performs outbound HTTP GETs to well-known IP services and prints the result. It does not read files, environment variables, or transmit other data.
Install Mechanism
There is no install spec — the skill is instruction/code-only. The bundled Python script is small, plain-text, and from included files (no downloads or archive extraction).
Credentials
The skill requires no environment variables, credentials, or config paths. The declared dependency (python>=3.8) is appropriate for running the script.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide persistence or modify other skills. Autonomous invocation is allowed (platform default) but not excessive given the simple purpose.
Assessment
This skill is coherent and minimal: it runs a short Python script that queries public IP provider endpoints (api.ipify.org, ifconfig.me, icanhazip.com) and prints the result. It does not access secrets or local files. If you have privacy concerns, note that the script makes outbound requests to third-party services (those services will see your IP). If you prefer no network calls, do not install or run it. Otherwise it is safe and does what it says.

Like a lobster shell, security has layers — review code before you run it.

latestvk971kqhqfh4qpq6yftgj11yggn832b2q

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments