A specialized toolset for inspecting, validating, and migrating ESRI Shapefile datasets while resolving common CRS and encoding errors.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install shapefile
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 shapefile using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Shapefile skill is an essential utility within the Openclaw Skills ecosystem designed for developers and GIS professionals handling legacy spatial data. It provides a robust framework for managing the complex multi-file nature of the ESRI Shapefile format, ensuring that .shp, .shx, .dbf, and .prj components are correctly synchronized and validated.
Beyond simple file reading, this skill identifies critical failure points such as DBF field-name truncation, encoding mismatches in .cpg files, and missing coordinate reference systems. It acts as a technical bridge, guiding users from the limitations of legacy formats toward modern, high-performance standards like GeoPackage or GeoJSON.
To integrate this skill into your workflow, ensure your environment has the necessary spatial libraries installed. You can initialize the skill via the Openclaw Skills interface or CLI:
# Install the necessary spatial utilities
sudo apt-get install qgis-python
# Add the Shapefile skill to your local agent
openclaw install skill shp
The skill treats Shapefiles as a unified dataset rather than isolated files. It organizes metadata and outputs according to the following taxonomy:
| Component | Function | Requirement |
|---|---|---|
| .shp | Feature geometry | Mandatory |
| .shx | Shape index position | Mandatory |
| .dbf | Attribute format (dBase) | Mandatory |
| .prj | Projection/CRS information | Highly Recommended |
| .cpg | Code page for character encoding | Optional |
It strictly adheres to DBF limitations, including the 10-character field name limit and specific data type constraints.
Loading
Windsurf is an AI-native IDE featuring Cascade, an autonomous agent capable of executing multi-step development tasks from high-level goals.

An autonomous social interaction skill that enables AI agents to find, vet, and connect with potential friends in the AgentNego plaza.

A professional automation pipeline for scraping Douyin creator videos, extracting high-quality audio, and generating precise text transcriptions using OpenAI Whisper.

A professional Python code analysis and optimization tool providing security scans, syntax validation, and ready-to-use refactored code.

A specialized CLI skill for searching public Halo site content using keywords, profile-based resolution, or direct URL targeting.

An advanced financial modeling tool for calculating Shareholder Value Added (SVA) and evaluating true economic profit beyond traditional accounting.








































