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

cgcs2000cgcs2000 开发

Agent Skill

cgcs2000 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,563

周安装

194

GitHub Stars

公开资料未说明

下载量

1,599
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install cgcs2000

简介

解释并应用 CGCS2000 坐标参考系统于中国地理空间工作流程。

  • 涵盖 EPSG:4490 坐标系说明与投影变换技术细节。
  • 通过 clawhub 安装并使用 openclaw skills install cgcs2000 命令集成。
  • 需确认输入数据坐标系一致性,避免投影偏差导致结果错误。
  • 建议结合来源仓库和 README 核验转换参数与适用区域限制。

SKILL.md

name
cgcs2000
description
Explain and work with the CGCS2000 coordinate reference system for China geospatial workflows, including EPSG:4490 interpretation, projected CRS selection, Gauss-Kruger zoning, axis/unit checks, and comparison with WGS84, GCJ-02, and BD-09. Use when the user asks about CGCS2000, 中国大地2000, EPSG:4490, 国家2000坐标系, 高斯-克吕格分带, 坐标系选择, or CGCS2000 conversion guidance.
metadata
openclaw
emoji
🇨🇳

CGCS2000

Use this skill for practical reasoning about the China Geodetic Coordinate System 2000.

CGCS2000 is a China-centered geodetic reference framework used widely in surveying, mapping, and domestic GIS workflows. In many GIS tools, the geographic form is commonly represented as EPSG:4490, but real work often also involves projected CGCS2000 variants, especially Gauss-Kruger zone systems.

What This Skill Does

  • Explain what CGCS2000 is and when it is the right source or target CRS.
  • Distinguish geographic CGCS2000 from projected CGCS2000 variants.
  • Identify whether the user likely means EPSG:4490 or a projected China CRS in meters.
  • Check for common mistakes involving axis order, units, and false assumptions about "same as WGS84".
  • Compare CGCS2000 with WGS84, GCJ-02, and BD-09.
  • Recommend whether to keep the data in geographic coordinates or move to a projected CRS for analysis.
  • Hand off file-based conversion and batch reprojection steps to qgis when execution is needed.

Standard Workflow

  1. Confirm the actual input form:

- longitude/latitude in degrees - projected easting/northing in meters - map-app coordinates that may actually be GCJ-02 or BD-09

  1. Ask whether the user needs:

- storage or exchange - web display - engineering, surveying, or measurement - file-based reprojection

  1. State the exact CRS level being discussed:

- CGCS2000 datum/reference frame - EPSG:4490 geographic CRS - projected CGCS2000 CRS with zone/projection details

  1. Validate units and order before recommending conversion.
  2. If the task needs meters, recommend the exact projected CRS rather than only saying "CGCS2000".

Decision Rules

  • Use EPSG:4490 when the data is truly geographic CGCS2000 longitude/latitude in degrees.
  • For engineering, cadastral, measurement, or local analysis work, prefer the correct projected CGCS2000 CRS in meters.
  • Do not say "CGCS2000" alone when the task requires a projected CRS; include zone/projection details.
  • Do not treat GCJ-02 or BD-09 as standard CGCS2000 coordinates.
  • Do not assume consumer-map coordinates in China are raw CGCS2000 or raw WGS84.
  • If the source is unknown, explicitly call out datum/projection uncertainty before suggesting a transformation.

Common Cases

The user says "CGCS2000 coordinates"

Interpret carefully:

  • It may mean EPSG:4490 longitude/latitude in degrees.
  • It may mean a projected CGCS2000 coordinate system in meters.
  • It may be shorthand from a local data specification that still requires the exact EPSG or projection name.

The user wants to compare CGCS2000 and WGS84

  • They are close for many practical GIS use cases, but they are not interchangeable by definition in every precise workflow.
  • If regulatory, survey, or engineering accuracy matters, keep the stated source datum and use the required official CRS.
  • If the task is generic storage or API exchange, explain whether the downstream system expects CGCS2000 or WGS84 explicitly.

The user has China map coordinates from an app

  • First check whether the source is actually GCJ-02 or BD-09.
  • Do not label app-map coordinates as CGCS2000 without evidence.
  • If the request is about web maps or app SDKs, mention offset-system ambiguity early.

The user wants projected analysis

  • Ask for the area of use and the current CRS.
  • Recommend the exact projected CGCS2000 CRS with units in meters.
  • If the user only has files and wants execution, use qgis.

What To Return

  • The interpreted source CRS, with exact name or EPSG when possible.
  • Whether the coordinates are likely geographic degrees or projected meters.
  • Whether EPSG:4490 is appropriate, or whether a projected CGCS2000 CRS is needed instead.
  • Any risk that the data is actually GCJ-02 or BD-09.
  • A concrete next step for reprojection, exchange, or validation.

When Not To Use

  • Reverse geocoding or address lookup: use geocode.
  • QGIS file-based processing or batch reprojection: use qgis.
  • General CRS comparison across many systems when CGCS2000 is not the focus: use project.
  • GPS-only WGS84 validation with no China-specific CRS question: use wgs84.

OpenClaw + ClawHub Notes

  • Keep examples generic and standards-based.
  • Do not hardcode private datasets, machine paths, credentials, or proprietary basemap assumptions.
  • For clawhub.ai publication, keep examples reproducible and version/changelog updates semver-driven.

Reference Docs In This Skill

  • Read {baseDir}/references/cgcs2000-reference.md for quick comparison points, projected-workflow guidance, and common failure cases.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

96.84%
按下载量换算1,548

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills