mapbox-geospatial-operations
✓Expert guidance on choosing the right geospatial tool based on problem type, accuracy requirements, and performance needs
Installation
SKILL.md
Expert guidance for AI assistants on choosing the right geospatial tools from the Mapbox MCP Server. Focuses on selecting tools based on what the problem requires - geometric calculations vs routing, straight-line vs road network, and accuracy needs.
The Mapbox MCP Server provides two categories of geospatial tools:
| Straight-line distance (as the crow flies) | Offline geometric | Accurate for geometric distance | | Road/path distance (as the crow drives) | Routing API | Only routing APIs know road networks | | Travel time | Routing API | Requires routing with speed/traffic data | | Point containment (is X inside Y?) | Offline geometric | Pure geometric operation |
Expert guidance on choosing the right geospatial tool based on problem type, accuracy requirements, and performance needs Source: mapbox/mapbox-agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/mapbox/mapbox-agent-skills --skill mapbox-geospatial-operations- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-13
- Updated
- 2026-02-18
Quick answers
What is mapbox-geospatial-operations?
Expert guidance on choosing the right geospatial tool based on problem type, accuracy requirements, and performance needs Source: mapbox/mapbox-agent-skills.
How do I install mapbox-geospatial-operations?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mapbox/mapbox-agent-skills --skill mapbox-geospatial-operations Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/mapbox/mapbox-agent-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-13