maptiler-skill
Installation
SKILL.md
MapTiler Integration Agent Skill
This skill provides comprehensive instructions on how to embed MapTiler services into a project.
When to use this skill
Use this skill whenever the user asks to:
- Add an interactive map to their application (web, React, Vanilla JS).
- Perform geocoding (forward/reverse search for places and addresses).
- Use MapTiler SDK features like 3D terrain, globe projection, popups, and markers.
Capabilities
MapTiler provides two main npm packages you can use:
- Visual Maps (
@maptiler/sdk): For interactive map rendering, markers, popups, weather layers, 3D terrain, and WebGL mapping. - API Services (
@maptiler/client): For raw API calls like Geocoding, Static Maps, IP Geolocation, and Elevation without a visual map element.