Install
openclaw skills install astro-synastrySynastry (astrology compatibility) calculation and interpretation — relationship analysis based on two natal charts. Cross-aspects, house overlays, compatibility scores. Requires the astro-natal-chart skill.
openclaw skills install astro-synastryThis skill requires astro-natal-chart — use it to calculate or load natal charts for both partners before running synastry analysis.
For synastry calculation, data for both partners is needed:
If natal chart data is already available in memory (USER.md, cached chart files) — use it directly.
astro-natal-chart skill (scripts/natal_chart_swe.py)scripts/synastry.py# Step 1: Calculate natal charts (via astro-natal-chart skill)
python ../astro-natal-chart/scripts/natal_chart_swe.py DD.MM.YYYY HH:MM City1
python ../astro-natal-chart/scripts/natal_chart_swe.py DD.MM.YYYY HH:MM City2
# Step 2: Calculate synastry
python scripts/synastry.py --chart1 chart1.json --chart2 chart2.json
Or run the agent workflow: calculate both natal charts first, then feed them into synastry.py.
💕 SYNASTRY — Compatibility Report
👤 [Name 1]: [birth date], [birth place]
👤 [Name 2]: [birth date], [birth place]
═══════════════════════════════════════
📊 OVERALL COMPATIBILITY SCORE: [X]/100
═══════════════════════════════════════
🔥 PASSION & PHYSICAL ATTRACTION
Score: [X]/10
[Mars-Venus, Mars-Mars, Venus-Venus, Pluto aspects]
💞 EMOTIONAL COMPATIBILITY
Score: [X]/10
[Moon-Moon, Moon-Sun, Venus-Moon aspects]
🗣️ COMMUNICATION & INTELLECT
Score: [X]/10
[Mercury-Mercury, Mercury-Sun, Mercury-Moon aspects]
🎯 SHARED GOALS & VALUES
Score: [X]/10
[Jupiter-Jupiter, Sun-Sun, MC-MC aspects]
🏠 FAMILY & DOMESTIC LIFE
Score: [X]/10
[4th house, Moon, Venus aspects]
⚡ CONFLICT POINTS
[description of tense aspects: squares, oppositions]
✨ STRENGTHS OF THE PAIR
[description of harmonious aspects: trines, sextiles, conjunctions]
🔑 KEY SYNASTRY ASPECTS:
[table of all cross-aspects]
📋 RECOMMENDATIONS:
[practical advice for low-score areas]
For synastry, orbs are slightly tighter than in natal charts:
| Aspect | Symbol | Orb |
|---|---|---|
| Conjunction | ☌ | ±7° |
| Opposition | ☍ | ±7° |
| Square | □ | ±6° |
| Trine | △ | ±6° |
| Sextile | ✶ | ±4° |
| Semisextile | ⚺ | ±1.5° |
| Quincunx | ⚹ | ±1.5° |
| Semisquare | ∠ | ±1.5° |
When Partner 1 planets fall into Partner 2 houses:
Compatibility score formula (0-100):
This is an entertainment/educational tool, not a scientific method. Do not make life decisions solely based on astrological readings.
astro-natal-chart as a required skill