Skills Plugins MCP Prompt Model 博客 我的中心

cli-anything-qgis

Stateful QGIS CLI for projects, writable layers, features, layouts, exports, and qgis_process operations using the real QGIS runtime.

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=hkuds-cli-anything-qgis-agent-harness-cli-anything-qgis-skills-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name cli-anything-qgis description Stateful QGIS CLI for projects, writable layers, features, layouts, exports, and qgis_process operations using the real QGIS runtime. cli-anything-qgis Use this skill when you need to inspect or modify QGIS projects from the terminal through the real QGIS runtime. Requirements QGIS installed with qgis_process on PATH PyQGIS importable from the Python environment running the CLI Python 3.10+ Agent guidance Prefer --json for all machine-driven use. For one-shot commands, pass --project <path> when operating on an existing project. Running cli-anything-qgis with no subcommand starts a stateful REPL. Layout export is backed by real QGIS processing algorithms: native:printlayouttopdf native:printlayouttoimage What this CLI covers create, open, save, and inspect .qgs / .qgz projects create writable GeoPackage-backed vector layers add features via WKT geometry and typed key=value attributes create print layouts and add map/label items export layouts to PDF or image inspect and run generic qgis_process algorithms inspect session status and history Command groups project new -o/--output [--title] [--crs] open PATH save [PATH] info set-crs CRS layer create-vector --name --geometry --crs [--field name:type ...] list info LAYER remove LAYER feature add --layer LAYER --wkt WKT [--attr key=value ...] list --layer LAYER [--limit N] layout create --name [--page-size] [--orientation] list info LAYOUT remove LAYOUT add-map --layout LAYOUT --x --y --width --height [--extent xmin,ymin,xmax,ymax] add-label --layout LAYOUT --text TEXT --x --y --width --height [--font-size N] export presets pdf OUTPUT --layout LAYOUT [--dpi] [--force-vector] [--force-raster] [--georeference/--no-georeference] [--overwrite] image OUTPUT --layout LAYOUT [--dpi] [--overwrite] process list help ALGORITHM_ID run ALGORITHM_ID [--param KEY=VALUE ...] session status history [--limit N] Examples Create a project and add a writable layer cli-anything-qgis --json project new -o demo.qgz --title "Demo" --crs EPSG:4326 cli-anything-qgis --json --project demo.qgz layer create-vector \ --name places \ --geometry point \ --field name:string \ --field score:int Add features and inspect them cli-anything-qgis --json --project demo.qgz feature add \ --layer places \ --wkt "POINT(1 2)" \ --attr name=HQ \ --attr score=5 cli-anything-qgis --json --project demo.qgz feature list --layer places -- limit 10 Create and export a layout cli-anything-qgis --json --project demo.qgz layout create --name Main cli-anything-qgis --json --project demo.qgz layout add-map --layout Main --x 10 --y 20 --width 180 --height 120 cli-anything-qgis --json --project demo.qgz layout add-label --layout Main --text "Demo map" --x 10 --y 8 --width 100 --height 10 cli-anything-qgis --json --project demo.qgz export pdf output.pdf --layout Main --overwrite Inspect or run processing algorithms cli-anything-qgis --json process help native:buffer cli-anything-qgis --json --project demo.qgz process run native:buffer \ --param INPUT=/tmp/demo_data.gpkg|layername=places \ --param DISTANCE=1 \ --param SEGMENTS=8 \ --param END_CAP_STYLE=0 \ --param JOIN_STYLE=0 \ --param MITER_LIMIT=2 \ --param DISSOLVE= false \ --param OUTPUT=/tmp/buffer.geojson REPL cli-anything-qgis Example interactive flow: project new -o demo.qgz --title "Demo" layer create-vector --name places --geometry point --field name:string feature add --layer places --wkt "POINT(1 2)" --attr name=HQ layout create --name Main session status quit
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。