Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: Get me a site base map with buildings for the Shanghai Tower as DXF and PNG
- 1Parses the address and requested output formats from the user message
- 2Runs grab_map.py with address, --buildings, --png, --gpkg, and --dxf flags
- 3Saves PNG to an allowed path such as /tmp/site.png
- 4Sends the PNG image to the user in chat
- 5Returns file paths for the GeoPackage and DXF outputs
PNG map displayed in chat, plus site.gpkg and site.dxf files ready for CAD/Rhino import