Token导航 LogoToken导航TokenDH.com
开发只读clawhub未标认证来源可访问clear审计通过

shp小水电

Agent Skill

shp 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,382

周安装

179

GitHub Stars

公开资料未说明

下载量

1,418
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:shp(小水电)
来源仓库:https://github.com/jvy/shp
安装命令:
openclaw skills install shp
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install shp

简介

检查、解释、验证和转换 ESRI Shapefile 数据集,包括 `.shp/.shx/.dbf/.prj` sidecar 要求、CRS 检测、字段名称/类型限制等

SKILL.md

name
shp
description
Inspect, explain, validate, and convert ESRI Shapefile datasets, including .shp/.shx/.dbf/.prj sidecar requirements, CRS detection, field-name/type limits, encoding problems, multipart geometry issues, and migration guidance to GeoPackage or GeoJSON. Use when the user asks about shapefile, Shapefile, .shp files, DBF encoding, PRJ/CRS problems, or batch shapefile cleanup. 中文触发:shapefile、shp、dbf、prj、坐标系丢失、字段截断、编码乱码。
metadata
openclaw
emoji
🧳

Shapefile

Use this skill for practical Shapefile handling, debugging, and migration planning.

Workflow

  1. Confirm whether the task is inspection, repair, conversion, schema explanation, or batch cleanup.
  2. Identify which companion files are present: .shp, .shx, .dbf, .prj, and optionally .cpg.
  3. Check CRS, encoding, geometry type, and field-name limits before suggesting edits or conversions.
  4. Prefer writing outputs to a new path; avoid in-place mutation unless the user explicitly asks.
  5. If the dataset is large or the workflow is repeated, prefer a deterministic CLI path through qgis.

Core Rules

  • Treat a Shapefile as a multi-file dataset, not a single .shp file.
  • Missing .shx or .dbf usually means the dataset is incomplete.
  • Missing .prj means CRS is unknown, not automatically WGS84.
  • DBF field names are short and legacy-oriented; watch for truncation and type loss.
  • Text encoding may depend on .cpg; without it, non-ASCII text can decode incorrectly.
  • Shapefile is poor for long field names, rich types, large text, and modern metadata needs.

Common Failure Checks

  • File opens but attributes are broken: verify .dbf exists and encoding is correct.
  • Features draw in the wrong place: verify .prj exists and the CRS was not guessed incorrectly.
  • Import succeeds but schema looks wrong: check field-name truncation and DBF type limitations.
  • Multipart or invalid geometry surprises: inspect geometry type before conversion or editing.
  • One file was copied alone: remind that the full sidecar set must travel together.

Preferred Outcomes

  • For interchange with legacy systems, preserve the Shapefile but document its CRS and encoding explicitly.
  • For ongoing editing or richer schema, migrate to GPKG.
  • For lightweight web interchange, convert to GeoJSON only when the CRS and precision tradeoffs are acceptable.
  • For deterministic file conversion or batch fixes, hand off execution to qgis.

Task Boundaries

  • Use this skill for Shapefile structure, limitations, troubleshooting, and migration guidance.
  • For general CRS selection, use project or wgs84.
  • For actual file-based conversion, reprojection, clipping, or repair commands, use qgis.
  • For web map rendering or tiles, use mapbox or cesium as appropriate.

OpenClaw + ClawHub Notes

  • Keep examples generic and portable.
  • Do not hardcode private data paths, private datasets, or machine-specific environments.
  • For clawhub.ai publication, keep the skill concise, reproducible, and semver-friendly; keep detailed patterns in references.

Reference Docs In This Skill

  • Read {baseDir}/references/patterns.md when you need concrete Shapefile validation, packaging, or conversion guidance.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

74.93%
按下载量换算1,063

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills