Fetch and export OpenStreetMap vector data like street networks and building footprints directly into CAD-compatible formats.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install map-grabber
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install map-grabber using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Map Grabber is a professional-grade utility for the Openclaw Skills ecosystem that automates the extraction of geographic data. It allows users to input a simple address and receive detailed site maps in various vector formats. By leveraging OpenStreetMap, it provides a reliable source for urban context, street layouts, and building geometry, making it an essential tool for architects, urban planners, and GIS enthusiasts who need to bridge the gap between real-world location data and design software.
To get started with this entry in the Openclaw Skills library, you must first install the required Python dependencies. Navigate to the skill directory and run:
pip install -r requirements.txt
If you need to install specific components manually for DXF or GIS support, use:
pip install osmnx ezdxf geopandas networkx
The skill produces several data outputs depending on the flags provided during execution:
| Format | Description | Target Use Case |
|---|---|---|
| DXF | Layered vector data | AutoCAD, Rhino, and CAD software |
| GPKG | GeoPackage format | ArcGIS, QGIS, and spatial databases |
| SVG | Scalable Vector Graphics | Adobe Illustrator and vector editing |
| PNG | Raster image preview | Instant chat previews and visual confirmation |
Note: All generated files should be stored in ~/.openclaw/media/ or /tmp/ to ensure the agent can access and send them to the user.
--dist parameter for precise site boundaries.Loading
A specialized conversion utility for Openclaw Skills that transforms technical DXF CAD files into web-friendly PNG, JPG, or SVG formats.

Extract dominant colors from images as HEX/RGB values and generate visual color swatches automatically.

An automated toolkit for identifying search competitors, analyzing keyword rankings, and generating strategic content gap reports.

A production-grade web application for building advanced AI chat interfaces with multi-model support, streaming output, and session persistence.

A comprehensive suite of environmental analysis tools for calculating solar positions, building shadows, and thermal comfort.

A robust utility for converting vector SVG files into high-quality PNG or JPG raster images for seamless sharing and documentation within the Openclaw Skills ecosystem.








































