install-geoai

Installation
SKILL.md

Arguments: $@

Step 1 -- Check if geoai is importable

python3 -c "import geoai; print(f'geoai v{geoai.__version__}')"
  • Success -> report the version and continue to Step 2 if --check or --extras was passed, otherwise stop.
  • ImportError -> go to Step 3.

Step 2 -- Check optional dependencies

If --check is present in $@, run a comprehensive dependency check:

Installs
15
GitHub Stars
30
First Seen
May 7, 2026
install-geoai — opengeos/geoai-skills