← Back to Skills Marketplace
elandivar

Neomano Astro Events (Local Sky + ISS)

by elandivar · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
160
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install neomano-astro-events
Description
Provides local astronomical visibility including moon phase, rise/set times, planet viewing windows, and optional ISS pass predictions by location and date.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install neomano-astro-events
  3. After installation, invoke the skill by name or use /neomano-astro-events
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: locally computed moon/planet visibility + twilight window + ISS passes. No paid APIs; only public datasets (JPL DE421 + Celestrak TLE).
Metadata
Slug neomano-astro-events
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.

How do I install Neomano Astro Events (Local Sky + ISS)?

Run "/install neomano-astro-events" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Neomano Astro Events (Local Sky + ISS) free?

Yes, Neomano Astro Events (Local Sky + ISS) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Neomano Astro Events (Local Sky + ISS) support?

Neomano Astro Events (Local Sky + ISS) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Neomano Astro Events (Local Sky + ISS)?

It is built and maintained by elandivar (@elandivar); the current version is v0.1.0.

💬 Comments