Agent skill
territory-mapper
Use when asked to visualize sales territories, coverage areas, service regions, or geographic boundaries on interactive maps.
Install this agent skill to your Project
npx add-skill https://github.com/dkyazzentwatwa/chatgpt-skills/tree/main/territory-mapper
SKILL.md
Territory Mapper
Visualize sales territories, coverage areas, and service regions on interactive maps with customizable boundaries and styling.
Purpose
Territory visualization for:
- Sales territory assignment and planning
- Service area coverage mapping
- Market analysis and expansion
- Delivery zone visualization
- Regional performance tracking
Features
- Territory Polygons: Draw custom boundaries
- Color Coding: Color by performance, team, status
- Interactive Maps: Zoom, pan, tooltips
- Data Overlay: Add markers, heatmaps, routes
- Statistical Layers: Population, demographics
- Export: HTML, PNG, GeoJSON
Quick Start
from territory_mapper import TerritoryMapper
# Create territory map
mapper = TerritoryMapper()
mapper.add_territory(
name='West Coast',
coordinates=[(37.7, -122.4), (34.0, -118.2), ...],
color='blue',
data={'sales': 1000000, 'rep': 'Alice'}
)
mapper.save_html('territories.html')
CLI Usage
# Create map from GeoJSON
python territory_mapper.py --geojson territories.geojson --output map.html
# Color by column
python territory_mapper.py --geojson territories.geojson --color-by sales --output map.html
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
video-to-gif
Convert video clips to optimized GIFs with speed control, cropping, text overlays, and file size optimization. Create perfect GIFs for social media, documentation, and presentations.
audio-analyzer
Comprehensive audio analysis with waveform visualization, spectrogram, BPM detection, key detection, frequency analysis, and loudness metrics.
topic-modeler
Extract topics from text collections using LDA (Latent Dirichlet Allocation) with keyword extraction and topic visualization.
language-detector
Detect language of text with confidence scores, support for 50+ languages, and batch text classification.
image-filter-lab
Apply artistic filters to images including vintage, sepia, B&W, blur, sharpen, vignette, and color adjustments. Create custom filter presets.
qr-code-generator
Generate QR codes with URLs and UTM tracking. Exports PNG/SVG with captions. Use for single codes, batch generation, or marketing campaigns with tracking parameters.
Didn't find tool you were looking for?