Get the real-time location (latitude/longitude) of the International Space Station.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill iss-tracker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Iss Tracker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-iss-tracker)More formats (shields.io, HTML) on the badges page.
---
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)"'
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!