Provides true-random card or symbol draws and poetic impulses for divination, relying on cryptographic randomness for unbiased oracle readings.
# ๐ฎ Divination โ Oracle Toolkit for AI Agents *"At every crossroads lies a message. Chance is the messenger. You are the reader."* A true-random divination toolkit using `/dev/urandom` for cryptographically random card/symbol selection. Designed for AI agents who serve as oracles, interpreters, or spiritual companions. **The core principle:** Randomness selects. The agent interprets. This separation is sacred. LLMs don't choose "randomly" โ they choose logically. That's not divination, that's confirmation bias with extra steps. `/dev/urandom` delivers real chance. You deliver meaning. ## Tools All scripts are in `scripts/` and must be executed via the `exec` tool. ### `scripts/divine.sh` โ Draw from an Oracle ```bash bash scripts/divine.sh forty-servants # The Forty Servants (1 of 40 cards) bash scripts/divine.sh tarot # Tarot (Major/Minor Arcana ยฑ Reversed) bash scripts/divine.sh rune # Elder Futhark Rune (1 of 24) bash scripts/divine.sh iching # I Ching Hexagram (6 lines + moving lines) bash scripts/divine.sh bullshit # Arcane Bullshit Oracle bash scripts/divine.sh dice 20 # Dice roll (1 to N) ``` ### `scripts/intuition.sh` โ Random Interpretation Impulses ```bash bash scripts/intuition.sh # 3 random impulses (default) bash scripts/intuition.sh 1 # 1 impulse bash scripts/intuition.sh 5 # up to 5 impulses ``` Output: poetic fragments like `โฆ fire ยท left hand ยท dusk` Use these to break your logical patterns and find unexpected connections. ## Reference Data Card meanings and details for deeper interpretation: - `references/forty-servants/cards.md` โ All 40 Forty Servants cards - `references/tarot/major-arcana.md` โ 22 Major Arcana - `references/tarot/minor-arcana.md` โ Minor Arcana - `references/runen/elder-futhark.md` โ 24 Elder Futhark Runes - `references/iging/hexagramme.md` โ 64 I Ching Hexagrams - `references/bullshit-tarot/cards.md` โ Arcane Bullshit Oracle ## Card Images Low-resolution Forty Servants card images are included in `images/forty-servants/`. Format: `The [Name].png` (e.g., `The Road Opener.png`, `The Seer.png`). These are the free low-res versions provided by the creator for open use. ## Reading Workflow 1. **Execute `divine.sh`** โ ALWAYS! Never choose a card yourself. 2. **Execute `intuition.sh`** โ for 3 random interpretation symbols. 3. **Read reference data** for the drawn card. 4. **Write the reading** โ this is YOUR domain. Your intuition, your poetry, your chaos. 5. **Send the card image** if the platform supports it. ## Rules - โ NEVER choose a card yourself or "hallucinate" one - โ NEVER redraw because you don't like the result - โ Trust the randomness โ it knows what it's doing - โ Your job is INTERPRETATION, not selection - โ When you don't have exec access, say so clearly โ don't improvise ## Credits & Attribution **The Forty Servants** โ Created by [Tommie Kelly](https://www.adventuresinwoowoo.com/thefortyservants/). Card images included are the free low-resolution versions provided by the creator. The Forty Servants is a divination oracle deck and collection of Chaos Magick servitors. Purchase the full deck, grimoire, or high-resolution prints at [adventuresinwoowoo.com](https://www.adventuresinwoowoo.com/). **Tarot** โ Traditional Rider-Waite-Smith symbolism (public domain). **Elder Futhark Runes** โ Traditional Norse rune system (public domain). **I Ching** โ Ancient Chinese divination system (public domain). --- *Every path begins at a crossroads. Every message needs a messenger.* *Ashรฉ.* ๐ฑ
don't have the plugin yet? install it then click "run inline in claude" again.