Get IP Geo Location
Analysis
This is a straightforward instruction-only IP geolocation skill; the main things to notice are that it uses an apipick API key, consumes API credits, and sends IP lookup requests to apipick.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Requires an apipick API key (x-api-key). ... Use `$APIPICK_API_KEY` env var as the `x-api-key` header value; if not set, ask the user for their apipick API key
The skill needs a service credential to authenticate to apipick. This is clearly disclosed and proportionate for the stated API lookup function, but users should still treat the key as a credential.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
GET https://www.apipick.com/api/ip-geolocation ... Omit the IP parameter to look up the caller's own IP.
The skill sends the queried IP address, or the caller's own public IP when no parameter is supplied, to an external provider. This is expected for an IP geolocation API and is openly documented.
