GE

geographic-clustering

It performs spatial clustering and risk analysis by calculating geographic medoids and evaluating proximity and sentiment.

Install

mkdir -p .claude/skills/geographic-clustering && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/6084" && unzip -o skill.zip -d .claude/skills/geographic-clustering && rm skill.zip

Installs to .claude/skills/geographic-clustering

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Grid-based geographic clustering with O(n) performance, medoid finding for map markers, and multi-factor risk scoring from event density, sentiment, and recency.
161 charsno explicit “when” trigger
Advanced

Key capabilities

  • Clusters geo-located events using grid cells
  • Finds medoids for map markers
  • Calculates multi-factor risk scores

How it works

It groups events into grid cells with O(n) complexity and calculates risk based on density, sentiment, and recency.

Inputs & outputs

You give it
Array of geo-located events
You get back
Clustered events with risk predictions

When to use geographic-clustering

  • Clustering map markers for visualization
  • Calculating risk scores from geographic events
  • Processing spatial density data

About geographic-clustering

Provides high-performance spatial clustering and risk analysis. It calculates geographic medoids for map markers and evaluates risk based on sentiment, recency, and proximity.

Grid-based geographic clustering with O(n) performance, medoid finding for map markers, and multi-factor risk scoring from event density, sentiment, and recency.

When not to use it

  • When using distance-based clustering on large datasets

Limitations

  • Requires minimum cluster size to filter noise
  • Risk thresholds should be configurable

How it compares

It uses grid-based clustering for O(n) performance instead of O(n²) distance-based algorithms.

Compared to similar skills

geographic-clustering side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
geographic-clustering (this skill)16moNo flagsAdvanced
data-storytelling472moNo flagsIntermediate
csv-data-summarizer1510moReviewBeginner
umap-learn62moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry