# Iss Tracker

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

- Skill: `javimosch/iss-tracker` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/iss-tracker`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/iss-tracker/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/iss-tracker

---


# 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)"'

