divination-setup

divination-setup is a skill for Claude Code, Codex from amenti-labs/opendivination. It costs 61 tokens per session (1,126 once invoked), scanned A, original, MIT.

A setup helper for OpenDivination, a command-line tool for divination readings that can use random or hardware-based sources. It installs or updates the tool, checks that it works, and configures an initial source.

In plain words
What is it for?
Use it to install or update OpenDivination, create a persistent default source, save an ANU or Outshift QRNG key, prepare QCicada or another local hardware source, and verify prerequisites.
Why use it?
It removes the manual work of preparing OpenDivination before its first use, including credentials and source selection. It also helps check whether required QRNG or hardware resources are ready.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also agents/openai.yaml present. Also seen: built for openclaw.

Good fit Use it to install or update OpenDivination, create a persistent default source, save an ANU or Outshift QRNG key, prepare QCicada or another local hardware source, and verify prerequisites.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amenti-labs/opendivination/divination-setup
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.

Any agent
npx skills add amenti-labs/opendivination --skill divination-setup
Clone the repo
git clone --depth 1 https://github.com/amenti-labs/opendivination

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for divination-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/amenti-labs/opendivination/divination-setup.svg)](https://agentmods.dev/skills/amenti-labs/opendivination/divination-setup)
Your own site
<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>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,126 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00061 $0.01126
Opus 5 $0.00030 $0.00563
Sonnet 5 $0.00012 $0.00225
Haiku 4.5 $0.00006 $0.00113

Measured 8d ago against content hash 7c0081212c98, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/run_opendivination.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/divination-setup/SKILL.md · 161 lines

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 upgrade when uv is available
  • keep csprng as the default unless the user explicitly chooses QRNG or local hardware
  • prefer outshift over anu when the user wants a remote QRNG and has no strong preference
  • prefer qcicada over openentropy when the user wants the strongest explicit local quantum path
  • never imply quantum entropy when the configured source is still csprng

Setup Flow

  1. Preflight
python3 --version
which opendivination || true

If OpenDivination is already installed, verify it:

opendivination version
python3 scripts/run_opendivination.py --check
  1. 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:

Read the full file on GitHub · 161 lines

Files

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.

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. 8d ago First seen · 161 lines · 61 tokens per session scan A 7c0081212c98

Subscribe to this mod's changes

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.

Related

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.

sapuyou45-bit/oraclebone · 49 tokens

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.

sapuyou45-bit/oraclebone · 48 tokens

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.

sapuyou45-bit/oraclebone · 42 tokens

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.

sapuyou45-bit/oraclebone · 47 tokens

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.

shaozhengkun123/yarrow · 137 tokens

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…

K-Dense-AI/scientific-agent-skills · 83 tokens