Geographic Clustering

🌐Community
by dadbodgeoff · vlatest · Repository

This skill identifies locations grouped by proximity, revealing patterns and insights for analysis or targeted recommendations.

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 geographic-clustering npx -- -y @trustedskills/geographic-clustering
2

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

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

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

About This Skill

What it does

This skill performs geographic clustering of data points. It groups nearby locations together based on a specified radius, allowing you to identify areas with high concentrations of events or observations. The resulting clusters can be used for visualization, analysis, and decision making related to spatial patterns. This is useful for tasks like identifying hotspots or creating regions for targeted interventions.

When to use it

  • Customer Location Analysis: Group customer addresses into geographic zones to optimize marketing campaigns or delivery routes.
  • Event Detection: Identify areas with a high density of reported incidents (e.g., crime, accidents) to allocate resources effectively.
  • Resource Allocation: Cluster locations needing services (e.g., medical care, infrastructure repairs) to determine optimal placement of facilities.
  • Environmental Monitoring: Group sensor readings to identify pollution hotspots or areas requiring further investigation.

Key capabilities

  • Geographic clustering algorithm
  • Customizable radius for cluster definition
  • Data point input via latitude and longitude coordinates

Example prompts

  • "Cluster these customer addresses into regions with a 5km radius."
  • "Identify clusters of incident reports within a 10km area."
  • "Group locations needing repairs, using a 2km clustering distance."

Tips & gotchas

The accuracy of the clustering depends heavily on the quality and density of your input data. Ensure latitude and longitude coordinates are accurate for best results.

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
dadbodgeoff
Installs
15

🌐 Community

Passed automated security scans.