Coord Transform
v1.0.0坐标转换技能。当用户提到坐标转换、坐标系转换、EPSG转换、CGCS2000、WGS84、地理坐标转换、投影坐标转换、火星坐标系、百度坐标转换时激活。支持GeoJSON文件和WKT字符串的坐标系统转换,支持中国常用坐标系互转。
⭐ 0· 110·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description describe coordinate/CRS conversions and the package contains a Python script that uses pyproj plus custom GCJ-02/BD-09 algorithms — these match the stated purpose. The only external dependency mentioned (python3-pyproj) is appropriate for reprojection tasks.
Instruction Scope
SKILL.md instructs running the included script, supplying WKT/GeoJSON input files or strings, and writing output files — all expected for this tool. The provided script parses and transforms coordinates and reads/writes files accordingly. Note: the file contents shown in the report are truncated/partial (visible syntax truncation near the end), so verify the full script in the package before running; the truncated snippet could indicate an incomplete or corrupted file rather than malicious behavior.
Install Mechanism
No automatic install spec is included (instruction-only install), and the only required installation instruction is 'apt-get install python3-pyproj', which is a standard system package for reprojection. There are no remote downloads or obscure installers in the metadata.
Credentials
The skill does not request any environment variables, credentials, or config paths. This is proportionate: coordinate conversion does not require secrets or external service tokens.
Persistence & Privilege
The skill does not request always:true, does not declare persistence or privileged system modifications, and can be invoked by users only. It does not attempt to modify other skills or system-wide settings.
Assessment
This skill appears to do what it says: convert between CRS/WKT/GeoJSON and handle China-specific GCJ-02/BD-09 transforms. Before installing or running: 1) Inspect the complete scripts/coord_convert.py file in the package (the report shows a truncated snippet — ensure the file is intact and syntactically correct). 2) Install pyproj from your OS package manager or a trusted source; apt-get will require sufficient privileges. 3) Run the tool on non-sensitive or sample data first to confirm behavior. 4) Because the tool reads and writes files, be cautious when pointing it at directories you don't want modified. If you want higher assurance, run it in a sandboxed environment (container/VM) and review the full source for any unexpected file/network operations before use.Like a lobster shell, security has layers — review code before you run it.
latestvk976e5hjpnm4jdjakkeyxcame5839qpd
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
