← 返回 Skills 市场
xejrax

Geo Ip

作者 Xejrax · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2028
总下载
1
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install geo-ip
功能描述
Look up geographic location for any IP address
使用说明 (SKILL.md)

Geo IP

Look up the geographic location for any IP address using the ipinfo.io API. Returns city, region, country, coordinates, and ISP information.

Commands

# Look up location for a specific IP address
geo-ip \x3Cip-address>

# Look up your own public IP location
geo-ip me

Install

No installation needed. curl is always present on the system. Uses the public ipinfo.io API.

安全使用建议
This skill is coherent and minimal: it will use curl to query ipinfo.io for the IP you provide (or your public IP when you use 'me'). Consider that ipinfo.io will receive and may log the queried IP and the requestor's IP — do not submit IPs you consider highly sensitive. There are no credentials requested and no code installed, but the skill does make outbound network requests to a third-party service. If you need offline or private lookups, avoid this skill or run a local geolocation database instead.
功能分析
Type: OpenClaw Skill Name: geo-ip Version: 1.0.0 The skill is designed for IP geolocation using the public ipinfo.io API and requires `curl`, which is explicitly declared. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent. The `SKILL.md` clearly outlines the skill's purpose and requirements without any hidden or harmful instructions.
能力评估
Purpose & Capability
Name/description (IP geolocation) match the declared requirement (curl) and the SKILL.md which states it uses the ipinfo.io API. There are no unrelated binaries, env vars, or installs requested.
Instruction Scope
SKILL.md contains only the intended functionality (look up an IP or 'me' via ipinfo.io). It does not instruct the agent to read local files, other environment variables, or send data to unexpected endpoints.
Install Mechanism
No install spec or code is provided (instruction-only), so nothing is written to disk. This is the lowest-risk installation model.
Credentials
The skill requests no environment variables or credentials, which is appropriate for using a public API endpoint without authentication.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent presence or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install geo-ip
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /geo-ip 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug geo-ip
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Geo Ip 是什么?

Look up geographic location for any IP address. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2028 次。

如何安装 Geo Ip?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install geo-ip」即可一键安装,无需额外配置。

Geo Ip 是免费的吗?

是的,Geo Ip 完全免费(开源免费),可自由下载、安装和使用。

Geo Ip 支持哪些平台?

Geo Ip 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Geo Ip?

由 Xejrax(@xejrax)开发并维护,当前版本 v1.0.0。

💬 留言讨论