get-transit

Installation
SKILL.md

Current planetary positions

Read ../../../AGENTS.md.

Use this skill when a user asks what is moving through their chart now or on a specific date.

Inputs

  • Name: a person already saved in persons/<name>/.
  • Date: optional ISO date and time with a timezone; use the current moment when omitted.
  • Chart division: optional; use the main birth chart by default.

From the user's project directory, run the bundled script using its installed skill path. If Ascendant is not installed, install the package first with python3 -m pip install astro-ascendant.

python3 <path-to-get-transit-skill>/scripts/get-transit.py --name "<name>" --date "<date>" --division 1

Leave out --date for the current moment. Use the requested chart division when one is provided.

Installs
4
GitHub Stars
1
First Seen
Jul 19, 2026
get-transit — thaletto/ascendant