Planetary
Calculate planetary positions in the solar system.
Install / Use
npx skills add johntitus/planetaryInstalls into whichever agent you are using.
README
Planetary
Planetary calculates planetary alignments for a given date, as viewed from Earth (geocentric).
Installation
- Install Node, if you haven't already:
http://nodejs.org/
- NPM install Planetary:
npm install planetary
Example
var planetary = require('planetary');
var now = new Date();
var maxSeparation = 8; // maximum degrees of separation of planets. Default is 5.
var alignments = planetary.alignments( now, maxSeparation );
The result is an array of planetary alignments for the given date. Each alignment is, itself, an array, listing the planets in the alignment.
Source
Derived from https://github.com/lhartikk/AstroBuild
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
