Skip to content

bytebase/oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

oracle ๐Ÿ”ฎ

A fortune-cookie-style Claude Code skill. Ask the oracle and it draws a random, playful, encouraging answer of the day from a pre-written pool โ€” bilingual (Chinese / English), auto-detected, and independent of whatever you ask.

oracle = an oracle ๐Ÿ”ฎ, and a pun on the Oracle database.

Installation

Install it from the Claude Code plugin marketplace โ€” no file copying, no dependencies.

In Claude Code, add this repo as a marketplace, then install the plugin:

/plugin marketplace add d-bytebase/oracle
/plugin install oracle@oracle

The plugin bundles everything it needs (SKILL.md + the two answer banks). shuf is used if present and falls back to awk automatically, so macOS works out of the box. Use the /plugin menu to browse, update, or remove installed plugins.

Usage

Plugin skills are namespaced plugin:skill, so the command is /oracle:oracle:

/oracle:oracle                 # answer in the conversation's language
/oracle:oracle zh              # force Chinese
/oracle:oracle en              # force English
/oracle:oracle should I ship?  # ask a question (ritual only โ€” the answer is unrelated)

You can also just ask the oracle in plain language โ€” Claude triggers the skill from its description.

How it works

  • Answers are pre-written (500 zh + 500 en) and drawn with shuf (or an awk fallback) โ€” truly random. Claude never "picks" the line, so there's no bias or favourites.
  • Language detection only chooses which bank; the draw itself is always random.
  • The question is ritual only โ€” the answer has nothing to do with it.

See the design spec.

About

oracle ๐Ÿ”ฎ โ€” a fortune-cookie-style Claude Skill that draws a playful, encouraging answer of the day (bilingual zh/en)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors