Ip Evaluator

🌐Community
by vangongwanxiaowan · vlatest · Repository

This IP Evaluator analyzes an IP address to determine its geographic location and potential risks, aiding in security assessments and investigations.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add ip-evaluator npx -- -y @trustedskills/ip-evaluator
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "ip-evaluator": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/ip-evaluator"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The ip-evaluator skill assesses the validity and details of IP addresses. It can determine if an IP address is public, private, reserved, or multicast, and provides information such as its network range and associated geolocation data. This allows for quick verification and understanding of IP address characteristics within various contexts.

When to use it

  • Network Troubleshooting: Quickly identify the type of IP address causing connection issues.
  • Security Audits: Verify if a public IP address is unexpectedly present in a private network.
  • Geolocation Analysis: Determine the approximate location associated with an IP address for investigative purposes.
  • Data Validation: Ensure that IP addresses used in configuration files or databases are valid and appropriately categorized.

Key capabilities

  • IP Address Type Detection (Public, Private, Reserved, Multicast)
  • Network Range Identification
  • Geolocation Data Retrieval

Example prompts

  • "Is 192.168.1.1 a public IP address?"
  • "What is the geolocation of 8.8.8.8?"
  • "Tell me about the network range associated with 10.0.0.5."

Tips & gotchas

The skill relies on external databases for geolocation data, which may occasionally be inaccurate or unavailable. Ensure you have a stable internet connection for optimal performance.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
vangongwanxiaowan
Installs
19

🌐 Community

Passed automated security scans.