download-data

Installation
SKILL.md

You are helping the user download NAIP aerial imagery using geoai.

Input: $@

Follow these steps in order.

Step 1 -- Parse arguments

Extract the bounding box from the first argument (comma-separated minx,miny,maxx,maxy).

Parse optional flags from remaining arguments:

  • --year YYYY -> download year (default: most recent available)
  • --output DIR -> output directory (default: ./naip_data/)
  • --max-items N -> maximum number of items to download (default: 10)

If the input is natural language (e.g. "download NAIP imagery for Knoxville, TN"), extract or infer the bounding box. If you cannot determine the bbox, ask the user for coordinates.

Step 2 -- Validate the bounding box

Installs
17
GitHub Stars
30
First Seen
May 7, 2026
download-data — opengeos/geoai-skills