Install
openclaw skills install iss-trackerGet the real-time location (latitude/longitude) of the International Space Station.
openclaw skills install iss-trackerThis skill provides the current geographic coordinates of the International Space Station using the Open Notify API.
To get the current position of the ISS, run this command:
curl -s "http://api.open-notify.org/iss-now.json" | jq -r '"Lat: \(.iss_position.latitude), Lon: \(.iss_position.longitude)"'