← Back to Skills Marketplace
tanzhengyang

ip-lookup

by tanzhengyang · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
134
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install my-ip-checker-iplookup
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install my-ip-checker-iplookup
  3. After installation, invoke the skill by name or use /my-ip-checker-iplookup
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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` 不应再作为公开能力对外宣传。
Metadata
Slug my-ip-checker-iplookup
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.

How do I install ip-lookup?

Run "/install my-ip-checker-iplookup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ip-lookup free?

Yes, ip-lookup is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ip-lookup support?

ip-lookup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ip-lookup?

It is built and maintained by tanzhengyang (@tanzhengyang); the current version is v1.0.2.

💬 Comments