{
  "schemaVersion": "1.0",
  "item": {
    "slug": "apipick-ip-geolocation",
    "name": "Get IP Geo Location",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/javainthinking/apipick-ip-geolocation",
    "canonicalUrl": "https://clawhub.ai/javainthinking/apipick-ip-geolocation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/apipick-ip-geolocation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apipick-ip-geolocation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/api_reference.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/apipick-ip-geolocation"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/apipick-ip-geolocation",
    "agentPageUrl": "https://openagent3.xyz/skills/apipick-ip-geolocation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/apipick-ip-geolocation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/apipick-ip-geolocation/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "apipick IP Geolocation",
        "body": "Look up location and network information for any public IPv4 or IPv6 address."
      },
      {
        "title": "Endpoint",
        "body": "GET https://www.apipick.com/api/ip-geolocation\n\nAuthentication: x-api-key: YOUR_API_KEY header required.\nGet a free API key at https://www.apipick.com/dashboard/api-keys"
      },
      {
        "title": "Request",
        "body": "# Look up a specific IP\nGET /api/ip-geolocation?ip=8.8.8.8\n\n# Look up caller's own IP (omit parameter)\nGET /api/ip-geolocation"
      },
      {
        "title": "Response",
        "body": "{\n  \"success\": true,\n  \"code\": 200,\n  \"message\": \"ok\",\n  \"data\": {\n    \"ip\": \"8.8.8.8\",\n    \"country_code\": \"US\",\n    \"country_name\": \"United States\",\n    \"continent\": \"North America\",\n    \"continent_code\": \"NA\",\n    \"city\": \"Mountain View\",\n    \"latitude\": 37.4056,\n    \"longitude\": -122.0775,\n    \"timezone\": \"America/Los_Angeles\",\n    \"currency\": \"USD\",\n    \"isp\": \"Google LLC\",\n    \"asn\": 15169\n  },\n  \"credits_used\": 1,\n  \"remaining_credits\": 99\n}\n\ncity, latitude, longitude may be empty or null for some IPs."
      },
      {
        "title": "Error Codes",
        "body": "CodeMeaning400Invalid or private/reserved IP address401Missing or invalid API key402Insufficient credits404No geolocation data available for this IP503Geolocation database temporarily unavailable\n\nCost: 1 credit per request"
      },
      {
        "title": "Usage Pattern",
        "body": "Use $APIPICK_API_KEY env var as the x-api-key header value; if not set, ask the user for their apipick API key\nMake the GET request (with or without ip query parameter)\nPresent location data in a readable format\n\nSee references/api_reference.md for full response field descriptions."
      }
    ],
    "body": "apipick IP Geolocation\n\nLook up location and network information for any public IPv4 or IPv6 address.\n\nEndpoint\nGET https://www.apipick.com/api/ip-geolocation\n\n\nAuthentication: x-api-key: YOUR_API_KEY header required. Get a free API key at https://www.apipick.com/dashboard/api-keys\n\nRequest\n# Look up a specific IP\nGET /api/ip-geolocation?ip=8.8.8.8\n\n# Look up caller's own IP (omit parameter)\nGET /api/ip-geolocation\n\nResponse\n{\n  \"success\": true,\n  \"code\": 200,\n  \"message\": \"ok\",\n  \"data\": {\n    \"ip\": \"8.8.8.8\",\n    \"country_code\": \"US\",\n    \"country_name\": \"United States\",\n    \"continent\": \"North America\",\n    \"continent_code\": \"NA\",\n    \"city\": \"Mountain View\",\n    \"latitude\": 37.4056,\n    \"longitude\": -122.0775,\n    \"timezone\": \"America/Los_Angeles\",\n    \"currency\": \"USD\",\n    \"isp\": \"Google LLC\",\n    \"asn\": 15169\n  },\n  \"credits_used\": 1,\n  \"remaining_credits\": 99\n}\n\n\ncity, latitude, longitude may be empty or null for some IPs.\n\nError Codes\nCode\tMeaning\n400\tInvalid or private/reserved IP address\n401\tMissing or invalid API key\n402\tInsufficient credits\n404\tNo geolocation data available for this IP\n503\tGeolocation database temporarily unavailable\n\nCost: 1 credit per request\n\nUsage Pattern\nUse $APIPICK_API_KEY env var as the x-api-key header value; if not set, ask the user for their apipick API key\nMake the GET request (with or without ip query parameter)\nPresent location data in a readable format\n\nSee references/api_reference.md for full response field descriptions."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/javainthinking/apipick-ip-geolocation",
    "publisherUrl": "https://clawhub.ai/javainthinking/apipick-ip-geolocation",
    "owner": "javainthinking",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/apipick-ip-geolocation",
    "downloadUrl": "https://openagent3.xyz/downloads/apipick-ip-geolocation",
    "agentUrl": "https://openagent3.xyz/skills/apipick-ip-geolocation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/apipick-ip-geolocation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/apipick-ip-geolocation/agent.md"
  }
}