← 返回 Skills 市场
jvy

wgs84

作者 jvy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
157
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wgs84
功能描述
Explain and work with the WGS 84 coordinate system for GPS-style longitude/latitude data, including EPSG:4326 usage, axis-order checks, range validation, UTM...
安全使用建议
This skill appears safe and does what it claims: a local Python CLI tool for validating and reasoning about WGS84 coordinates. Before installing, confirm you are comfortable allowing Homebrew to install/upgrade Python on the host (or skip the install if python3 is already available). If you prefer tighter control, inspect scripts/wgs84_tool.py (it only reads CLI args and prints JSON) and verify no external network calls are required for your use. Note the agent config allows implicit invocation (the agent may call this skill when it deems relevant); if you do not want the agent to call skills autonomously, disable implicit invocation in your agent policy. Finally, for file-based bulk reprojection the skill intentionally suggests using QGIS — it does not perform file I/O or batch reprojection itself.
功能分析
Type: OpenClaw Skill Name: wgs84 Version: 1.0.0 The wgs84 skill bundle is a legitimate utility for validating GPS coordinates and recommending coordinate reference systems. The core logic in scripts/wgs84_tool.py is restricted to mathematical calculations and range checks using standard Python libraries, with no evidence of network access, file system manipulation, or shell execution. The instructions in SKILL.md are strictly aligned with the stated GIS purpose and do not contain any prompt-injection or exfiltration attempts.
能力评估
Purpose & Capability
The name/description (WGS84 coordinate checks and recommendations) matches the included files and required binaries. Requiring python3 and including a small Python script is proportional to the stated functionality. Mentioning qgis for file-based reprojection is reasonable as a hand-off and does not imply hidden requirements.
Instruction Scope
SKILL.md instructs the agent to run the local script with explicit CLI arguments and to consult an included reference doc. There are no instructions to read unrelated files, access environment variables, or send data to external endpoints. The instructions are narrowly scoped to validating coordinates, guessing order, recommending UTM/CRS, and flagging China-offset risk.
Install Mechanism
Install spec uses a Homebrew formula to install Python 3 (brew 'python'), which is a well-known package source and appropriate for a Python-based skill. Note: Homebrew is platform-specific (macOS/Linux with brew); installing Python via brew may be unnecessary if python3 is already present and will modify the system's packages.
Credentials
The skill requests no environment variables, credentials, or config paths. The Python script operates entirely on CLI inputs and prints JSON to stdout; it neither reads secrets nor attempts to access unrelated system configuration.
Persistence & Privilege
Skill does not request always:true and does not modify other skills or system-wide configuration. agents/openai.yaml enables implicit invocation (allow_implicit_invocation: true), which permits the agent to invoke the skill when relevant — this is typical for utility skills and is not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wgs84
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wgs84 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
WGS84 Skill 1.0.0 – Initial Release - Provides explanations and guidance for WGS 84 (EPSG:4326) coordinate usage, validation, and best practices. - Supports numeric range validation, coordinate axis-order checks, UTM zone/EPSG code recommendations, and China mapping offset warnings. - Offers practical Python command examples for validating, analyzing, and reprojecting GPS-style coordinates. - Outlines clear decision rules for choosing between WGS84, Web Mercator, or projected CRSs based on analysis or display needs. - Includes guidance on potential confusion with GCJ-02/BD-09 in Chinese coordinate workflows.
元数据
Slug wgs84
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

wgs84 是什么?

Explain and work with the WGS 84 coordinate system for GPS-style longitude/latitude data, including EPSG:4326 usage, axis-order checks, range validation, UTM... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 157 次。

如何安装 wgs84?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wgs84」即可一键安装,无需额外配置。

wgs84 是免费的吗?

是的,wgs84 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

wgs84 支持哪些平台?

wgs84 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 wgs84?

由 jvy(@jvy)开发并维护,当前版本 v1.0.0。

💬 留言讨论