LaunchKit · 2026
Back to Skills

map-grabber

Fetch OpenStreetMap vector data (streets, buildings) for an address and export to SVG, GeoPackage, or DXF for CAD/Rhino.

0
475 downloads
by @qrost

Setup & Installation

openclaw skills install @qrost/map-grabber

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install map-grabber

Version History

v1.1.2Feb 21, 2026 - Version note by skill developer:

Patch: OpenClaw allowed media paths docs.

What This Skill Does

Fetches OpenStreetMap street networks and building footprints for a given address and exports them as SVG, GeoPackage, or DXF vector files. Designed for architects and urban designers who need georeferenced site base maps for CAD or Rhino workflows.

Pulls live OSM data and delivers CAD-ready vector formats in one step, skipping manual export from web GIS tools.

When to use it

  • Generating a base map for a design site in Rhino
  • Exporting street network data as DXF for AutoCAD
  • Getting building footprints around a project address
  • Creating a quick site context map for a client presentation
  • Downloading OSM data for urban analysis at a specific radius

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Get me a site base map with buildings for the Shanghai Tower as DXF and PNG

AGENT
  1. 1Parses the address and requested output formats from the user message
  2. 2Runs grab_map.py with address, --buildings, --png, --gpkg, and --dxf flags
  3. 3Saves PNG to an allowed path such as /tmp/site.png
  4. 4Sends the PNG image to the user in chat
  5. 5Returns file paths for the GeoPackage and DXF outputs
OUTPUT

PNG map displayed in chat, plus site.gpkg and site.dxf files ready for CAD/Rhino import