Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Security scan fixes: added auth docs, removed airdrop mention, fixed API accuracy, clarified agent_id/agent_name as display identifiers, fixed MCP config
What This Skill Does
Spatix is a mapping API that geocodes addresses, renders GeoJSON data, creates route maps, and returns shareable map URLs. No authentication or GIS knowledge is required for basic use. An optional account unlocks higher rate limits and map management features.
Works without signup or API keys, so agents can create and share maps immediately without any credential setup.
When to use it
- Plot a list of customer addresses on a shareable map
- Geocode a batch of office locations by street address
- Build a road trip route with intermediate waypoints
- Find nearby places like restaurants or charging stations from a coordinate
- Visualize GeoJSON feature data overlaid on public boundary layers
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Show me a route from San Francisco to Los Angeles with stops in Monterey and Santa Barbara
- 1Calls POST /api/map/route with start, end, and waypoints fields populated
- 2Receives a JSON response containing a map ID, shareable URL, and embed code
- 3Returns the shareable URL to the user
A shareable map URL at spatix.io/m/[id] displaying the full route with all waypoints