🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

ISS Tracker

by @sharkbytescs

Get the real-time location (latitude/longitude) of the International Space Station.

Versionv1.0.0
Downloads1,203
TERMINAL
clawhub install iss-tracker

πŸ“– About This Skill


name: iss-tracker description: Get the real-time location (latitude/longitude) of the International Space Station. bins: ["curl", "jq"]

ISS Tracker

This skill provides the current geographic coordinates of the International Space Station using the Open Notify API.

Current Location

To get the current position of the ISS, run this command: ```bash curl -s "http://api.open-notify.org/iss-now.json" | jq -r '"Lat: \(.iss_position.latitude), Lon: \(.iss_position.longitude)"'