thoth-cli

A command-line tool for astrology, tarot, gematria, and numerology. It calculates astrology positions and other results, while tarot draws use cryptographic randomness.

In plain words
What is it for?
Use it to generate natal charts, transit readings, electional timing, solar returns, synastry, tarot draws, gematria values, and numerology results.
Why use it?
It provides calculated or randomly drawn inputs for interpretations instead of relying on made-up positions, cards, or numbers.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/aklo360/thoth-cli/thoth-cli
Any agent
npx skills add aklo360/thoth-cli --skill thoth-cli
Clone the repo
git clone --depth 1 https://github.com/aklo360/thoth-cli

Made for: Claude Code, Codex.

Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 972 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00062 $0.00972
Opus 5 $0.00031 $0.00486
Sonnet 5 $0.00012 $0.00194
Haiku 4.5 $0.00006 $0.00097

Measured yesterday against content hash 22fad3480bdb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

thoth-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/thoth-cli/SKILL.md · 129 lines

How it starts

The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.

thoth-cli — Hermetic Divination Tools

𓅝 v0.2.26 | Swiss Ephemeris • secrets.SystemRandom • Classical Gematria • Pythagorean Numerology

Source: https://github.com/aklo360/thoth-cli
npm: https://www.npmjs.com/package/thoth-cli
Website: https://thothcli.com

⚖️ GOLDEN RULE

NEVER fabricate planetary positions, card draws, or calculated values. Run the CLI first, then interpret.

CLI = DATA (empirical)    →    Agent = INTERPRETATION (Hermetic)

Installation

npm install -g thoth-cli

The package is published on npm by aklo360. Verify at: https://www.npmjs.com/package/thoth-cli


Astrology

Natal Chart

thoth chart --date 1879-03-14 --time 11:30 --city "Ulm" --nation DE

Transits

thoth transit --natal-date 1879-03-14 --natal-time 11:30 --city "Ulm" --nation DE

Electional (Optimal Timing)

thoth electional --start 2026-03-15 --end 2026-04-15
thoth electional --start 2026-03-15 --end 2026-04-15 --city "NYC" --nation US --json

Outputs: VOC Moon, retrogrades, aspects, quality scores (excellent/good/challenging)

Returns

thoth solar-return --natal-date 1879-03-14 --natal-time 11:30 --city "Ulm" --nation DE --year 2026
thoth lunar-return --natal-date 1879-03-14 --natal-time 11:30 --city "Ulm" --nation DE --year 2026 --month 3

Relationships

thoth synastry --date1 ... --date2 ...
thoth composite --date1 ... --date2 ...
thoth score --date1 ... --date2 ...

Other

thoth horary --question "Should I?" --city "NYC"
thoth moon -e
thoth ephemeris --body pluto
thoth ephemeris-multi --bodies sun,moon,mercury --from 2026-03-01 --to 2026-03-31
thoth transit-scan --natal-date ... --start-year 2026 --end-year 2027

Tarot

thoth tarot                   # Single card
thoth tarot -s 3-card         # Past/Present/Future
thoth tarot -s celtic         # Celtic Cross (10)
thoth tarot -q "Question?"    # With context
thoth tarot-card "The Tower"  # Card lookup
thoth tarot-spreads           # List spreads

Read the full file on GitHub · 129 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 129 lines · 62 tokens per session scan A 22fad3480bdb

Subscribe to this mod's changes

thoth-cli is a skill published in the GitHub repository aklo360/thoth-cli (5 stars, last pushed 1mo ago), licensed MIT. It adds 62 tokens to every session and 972 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.