Install
openclaw skills install neomano-astro-eventsProvides local astronomical visibility including moon phase, rise/set times, planet viewing windows, and optional ISS pass predictions by location and date.
openclaw skills install neomano-astro-eventslat, lon (or city).Create venv and install deps:
python3 {baseDir}/scripts/bootstrap_venv.py
Note: the .venv/ directory is intentionally not shipped in the skill package; each user creates it locally.
python3 {baseDir}/scripts/run.py tonight --lat -2.039958 --lon -79.892266 --tz "America/Guayaquil"
python3 {baseDir}/scripts/run.py next --lat -2.039958 --lon -79.892266 --tz "America/Guayaquil" --days 7
This skill computes everything locally.