← 返回 Skills 市场
Query local public IP address
作者
ZhangEnsure
· GitHub ↗
· v1.0.0
· MIT-0
173
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install query-local-public-ip-address
功能描述
Retrieve the device's current public IP address by running a Python script.
安全使用建议
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.
功能分析
Type: OpenClaw Skill
Name: query-local-public-ip-address
Version: 1.0.0
The skill is a straightforward utility designed to retrieve the local public IP address. The Python script `script/get_ip.py` queries well-known, legitimate IP lookup services (api.ipify.org, ifconfig.me, and icanhazip.com) and contains no malicious logic, data exfiltration, or obfuscation.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install query-local-public-ip-address - 安装完成后,直接呼叫该 Skill 的名称或使用
/query-local-public-ip-address触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the 查询本机公网 IP skill.
- Allows users to query and display the local machine's public IP address.
- Requires Python 3.8 or higher.
- Usage: run python3 get_ip.py to output the public IP.
元数据
常见问题
Query local public IP address 是什么?
Retrieve the device's current public IP address by running a Python script. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 173 次。
如何安装 Query local public IP address?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install query-local-public-ip-address」即可一键安装,无需额外配置。
Query local public IP address 是免费的吗?
是的,Query local public IP address 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Query local public IP address 支持哪些平台?
Query local public IP address 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Query local public IP address?
由 ZhangEnsure(@zhangensure)开发并维护,当前版本 v1.0.0。
推荐 Skills