divination

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

A command-line tool for tarot readings, I Ching casts, source inspection, and symbolic reflection. The I Ching is a traditional Chinese divination text, while tarot uses cards for symbolic readings.

In plain words
What is it for?
Use it for tarot draws, I Ching readings, source-availability checks, provenance details, brainstorming themes, or reflective prompts.
Why use it?
It provides a repeatable way to run symbolic sessions and report where the reading came from, including whether quantum randomness was used.

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 for tarot draws, I Ching readings, source-availability checks, provenance details, brainstorming themes, or reflective prompts.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/amenti-labs/opendivination/divination/github.svg)](https://agentmods.dev/skills/amenti-labs/opendivination/divination)
Your own site
<a href="https://agentmods.dev/skills/amenti-labs/opendivination/divination"><img src="https://agentmods.dev/badge/skills/amenti-labs/opendivination/divination/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for divination

Your own site · 80×15
<a href="https://agentmods.dev/skills/amenti-labs/opendivination/divination"><img src="https://agentmods.dev/badge/skills/amenti-labs/opendivination/divination.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,930 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.00029 $0.01930
Opus 5 $0.00015 $0.00965
Sonnet 5 $0.00006 $0.00386
Haiku 4.5 $0.00003 $0.00193

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

Security

Grade A, and why

divination 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/SKILL.md · 240 lines

How it starts

The opening of the file, as written. The whole thing — 240 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Divination

Use OpenDivination through its CLI.

This skill supports two modes:

  • standard human/LLM divination sessions
  • agent self-reflection for symbolic brainstorming, theme-finding, or purpose-oriented exploration

Default to the bundled helper:

python3 scripts/run_opendivination.py ...

Prefer --json for agent use.

Stable default behavior:

  • use csprng unless the user explicitly asks for QRNG
  • use standard selection mode unless the user explicitly asks for resonance
  • use resonance only when an embedding provider is actually available
  • use divination-setup when the user wants installation, persistent source selection, or QRNG credential storage

Use When

  • the user wants a tarot draw
  • the user wants an I Ching cast
  • the user wants source availability
  • the user wants provenance showing source id and quantum status
  • the user wants a standard human/LLM divination session
  • the user explicitly wants divination, an oracle, a reading, a cast, a pull, a spread, a hexagram, or symbolic guidance
  • the user wants reflective guidance framed symbolically rather than factual analysis
  • the user wants a contemplative prompt for intention-setting, journaling, or decision reflection
  • the user is asking an open-ended personal, relational, spiritual, creative, or life-direction question
  • the user is uncertain, blocked, conflicted, or trying to make meaning from a situation
  • the user wants brainstorming, theme-finding, or symbolic prompts for writing or art
  • the agent is intentionally using divination as its own symbolic thinking aid for brainstorming or purpose-finding
  • the task is human-centered and ambiguous enough that an oracle-style reflection would plausibly help

Use divination-setup instead when the user wants first-run installation, environment preparation, saved QRNG credentials, or a persistent default source.

Default Commands

Tarot:

python3 scripts/run_opendivination.py draw tarot --source csprng --json

Tarot resonance: Only after embedding setup. Prefer the explicit form in the Resonance section below.

Read the full file on GitHub · 240 lines

Files

What ships with it

4 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 · 240 lines · 29 tokens per session scan A be36fbcd5165

Subscribe to this mod's changes

divination is a skill published in the GitHub repository amenti-labs/opendivination (1 stars, last pushed 5mo ago), licensed MIT. It adds 29 tokens to every session and 1,930 once invoked, about $0.0001 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

baoyu-comic

A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.

JimLiu/baoyu-skills · 61 tokens

baoyu-danger-gemini-web

Generates images and text via reverse-engineered Gemini Web API. Supports text generation, image generation from prompts, reference images for vision input, and multi-turn conversations. Use when other skills need image generation backend, or when user requests "generate image with Gemini", "Gemini text generation"…

JimLiu/baoyu-skills · 74 tokens

create-video-seedance-2-fal

Generate a single 4-15s vertical video clip with ByteDance Seedance 2.0 reference-to-video via fal.ai. Multi-image reference (avatar + product + setting), native lip-synced VO + ambient audio (generate-audio on by default), internal multi-cut handling within one render. Routes through the GooseWorks FAL proxy (bills…

gooseworks-ai/goose-skills · 117 tokens

create-workflow-diagram

Create FigJam/Miro-style workflow diagrams as high-quality PNG images from plain-text workflow descriptions. Renders beautiful HTML diagrams with connected nodes, arrows, and labels, then screenshots them for sharing.

gooseworks-ai/goose-skills · 45 tokens

create-chatgpt-mockup

Render pixel-accurate ChatGPT mobile (iOS) screen mockups in light mode from a thread JSON. Supports user text bubbles, user image attachments, assistant markdown prose, citation chips, the OpenAI spiral logo, the Apps-SDK GPT chip in the composer, and three header styles (model-tag, plain title, "Get Plus"). Fixed…

gooseworks-ai/goose-skills · 90 tokens

render-cosmic-mythology-voiceover

Assemble a cosmic-mythology-voiceover reel from a config — a warm spoken voiceover carries the whole narrative while N curated cosmic stills are weighted beat-synced across the delivered VO duration (cutdur = VOdur times weight over the weight sum, so emotional beats hold longer), Ken-Burns-zoomed per still (scale 2x…

gooseworks-ai/goose-skills · 223 tokens