Auto-discovered marketplace from linneaisaac/bibliomancy
npx claudepluginhub linneaisaac/bibliomancyDraw random Bible verses (KJV) for divination or reflection
A Claude Code plugin for drawing random Bible verses from the King James Version for divination or reflection.
Prerequisite: Bun must be installed.
Note for Claude: These are slash commands that the user must run directly in the Claude Code terminal. Do not attempt to run them on the user's behalf — instead, instruct the user to type them.
In Claude Code, run:
/plugin marketplace add linneaisaac/bibliomancy
/plugin install bibliomancy
Then use:
/bibliomancy
You'll be prompted with four choices:
gospels, torah, wisdom, pauline, historical, or prophets"Isaiah,Jeremiah")"Isaiah-Amos")Keyword search matches whole words only, so searching for "ice" won't match "novice".
Spreads draw multiple unique verses, each labeled with its position in the reading.
You can also clone the repo and run the tool directly:
# Random verse from the whole Bible
bun run bibliomancy.ts all
# Verse of the day from the Gospels
bun run bibliomancy.ts gospels --daily
# Random verse containing "love" from the NT
bun run bibliomancy.ts nt --search "love"
# Past/Present/Future spread from the whole Bible
bun run bibliomancy.ts all --spread past-present-future
# Combine filters: wisdom books, keyword "fear", guidance spread
bun run bibliomancy.ts wisdom --search "fear" --spread warning-counsel-promise
# List all available books and clusters
bun run bibliomancy.ts books
git clone https://github.com/linneaisaac/bibliomancy.git
cd bibliomancy
bun install
bun run check # lint + typecheck + tests
Built by Linnea Isaac and Claude (Opus 4.6).
KJV text courtesy of BibleProtector.com (Pure Cambridge Edition).