Maplibre React

🌐Community
by ohall · vlatest · Repository

Integrates interactive MapLibre GL JS maps into React applications with customizable components and data bindings.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add maplibre-react npx -- -y @trustedskills/maplibre-react
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "maplibre-react": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/maplibre-react"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The maplibre-react skill provides a React component for embedding interactive MapLibre GL JS maps. It allows you to display and interact with geospatial data within your applications, offering features like zooming, panning, marker placement, and potentially more complex map layers depending on configuration. This is a lightweight alternative to other mapping libraries while retaining core functionality.

When to use it

  • Displaying location-based data: Visualize points of interest or data tied to geographic coordinates (e.g., store locations, environmental sensor readings).
  • Creating interactive maps: Allow users to explore and interact with a map within your application's user interface.
  • Integrating geospatial features into React apps: Easily incorporate mapping capabilities without needing to manage the underlying MapLibre GL JS library directly.
  • Building custom mapping interfaces: Develop tailored map experiences beyond standard pre-built solutions.

Key capabilities

  • React component for easy integration
  • MapLibre GL JS powered maps
  • Zooming and panning functionality
  • Marker placement

Example prompts

  • "Display a map centered on New York City with a marker at 40.7128° N, 74.0060° W."
  • “Show me a map of my delivery area with pins for each customer.”
  • "Create an interactive map showing the locations of all our retail stores."

Tips & gotchas

The skill requires familiarity with React and potentially MapLibre GL JS concepts for advanced customization. You'll need to ensure that MapLibre GL JS is properly configured within your project environment for the component to function correctly.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ohall
Installs
10

🌐 Community

Passed automated security scans.