← 返回 Skills 市场
160
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install neomano-astro-events
功能描述
Provides local astronomical visibility including moon phase, rise/set times, planet viewing windows, and optional ISS pass predictions by location and date.
安全使用建议
This skill appears coherent and does what it claims, but be aware it will: (1) create a local .venv and pip-install skyfield/pytz from PyPI (standard supply-chain risk — consider pinning versions or inspecting packages), and (2) perform outbound HTTPS downloads to fetch the DE421 ephemeris via Skyfield and ISS TLE from celestrak.org. If you need stricter control, run it in an isolated environment, pre-download and pin the ephemeris/TLE files, or review/verify the exact Skyfield download sources before first run.
功能分析
Type: OpenClaw Skill
Name: neomano-astro-events
Version: 0.1.0
The neomano-astro-events skill is a legitimate astronomy helper that calculates celestial events locally using the Skyfield library. It performs disclosed network requests to fetch public astronomical datasets from Celestrak (celestrak.org) and JPL, which is standard behavior for the library. The scripts (bootstrap_venv.py, events.py, run.py) follow transparent patterns for environment setup and execution without any indicators of data exfiltration, persistence, or malicious intent.
能力评估
Purpose & Capability
The name/description match the code: moon phases, rise/set, planet windows, and ISS passes. The skill requires only Python and Skyfield; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and the scripts constrain actions to creating a local venv, installing dependencies, computing astronomy events, and fetching two public datasets (JPL ephemeris via Skyfield and ISS TLE from Celestrak). The instructions do not access unrelated files, env vars, or external endpoints beyond those stated.
Install Mechanism
There is no registry install spec; bootstrap_venv uses Python venv and pip to install skyfield and pytz from PyPI. This is expected for a Python tool but carries standard supply-chain/network risk (untrusted PyPI packages, outbound downloads).
Credentials
No environment variables, secrets, or unrelated service credentials are requested. The code does perform network downloads of public data but does not send user coordinates or other secrets to third parties.
Persistence & Privilege
The skill is not always-on, does not modify other skills or global agent settings, and only creates a local .venv directory for its runtime; no excessive privileges requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neomano-astro-events - 安装完成后,直接呼叫该 Skill 的名称或使用
/neomano-astro-events触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: locally computed moon/planet visibility + twilight window + ISS passes. No paid APIs; only public datasets (JPL DE421 + Celestrak TLE).
元数据
常见问题
Neomano Astro Events (Local Sky + ISS) 是什么?
Provides local astronomical visibility including moon phase, rise/set times, planet viewing windows, and optional ISS pass predictions by location and date. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。
如何安装 Neomano Astro Events (Local Sky + ISS)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neomano-astro-events」即可一键安装,无需额外配置。
Neomano Astro Events (Local Sky + ISS) 是免费的吗?
是的,Neomano Astro Events (Local Sky + ISS) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Neomano Astro Events (Local Sky + ISS) 支持哪些平台?
Neomano Astro Events (Local Sky + ISS) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Neomano Astro Events (Local Sky + ISS)?
由 elandivar(@elandivar)开发并维护,当前版本 v0.1.0。
推荐 Skills