·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