h-jessen30 downloadsA tarot reading drawn from a real, complete deck and interpreted fresh against your own vault's content — not a lookup table, not generic tarot copy.
Available in Obsidian's Community Plugins directory — install directly from Settings → Community plugins → Browse, or search "Second-Brain Tarot".
An Obsidian plugin that draws a real, complete 78-card tarot deck and interprets it fresh against your own vault's content — not generic tarot-book copy, not a fixed lookup table.
Each reading loads relevant context from your vault (via Obsidian's own
app.vault/metadata APIs — always the vault you actually have open) and sends it,
along with your card draw, to an AI provider of your choice. The model is asked to
ground each card's reading in something real and specific from your notes, the way an
attentive reader listens to a client's actual situation rather than reciting a book.
[[wikilinks]], either as a new note or appended into the
currently-open one.<your-vault>/.obsidian/plugins/second-brain-tarot/.Your API key is stored locally in this vault's plugin settings, in plain text — the same convention most Obsidian AI-integration plugins use. It is not encrypted.
data.json. Once installed, your key is stored,
unencrypted, at <your-vault>/.obsidian/plugins/second-brain-tarot/data.json. If
you track your vault (or .obsidian/) in git, add that path to your .gitignore —
don't commit it.All 78 cards use scans of the 1909 Pamela Colman Smith / Rider-Waite-Smith deck,
sourced from Wikimedia Commons' Pictorial Key to the Tarot collection
(assets/cards/). Public domain: the work's copyright term (life of the author plus
70 years) has expired in its country of origin, and it was published before January
1, 1931, placing it in the public domain in the United States as well.
npm install
npm run dev # watch build
npm run build # typecheck + production build
main.ts is the plugin entry point; src/ holds the deck data, spreads, draw logic,
vault-context loading, the AI provider adapters (src/providers/), and the custom
view.