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.
npx skills add amenti-labs/opendivination --skill divination-setupgit clone --depth 1 https://github.com/amenti-labs/opendivinationWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/amenti-labs/opendivination/divination-setup)<a href="https://agentmods.dev/skills/amenti-labs/opendivination/divination-setup"><img src="https://agentmods.dev/badge/skills/amenti-labs/opendivination/divination-setup.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00061 | $0.01126 |
| Opus 5 | $0.00030 | $0.00563 |
| Sonnet 5 | $0.00012 | $0.00225 |
| Haiku 4.5 | $0.00006 | $0.00113 |
Grade A, and why
divination-setup 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 8d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 161 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Divination Setup
Install and configure OpenDivination.
Prefer the bundled helper after the CLI is available:
python3 scripts/run_opendivination.py --check
Use When
- the user wants to install or update OpenDivination
- the user wants to set up the divination skill bundle for first use
- the user wants to run
opendivination setup - the user wants a persistent default source
- the user wants to save an ANU or Outshift API key
- the user wants to prepare QCicada or another local hardware source
- the user wants to verify whether QRNG, hardware, or resonance prerequisites are ready
Use divination instead when the CLI is already ready and the user just wants a draw, cast, or
source inspection.
Working Style
- keep going unless a real user choice is required
- prefer fixing environment issues directly over telling the user to do it
- prefer
uv tool install/uv tool upgradewhenuvis available - keep
csprngas the default unless the user explicitly chooses QRNG or local hardware - prefer
outshiftoveranuwhen the user wants a remote QRNG and has no strong preference - prefer
qcicadaoveropenentropywhen the user wants the strongest explicit local quantum path - never imply quantum entropy when the configured source is still
csprng
Setup Flow
- Preflight
python3 --version
which opendivination || true
If OpenDivination is already installed, verify it:
opendivination version
python3 scripts/run_opendivination.py --check
- Install or update the CLI
Preferred path with uv:
uv tool install opendivination
uv tool upgrade opendivination
Published CLI:
python3 -m pip install pipx
python3 -m pipx install opendivination
python3 -m pipx upgrade opendivination
GitHub fallback:
python3 -m pipx install git+https://github.com/amenti-labs/opendivination.git
Local repo:
python3 -m pip install -e ".[dev]"
If pipx is unavailable and a regular Python install is acceptable:
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 161 lines · 61 tokens per session scan A 7c0081212c98
divination-setup is a skill published in the GitHub repository amenti-labs/opendivination (1 stars, last pushed 5mo ago), licensed MIT. It adds 61 tokens to every session and 1,126 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.
Other skills, from other repositories
bazi
A guided BaZi, or Four Pillars, reading method based on a person's Gregorian birth date and exact birth time. BaZi is a Chinese astrology system that maps the birth moment to symbolic pillars, elements, and related patterns.
iching
A guided method for using the I Ching, an ancient Chinese text and system of 64 hexagrams, to reflect on change, timing, tension, and response. It can interpret six line values supplied by the user or perform a coin-style cast.
tarot
Use when the user asks for tarot, a card pull, a card reading, symbolic reframing, decision reflection, creative blocks, project reflection, or interpretation of a user-provided tarot draw.
xiaoliuren
A guided method for Xiao Liu Ren, a traditional Chinese symbolic timing practice using positions calculated from lunar month, day, and hour inputs. It presents the result as lightweight reflection rather than certainty.
yarrow
An I-Ching consultation tool. The I-Ching, or Book of Changes, is a Chinese divination text; this tool casts a hexagram and explains it using several classical and modern sources.
exploratory-data-analysis
Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…