← 返回 Skills 市场
ip-lookup
作者
tanzhengyang
· GitHub ↗
· v1.0.2
· MIT-0
134
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install my-ip-checker-iplookup
功能描述
Query the public MyIPChecker IP information API and explain or return the geolocation and network fields it provides. Use when Codex needs to look up metadat...
安全使用建议
This skill will make outbound HTTP requests to the public service https://myipchecker.ai and will send any IP you ask about (and the agent's caller IP if you omit --ip). Only use it with IPs you are comfortable transmitting to a third-party API. The helper script requires curl to be available; it uses temporary files and a browser-like User-Agent to avoid Cloudflare blocks. There are no requested secrets or installs, but be aware that live lookups inherently disclose the queried IP to the remote service and that you can override the base URL with --base-url if you want to test a different endpoint.
功能分析
Type: OpenClaw Skill
Name: my-ip-checker-iplookup
Version: 1.0.2
The skill is a straightforward utility for querying IP geolocation and network metadata from the public MyIPChecker API. The primary component is a shell script (scripts/get_myipchecker_ip_info.sh) that wraps curl to fetch JSON data, using a browser-style User-Agent to bypass standard anti-bot protections as documented in the reference files. The instructions in SKILL.md and the agent configuration are consistent with the stated purpose and do not contain any evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description, SKILL.md, reference doc, and the shell helper all align: the skill's sole purpose is to call https://myipchecker.ai/api/ip (optionally with ?ip=) and summarize the returned geolocation/network fields. No unrelated resources or credentials are requested.
Instruction Scope
Runtime instructions are specific and scoped: read the included reference, prefer a live call via the provided sh script, treat non-200/empty/invalid JSON as API failures, and summarize returned fields. The instructions do not ask the agent to read local secrets or other system files.
Install Mechanism
No install spec; the skill is instruction-only with a small shell script. The script only uses standard tools (curl, mktemp, sed) and writes only temporary files. No external archives or downloads are performed.
Credentials
The skill requires no environment variables, no credentials, and no config paths. This is proportionate for a read-only public-IP lookup service.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configs, and does not require persistent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install my-ip-checker-iplookup - 安装完成后,直接呼叫该 Skill 的名称或使用
/my-ip-checker-iplookup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
myipchecker-iplookup v1.0.2
- Updated references to the public endpoint: now generically called "the deployed IP info endpoint" instead of hardcoding the URL.
- Improved command example for custom base URLs to use a placeholder (`<service-base-url>`) for clarity.
- Updated the example for no-parameter requests to match new endpoint phrasing.
- No functional changes; documentation wording is more generic and adaptable.update
v1.0.1
将 skill 从面向本地 `/api/ip` ping 联调的描述,重构为面向线上 `https://myipchecker.ai/api/ip` 的公开 IP 信息查询 skill。
- 将 skill 名称规范化为 `myipchecker-ip-info`,并同步更新 `SKILL.md` 与 `agents/openai.yaml` 元数据。
- 重写 skill 说明文档,明确接口真实用途、参数约束、返回字段和错误处理方式。
- 更新参考文档为基于真实线上接口行为的说明,不再混用仓库内本地 ping 路由语义。
- 将 helper 调用方式改为 `.sh` shell 脚本,实现方式调整为通过 `curl` 直接请求线上接口。
- 明确 `ip` 为实际可用的查询参数,并标注 `target` 不应再作为公开能力对外宣传。
v1.0.0
- 将 skill 从面向本地 `/api/ip` ping 联调的描述,重构为面向线上 `https://myipchecker.ai/api/ip` 的公开 IP 信息查询 skill。
- 将 skill 名称规范化为 `myipchecker-ip-info`,并同步更新 `SKILL.md` 与 `agents/openai.yaml` 元数据。
- 重写 skill 说明文档,明确接口真实用途、参数约束、返回字段和错误处理方式。
- 更新参考文档为基于真实线上接口行为的说明,不再混用仓库内本地 ping 路由语义。
- 明确 `ip` 为实际可用的查询参数,并标注 `target` 不应再作为公开能力对外宣传。
元数据
常见问题
ip-lookup 是什么?
Query the public MyIPChecker IP information API and explain or return the geolocation and network fields it provides. Use when Codex needs to look up metadat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。
如何安装 ip-lookup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install my-ip-checker-iplookup」即可一键安装,无需额外配置。
ip-lookup 是免费的吗?
是的,ip-lookup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ip-lookup 支持哪些平台?
ip-lookup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ip-lookup?
由 tanzhengyang(@tanzhengyang)开发并维护,当前版本 v1.0.2。
推荐 Skills