什麼是 maplibre-mapbox-migration?
從 Mapbox GL JS 遷移到 MapLibre GL JS — 打包和匯入更改、刪除存取權杖、選擇圖塊來源、外掛程式等效項以及您獲得或放棄的內容。將現有 Mapbox 地圖移到 MapLibre 時使用。 來源:maplibre/maplibre-agent-skills。
從 Mapbox GL JS 遷移到 MapLibre GL JS — 打包和匯入更改、刪除存取權杖、選擇圖塊來源、外掛程式等效項以及您獲得或放棄的內容。將現有 Mapbox 地圖移到 MapLibre 時使用。
透過命令列快速安裝 maplibre-mapbox-migration AI 技能到你的開發環境
來源:maplibre/maplibre-agent-skills。
This skill guides you through migrating an application from Mapbox GL JS to MapLibre GL JS. The two libraries share a common ancestry (MapLibre forked from Mapbox GL JS v1.13 in December 2020), so the API is largely the same. The main changes are: swap the package, replace the namespace, remove the Mapbox access token, and choose a new tile source (MapLibre does not use mapbox:// styles).
What you give up: Mapbox Studio integration, Mapbox-hosted tiles and styles, Mapbox Search/Directions/Geocoding APIs, official Mapbox support.
Replace all mapboxgl with maplibregl (and mapbox-gl with maplibre-gl in package names or paths). Examples:
從 Mapbox GL JS 遷移到 MapLibre GL JS — 打包和匯入更改、刪除存取權杖、選擇圖塊來源、外掛程式等效項以及您獲得或放棄的內容。將現有 Mapbox 地圖移到 MapLibre 時使用。 來源:maplibre/maplibre-agent-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/maplibre/maplibre-agent-skills --skill maplibre-mapbox-migration從 Mapbox GL JS 遷移到 MapLibre GL JS — 打包和匯入更改、刪除存取權杖、選擇圖塊來源、外掛程式等效項以及您獲得或放棄的內容。將現有 Mapbox 地圖移到 MapLibre 時使用。 來源:maplibre/maplibre-agent-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/maplibre/maplibre-agent-skills --skill maplibre-mapbox-migration 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/maplibre/maplibre-agent-skills