Query local public IP address

v1.0.0

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

1· 166·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for zhangensure/query-local-public-ip-address.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Query local public IP address" (zhangensure/query-local-public-ip-address) from ClawHub.
Skill page: https://clawhub.ai/zhangensure/query-local-public-ip-address
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install query-local-public-ip-address

ClawHub CLI

Package manager switcher

npx clawhub@latest install query-local-public-ip-address
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
166downloads
1stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Metadata

name:查询本机公网 IP description:这是一个查询本机公网 IP 的技能,当用户意图为查询本机公网 IP 时使用。

Requirements

dependencies:python>=3.8

Steps

运行脚本python3 get_ip.py,输出本机公网 IP。

Comments

Loading comments...