← Back to Skills Marketplace
111
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mapbox-maplibre-migration
Description
Guide for migrating from MapLibre GL JS to Mapbox GL JS, covering API compatibility, token setup, style configuration, and the benefits of Mapbox's official...
Usage Guidance
This skill is a straightforward migration guide and appears internally consistent. Before using: (1) follow its token security advice — store Mapbox tokens in env vars, apply URL restrictions for public tokens, and never commit secret tokens (sk.*) to source control; (2) remember Mapbox is proprietary (v2+) so review licensing and pricing for production use; (3) verify any Mapbox API calls in your app use the appropriate public vs secret tokens and are made from server-side code when secrets are required. If you see the skill later request unrelated credentials, remote installs from unknown URLs, or instructions to read system files or secrets, stop and re-evaluate — that would be inconsistent with this guide and suspicious.
Capability Assessment
Purpose & Capability
The name and description (migrating from MapLibre GL JS to Mapbox GL JS) match the content: package swap, import changes, token usage, style URLs, plugin mappings, and API compatibility. Nothing requested (no env vars, no binaries, no config paths) is unrelated to this documented purpose.
Instruction Scope
SKILL.md contains only migration instructions, code examples, and best practices for token handling. It references calling Mapbox APIs (api.mapbox.com) in examples — expected for a Mapbox migration guide — and does not instruct the agent to read unrelated files, harvest credentials, or send data to unexpected endpoints. It references another skill (mapbox-token-security) for deeper guidance; that is a cross-reference, not hidden behavior.
Install Mechanism
This is an instruction-only skill with no install spec and no code files that would be executed. No downloads, archive extraction, or package installs are performed by the skill itself; npm install steps are guidance for the developer and are proportionate to the migration task.
Credentials
The guide explains how to use Mapbox access tokens and recommends storing them in environment variables and restricting them appropriately. It does not request any environment variables or secrets from the platform and does not ask for unrelated credentials or elevated access.
Persistence & Privilege
The skill does not request persistent presence (always: false) and does not modify agent/system configuration. Autonomous invocation is allowed by default but this is normal for skills; there are no additional privileges or persistent behaviors requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mapbox-maplibre-migration - After installation, invoke the skill by name or use
/mapbox-maplibre-migration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: provides a comprehensive step-by-step migration guide from MapLibre GL JS to Mapbox GL JS.
- Explains the shared history and API compatibility between MapLibre and Mapbox.
- Details the reasons and benefits for migrating to Mapbox, including features and ecosystem.
- Offers clear migration instructions: updating packages, imports, token setup, and style configuration.
- Provides tables for feature and API comparisons between libraries.
- Lists best practices for access token security and plugin migration.
- Delivers concise code examples for all key steps.
Metadata
Frequently Asked Questions
What is Mapbox MapLibre Migration?
Guide for migrating from MapLibre GL JS to Mapbox GL JS, covering API compatibility, token setup, style configuration, and the benefits of Mapbox's official... It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.
How do I install Mapbox MapLibre Migration?
Run "/install mapbox-maplibre-migration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mapbox MapLibre Migration free?
Yes, Mapbox MapLibre Migration is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mapbox MapLibre Migration support?
Mapbox MapLibre Migration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mapbox MapLibre Migration?
It is built and maintained by Mapbox (@mapbox); the current version is v1.0.0.
More Skills