HomeBrowseUpload
← Back to registry
// Skill profile

geoip

name: "geoip"

by ckchzh · published 2026-03-22

数据处理API集成
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:ckchzh/ckchzh-geoip
View on GitHub
// Full documentation

---

name: "geoip"

version: "3.0.0"

description: "Look up geographic location of IP addresses using ip-api.com. Use when tracing IPs. Requires curl."

author: "BytesAgain"

homepage: "https://bytesagain.com"

---

# geoip

Look up geographic location of IP addresses using ip-api.com. Use when tracing IPs. Requires curl.

Commands

`lookup`

scripts/script.sh lookup <ip>

`self`

scripts/script.sh self

`batch`

scripts/script.sh batch <file>

`whois`

scripts/script.sh whois <ip>

`dns`

scripts/script.sh dns <domain>

`trace`

scripts/script.sh trace <ip>

Data Storage

Data stored in `~/.local/share/geoip/`.

---

*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*

// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band