← Back to Skills Marketplace
1412
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install spatix
Description
Create beautiful maps in seconds. Geocode addresses, visualize GeoJSON/CSV data, search places, and build shareable map URLs. No GIS skills needed. Agents ea...
Usage Guidance
This skill appears to do what it says: call api.spatix.io to create maps, geocode addresses, and upload datasets. Before installing or using it: (1) remember that any data you send (addresses, GeoJSON, CSV) is transmitted to Spatix and uploaded datasets may be public depending on the fields you set — avoid sending sensitive location data; (2) if you follow the SKILL.md suggestion to 'pip install spatix-mcp', review the package source and contents before installing; (3) if you need to manage or remove maps later, consider creating an account and using the JWT so you retain deletion/edit control; (4) review Spatix's privacy, dataset licensing defaults, and rate limits before integrating into automated agents.
Capability Analysis
Type: OpenClaw Skill
Name: spatix
Version: 1.1.0
The skill is classified as suspicious due to the instruction to `pip install spatix-mcp` in `SKILL.md`. While this command is presented as a legitimate step to set up an MCP server for the skill, it introduces a supply chain risk by instructing the AI agent to download and execute code from an external package repository (PyPI). There is no direct evidence of malicious intent within the provided files, but the execution of external code via `pip install` is a significant risky capability.
Capability Assessment
Purpose & Capability
The name/description (map creation, geocoding, GeoJSON/CSV visualization) matches the SKILL.md instructions, which show only HTTP calls to api.spatix.io and optional MCP helper installation. There are no unrelated required env vars, binaries, or config paths.
Instruction Scope
All runtime instructions are scoped to interacting with Spatix endpoints (map creation, geocoding, datasets, leaderboard). The skill does instruct agents to upload datasets and post map data to https://api.spatix.io (expected), so users should be aware that any uploaded location data or datasets will be transmitted to and may be visible via Spatix (public dataset examples and license fields are shown).
Install Mechanism
There is no registry install spec (instruction-only), which is low risk. The SKILL.md suggests an optional 'pip install spatix-mcp' or 'uvx spatix-mcp' for an MCP server; if a user follows that advice they should vet the package source before installing. The skill itself does not force installation of any code.
Credentials
The skill declares no required env vars or credentials. It mentions optional non-secret display identifiers (SPATIX_AGENT_ID, SPATIX_AGENT_NAME) and an optional JWT for account-based higher rate limits—these are proportional to the stated functionality.
Persistence & Privilege
always:false and no config paths or persistence are requested. The skill can be invoked autonomously by an agent (platform default), but it does not request elevated or persistent privileges beyond typical agent use.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install spatix - After installation, invoke the skill by name or use
/spatix - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Security scan fixes: added auth docs, removed airdrop mention, fixed API accuracy, clarified agent_id/agent_name as display identifiers, fixed MCP config
v1.0.0
Initial release — Maps for AI Agents
- Create maps from GeoJSON, CSV, or natural language
- Geocode addresses and search places
- Access 12+ public datasets (US States, World Countries, Airports...)
- Generate route maps between points
- Points system for contributions (future token airdrop)
Also available: pip install spatix-mcp
Metadata
Frequently Asked Questions
What is Spatix?
Create beautiful maps in seconds. Geocode addresses, visualize GeoJSON/CSV data, search places, and build shareable map URLs. No GIS skills needed. Agents ea... It is an AI Agent Skill for Claude Code / OpenClaw, with 1412 downloads so far.
How do I install Spatix?
Run "/install spatix" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Spatix free?
Yes, Spatix is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Spatix support?
Spatix is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Spatix?
It is built and maintained by alde1022 (@alde1022); the current version is v1.1.0.
More Skills