坐标转换

v1.0.0

支持GeoJSON格式点线面数据在WGS84(经纬度)和Web Mercator(EPSG:3857)坐标系间批量转换,适用WebGIS和GPS数据处理。

0· 239·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, SKILL.md, and the included Python script all describe and implement GeoJSON coordinate conversion between WGS84 and Web Mercator. Required tools (pyproj) are appropriate for the task; nothing unrelated (cloud credentials, other services) is requested.
Instruction Scope
SKILL.md instructs running the provided script on local GeoJSON files and shows example command-lines (including a path under ~/.openclaw/workspace/skills/... which matches normal skill placement). The runtime instructions do not ask the agent to read arbitrary unrelated files, environment variables, or contact external endpoints. Minor note: examples reference an absolute workspace path; this is informational and not a security concern.
Install Mechanism
No install spec is provided (instruction-only with an included script). Dependencies are limited to pyproj, and SKILL.md correctly instructs installing it via pip. No downloads from untrusted URLs or archive extraction are present.
Credentials
The skill requires no environment variables, credentials, or config paths. The script reads only the user-specified input file and writes the specified output — this is proportional to its purpose.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes. It can be invoked autonomously (platform default) but that is normal and not combined with broad privileges or credential access.
Assessment
This skill appears to do exactly what it claims: convert GeoJSON geometries between WGS84 and Web Mercator. Before installing, note that it depends on the pyproj Python package (pip3 install pyproj). The script works on files you point it at and will write output where you specify — so make sure you run it on files you trust and choose an output path you control. If you prefer the skill not to run autonomously, disable autonomous invocation in the agent settings. There are no signs of network calls, hidden endpoints, or credential requests.

Like a lobster shell, security has layers — review code before you run it.

latestvk975p5wjkbcbqrvqf18xge1a1d82qz62

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments