Divination tools for the terminal
Astrology, tarot, gematria, numerology: Thoth CLI
Real ephemeris calculations. Cryptographic randomness for tarot. Classical gematria systems. All from your terminal.
npm install -g thoth-cliTarot uses secrets.SystemRandom for true cryptographic entropy.
Install
npm, pnpm, or bun. Node ≥ 20.
Package managers
npm install -g thoth-clipnpm add -g thoth-clibun add -g thoth-cliOne-shot (no install)
npx thoth-cli moonnpx thoth-cli tarotHow it works
Real calculations, real randomness.
Swiss Ephemeris
Cryptographic shuffling
secrets.SystemRandom — true entropy from the OS, not pseudo-random.Classical correspondences
Features
Four complete divination systems.
Astrology
Natal charts, transits, synastry, composite, solar/lunar returns, progressions, horary.
Tarot
Single card, 3-card, Celtic Cross, horseshoe, relationship spreads. True cryptographic shuffling.
Gematria
Hebrew, Greek, and English systems. Compare words, lookup numbers, find correspondences.
Numerology
Life Path, Expression, Soul Urge, Personality. Personal Year/Month/Day cycles.
Examples
Commands you'll actually use.
Natal chart
thoth chart --date 1879-03-14 --time 11:30 --city "Ulm" --nation DECurrent transits
thoth transit --natal-date 1879-03-14 --natal-time 11:30 --city "Ulm" --nation DETarot reading
thoth tarot -s celtic -q "What should I focus on?"Gematria
thoth gematria "Hello World"thoth gematria-lookup 26Numerology
thoth numerology --date 1879-03-14 --name "Albert Einstein"Moon phase
thoth moonFor AI Agents
Instant onboarding for Claude Code, OpenClaw, and other AI agents.
Point your agent to the skill file for complete thoth-cli instructions:
https://thothcli.com/skill.mdRaw markdown file with all commands, ACP services, and the golden rule: CLI provides DATA, agent provides INTERPRETATION.
View skill.md →