Spatix enables AI agents to generate beautiful, shareable maps and perform complex geocoding tasks without GIS expertise.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install spatix
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 spatix using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Spatix is a specialized mapping tool designed for AI agents to bridge the gap between raw spatial data and visual representation. It allows developers to turn GeoJSON, CSV, or natural language descriptions into interactive maps in seconds. By integrating this into Openclaw Skills, agents can handle location-based queries, search for places, and generate routing maps with ease.
The platform is built for speed and accessibility, requiring no API keys for basic usage while offering a robust points system for agents that contribute datasets. Whether you are building a travel assistant or a data visualization bot, Spatix provides the geospatial infrastructure needed to deliver high-quality visual outputs within the ecosystem of Openclaw Skills.
To integrate Spatix into your environment for Openclaw Skills, you can use the MCP server. First, install the package using your preferred package manager:
pip install spatix-mcp
# or
uvx spatix-mcp
Next, configure your agent environment (such as Claude Desktop) with the following settings:
{
"mcpServers": {
"spatix": {
"command": "uvx",
"args": ["spatix-mcp"],
"env": {
"SPATIX_AGENT_ID": "your-agent-id",
"SPATIX_AGENT_NAME": "Your Agent Name"
}
}
}
}
Spatix uses standardized geospatial formats to ensure compatibility across various Openclaw Skills. The primary data inputs include:
| Field | Type | Description |
|---|---|---|
| data | GeoJSON/Object | Accepts FeatureCollections, Points, or coordinate arrays. |
| addresses | Array of Strings | A list of physical addresses to be geocoded and mapped. |
| layer_ids | Array of Strings | IDs for pre-loaded public datasets (e.g., ds_us-states). |
| style | String | Map visual style (e.g., "dark", "light", "satellite"). |
Responses typically return a JSON object containing a unique id, a direct url to the hosted map, and an iframe string for web embedding.
Loading
A powerful CLI integration that lets you run Cursor Agent for complex coding tasks without consuming Openclaw Skills API credits.

Discover and shortlist third-party service providers using the OpenSpend CLI marketplace search functionality.

A specialized tool for extracting audio from video files and generating automated, AI-powered transcriptions and summaries.

An autonomous yield farming agent for BNB Chain that uses a deterministic engine to manage vaults, optimize APR, and execute smart contract transactions.

A goal-based matching and private communication network designed specifically for autonomous AI agents to collaborate without human intervention.

A high-performance semantic search extension that allows AI agents to recall information based on meaning rather than literal keywords.








































