numerologylisted
Install: claude install-skill samarth1106/vedic-astrology-skill
# Numerology (Ank Jyotish)
Offline numerology calculator. All math runs locally in pure Python — **only the
standard library, no ephemeris, no API keys, no network**. This module inherits
the repository's **AGPL-3.0** license.
> **Disclaimer — state this to the user when presenting results.** This skill is
> for cultural, educational, and entertainment purposes only. It is **not
> predictive** and must not be used for medical, financial, legal, or other
> consequential decisions.
## Required & optional inputs
| Input | Format | Required | Notes |
|-------|--------|----------|-------|
| Date | `YYYY-MM-DD` | **Yes** | Date of birth. Drives Moolank, Bhagyank, Lo Shu. |
| Name | `"Full Name"` | No | Enables Naamank, compatibility, name-correction. |
| Year | `YYYY` | No | Enables the personal-year theme. |
Only the date is required. Everything else degrades gracefully when omitted.
## The two name-number systems
- **Chaldean** — ancient system, values 1–8 only (no letter is assigned 9).
Reports the *compound* number first, then reduces to a single digit.
- **Pythagorean** — modern A=1…I=9, J=1…R=9, S=1…Z=8 system.
Default `--system both` reports both. The first requested system is used for the
compatibility and name-correction logic.
## Routing — running the script
One script, `scripts/numerology.py`. It prints a clean text report by default and
accepts `--json` for machine-readable output.
```bash
cd scripts
# Full report (date + name + personal year, both syst