← 返回 Skills 市场
287
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qgis
功能描述
Run QGIS geospatial processing with qgis_process for repeatable vector/raster workflows (reproject, clip, dissolve, buffer, merge, raster warping). Use when...
安全使用建议
This skill appears coherent and focused on running QGIS CLI workflows against local files. Before installing/using it: (1) ensure you want qgis installed via Homebrew (QGIS is large and may pull many dependencies), (2) confirm qgis_process is available on the target machine (the skill will fail otherwise), (3) note the SKILL.md examples use 'rg' (ripgrep) — install it or replace with grep, (4) be careful about file overwrites and review any proposed batch operations or autonomous runs (the skill's safety rules are good, but allow-listing or sandboxing the working directories is wise), and (5) remember this is an instruction-only skill so there is no code to audit — the agent will execute shell commands you approve, so review commands before they run and restrict autonomous invocation if you want tighter control.
功能分析
Type: OpenClaw Skill
Name: qgis
Version: 1.0.0
The skill is a legitimate wrapper for the QGIS command-line tool (`qgis_process`) used for geospatial data processing. It includes well-defined safety boundaries, such as requiring CRS validation and dry-runs for batch operations, and contains no evidence of malicious intent, data exfiltration, or obfuscated code across SKILL.md and agents/openai.yaml.
能力评估
Purpose & Capability
The skill name and description match the declared requirement for the qgis_process binary and the brew install for the qgis formula. There are no unrelated environment variables, credentials, or config paths requested. Minor mismatch: SKILL.md examples use the 'rg' (ripgrep) command for filtering output but 'rg' is not declared as a required binary.
Instruction Scope
SKILL.md confines actions to local, file-based QGIS processing (list algorithms, inspect help, run algorithms, verify outputs) and includes safety checks (confirm CRS, avoid overwriting by default, dry-run policy). It does rely on executing shell commands against user files (expected for this skill). No instructions reference external endpoints or unrelated system credentials. One practical omission: example pipeline uses 'rg' which may not exist on the host — use grep or add rg to requirements if needed.
Install Mechanism
Install spec uses Homebrew formula 'qgis' to provide qgis_process, which is a standard installation path on macOS/Homebrew-enabled systems. Note: QGIS is a large project with many dependencies and may require additional system packages or user approval during install; however this is expected for the stated functionality and not suspicious.
Credentials
The skill requests no environment variables, credentials, or config paths — appropriate for a local-file processing tool and proportionate to its purpose.
Persistence & Privilege
always is false and the skill is user-invocable. agents/openai.yaml sets allow_implicit_invocation: true (allowing implicit invocation) which is a normal platform default; this alone is not a red flag and is not combined with broad credential access or system modifications.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qgis - 安装完成后,直接呼叫该 Skill 的名称或使用
/qgis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release supporting QGIS geospatial processing via qgis_process for CLI-based GIS workflows.
- Automates common vector and raster tasks: reprojection, clipping, dissolving, buffering, merging, and raster warping.
- Enforces safe, repeatable processing: confirms input/output paths, output formats, CRS settings, and avoids source overwrites.
- Includes best practices for workflow inspection, dry-run planning, and algorithm parameter discovery.
- Designed for both English and Chinese GIS automation requests.
元数据
常见问题
qgis 是什么?
Run QGIS geospatial processing with qgis_process for repeatable vector/raster workflows (reproject, clip, dissolve, buffer, merge, raster warping). Use when... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 287 次。
如何安装 qgis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qgis」即可一键安装,无需额外配置。
qgis 是免费的吗?
是的,qgis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
qgis 支持哪些平台?
qgis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 qgis?
由 jvy(@jvy)开发并维护,当前版本 v1.0.0。
推荐 Skills