iss-tracker

star 7

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

modbender By modbender schedule Updated 3/6/2026

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:

curl -s "http://api.open-notify.org/iss-now.json" | jq -r '"Lat: \(.iss_position.latitude), Lon: \(.iss_position.longitude)"'
Install via CLI
npx skills add https://github.com/modbender/skill-library-mcp --skill iss-tracker
Repository Details
star Stars 7
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator