·mapbox-geospatial-operations
</>

mapbox-geospatial-operations

mapbox/mapbox-agent-skills

根据问题类型、精度要求和性能需求选择正确的地理空间工具的专家指导

26安装·7热度·@mapbox

安装

$npx skills add https://github.com/mapbox/mapbox-agent-skills --skill mapbox-geospatial-operations

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 |

根据问题类型、精度要求和性能需求选择正确的地理空间工具的专家指导 来源:mapbox/mapbox-agent-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/mapbox/mapbox-agent-skills --skill mapbox-geospatial-operations
分类
</>开发工具
认证
收录时间
2026-02-13
更新时间
2026-02-18

快速解答

什么是 mapbox-geospatial-operations?

根据问题类型、精度要求和性能需求选择正确的地理空间工具的专家指导 来源:mapbox/mapbox-agent-skills。

如何安装 mapbox-geospatial-operations?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mapbox/mapbox-agent-skills --skill mapbox-geospatial-operations 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/mapbox/mapbox-agent-skills