Version control for ArcGIS web maps exposed as native tools for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gitmap
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 gitmap using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
GitMap Skill brings the power of distributed version control to ArcGIS Online and Enterprise Portal web maps. By wrapping the gitmap CLI as native tools, it allows AI agents to perform complex geospatial versioning tasks like branching, committing, and diffing directly within their workflow.
This skill is essential for GIS developers and analysts who need to maintain history, collaborate on map designs, and sync changes between local environments and ArcGIS Portals. It leverages the reliable Openclaw Skills framework to provide a structured interface for map management, ensuring that every change to your geospatial assets is tracked and reversible.
First, install the core Python package required for the skill to function:
pip install gitmap-core
Next, configure your environment variables to allow the skill to authenticate with your ArcGIS organization as part of your Openclaw Skills setup:
export PORTAL_URL="https://your-org.maps.arcgis.com"
export ARCGIS_USERNAME="your_username"
export ARCGIS_PASSWORD="your_password"
Run the skill server to expose the tools via HTTP:
python server.py
The skill manages data through local directory-based repositories that mirror the ArcGIS web map structure. It organizes metadata as follows:
| Data Component | Description |
|---|---|
| Repository | A local folder containing map JSON and versioning metadata. |
| Commit History | A log of changes including author, timestamp, and message. |
| Branching | Pointers to specific commit states for isolated development. |
| Portal Metadata | References to Item IDs, Owner, and Tags stored in the ArcGIS Portal. |
Loading
A specialized connector for sending quantitative trading signals from an AI agent to the FMZ platform via HTTP API.

A comprehensive creative companion for anime, illustration, character design, and animation production.

Enables seamless multi-agent collaboration and communication within Telegram group chats by bypassing standard bot-to-bot messaging restrictions.

A content engineering tool designed to transform raw ideas into high-interaction social media posts using a data-backed 5-stage structure.

A comprehensive UI/UX design intelligence skill for building polished, accessible, and implementation-ready web and mobile interfaces.

A unified gateway-based invoker for managing JQOpenClawNode capabilities including file operations, system execution, and input control.








































