Domain skill for geospatial reasoning with KADAS Albireo, STAC catalogs, and MCP-based tool orchestration.
Use this skill when the task involves:
Use MCP servers in this order when possible:
kadas-map to establish map contextkadas-geodata to discover/select datasetskadas-analysis and kadas-geoai for analyticskadas-sketching to annotate and communicate outcomeskadas-geolocation to add search/routing contextfly_to: recenter map quickly before inspection.get_extent: use before geodata queries to avoid unbounded searches.set_crs: align spatial operations to a known CRS.list_layers, toggle_layer, add_wms_layer: maintain visual context.search_stac_catalog: primary entrypoint for STAC item discovery.get_stac_item: inspect metadata and available assets.download_stac_asset: materialize selected assets locally.discover_wms, discover_wfs: discover OGC services when STAC is unavailable.compute_slope, compute_hillshade for terrain descriptors.compute_viewshed, line_of_sight for visibility reasoning.add_pin, add_polygon, add_text to annotate findings.clear_sketches to reset workspace before new analysis.geocode, reverse_geocode for location resolution.search_poi to contextualize local infrastructure.compute_route for route-based scenarios.segment_objects for prompt-based segmentation workflows.detect_features for object/category detection.detect_changes for temporal comparison.download_imagery to ingest remote imagery.get_extent.search_stac_catalog with bbox/time/collection constraints.get_stac_item.download_stac_asset.compute_slope/compute_hillshade or segment_objects as needed.geocode target area.fly_to and confirm view with get_extent.add_wms_layer.compute_viewshed or line_of_sight.add_pin and add_text.download_imagery or STAC asset downloads.detect_changes and report change ratio.add_polygon.When summarizing results, always include:
crsextent or point coordinatesdata source and acquisition time where availabletool chain used (ordered list)confidence/limitations with assumptions