一键导入
data-pipeline
Guide agent through geospatial ETL workflows using built-in, learned, and fabricated geo tools
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guide agent through geospatial ETL workflows using built-in, learned, and fabricated geo tools
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | data-pipeline |
| description | Guide agent through geospatial ETL workflows using built-in, learned, and fabricated geo tools |
Use this skill for geospatial ETL tasks: ingest, normalize, convert, reproject, and prepare datasets for analysis.
Start by locating candidate datasets with geo_data_catalog, then inspect them with geo_info and geo_crs_detect.
Before composing a new ETL flow, inspect whether pipelines/geo/ already contains a similar learned sequence for the same transformation goal.
Use geo_process when the workflow needs reprojection, clipping, or batch GDAL/OGR steps.
Use geo_format_convert for direct format changes.
When the pipeline targets PostGIS, inspect the codebook before composing custom SQL:
geo_sql_codebook(action="list", intent="<pipeline validation goal>")
geo_sql_codebook(action="render", pattern="<pattern_name>", values={...})
geo_spatial_query(action="schema")
geo_spatial_query(action="query", sql="SELECT ...")
If the ETL step is repetitive and not covered by learned pipelines or built-in geo tools, fabricate a persistent workspace tool under tools/geo/.