← 返回 Skills 市场
ISS Tracker
作者
shark bytes
· GitHub ↗
· v1.0.0
538
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install iss-tracker
功能描述
Get the real-time location (latitude/longitude) of the International Space Station.
使用说明 (SKILL.md)
\r \r
ISS Tracker\r
\r This skill provides the current geographic coordinates of the International Space Station using the Open Notify API.\r \r
Current Location\r
To get the current position of the ISS, run this command:\r
curl -s "http://api.open-notify.org/iss-now.json" | jq -r '"Lat: \(.iss_position.latitude), Lon: \(.iss_position.longitude)"'\r
安全使用建议
This skill is small and coherent: it simply queries an external public API for the ISS position. Before installing, make sure the agent environment has curl and jq available (SKILL.md lists them); confirm you are comfortable the agent can make outbound HTTP requests to api.open-notify.org (note the endpoint is plain HTTP). No credentials or sensitive data are requested. If you need encrypted transport, consider routing via an HTTPS proxy or verifying an HTTPS mirror of the API.
功能分析
Type: OpenClaw Skill
Name: iss-tracker
Version: 1.0.0
The skill bundle is benign. It fetches the current location of the International Space Station from the legitimate `api.open-notify.org` API using `curl` and parses the JSON output with `jq`. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection, or obfuscation in `SKILL.md` or `_meta.json`.
能力评估
Purpose & Capability
The name and description match the instructions: the SKILL.md uses the Open Notify API to return ISS latitude/longitude. The only minor inconsistency is that the registry metadata earlier reported no required binaries, while the SKILL.md declares bins: ["curl","jq"]. Requiring curl and jq is reasonable for this task.
Instruction Scope
Instructions are narrow and explicit: run curl against http://api.open-notify.org/iss-now.json and pipe to jq to format output. The skill does not attempt to read files, environment variables, or other system state.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing will be written to disk by the skill itself. Low install risk.
Credentials
The skill requests no credentials, no config paths, and only needs curl and jq to be present. This is proportionate to its purpose.
Persistence & Privilege
always is false and the skill does not ask for any special persistent privileges or modify other skills/configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install iss-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/iss-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of ISS Tracker skill.
- Fetches real-time latitude and longitude of the International Space Station.
- Uses the Open Notify API for location data.
- Requires curl and jq for retrieving and formatting output.
元数据
常见问题
ISS Tracker 是什么?
Get the real-time location (latitude/longitude) of the International Space Station. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 538 次。
如何安装 ISS Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install iss-tracker」即可一键安装,无需额外配置。
ISS Tracker 是免费的吗?
是的,ISS Tracker 完全免费(开源免费),可自由下载、安装和使用。
ISS Tracker 支持哪些平台?
ISS Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ISS Tracker?
由 shark bytes(@sharkbytescs)开发并维护,当前版本 v1.0.0。
推荐 Skills