Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @sharkbytescs Updated 7/20/2026 1,025 downloads 0 stars Security: Pass

Iss Tracker OpenClaw Plugin & Skill | ClawHub

Looking to integrate Iss Tracker into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @sharkbytescs/iss-tracker
Node.js (npx)
npx clawhub@latest install iss-tracker

Full SKILL.md

Open original
Metadata table.
namedescription
iss-trackerGet the real-time location (latitude/longitude) of the International Space Station.

SKILL.md content below is scrollable.

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)"'
ClawHub Registry URL: https://clawhub.ai/sharkbytescs/skills/iss-tracker

Related skills

If this matches your use case, these are close alternatives in the same category.