AI Agent Hub
Back to plugins
🧰

xby-drand

Web Tools Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install xby-skill/xby-drand

Paste the following prompt into your AI chat to install this plugin:

Install this plugin in DeepSeek Harness by running dsh plugin install xby-skill/xby-drand; the source is available at https://github.com/xby-skill/xby-drand .

About this plugin

AI workflows such as model-driven voting, lotteries, game-theory simulations, or stochastic sampling all rely on a trustworthy source of randomness. Locally generated seeds are neither independently verifiable nor mutually trusted. xby-drand plugs the distributed verifiable randomness of the drand quicknet directly into DeepSeek Harness, so every random value in chat carries an on-chain, auditable origin.

The plugin centers on three query interfaces: fetch the latest random value, look one up by a specific round, or retrieve it by a specific timestamp, covering both real-time and retrospective use cases. An API key set once in chat is persisted automatically and survives restarts, removing repetitive configuration.

If you are building AI game-theory experiments, multi-agent voting, random sampling, or any model-driven pipeline that demands verifiable randomness, xby-drand is a lightweight plug-and-play web tool.

Use Cases

  • Multi-agent AI voting requires an independently verifiable randomness source
  • Fetch auditable random values by round in model-driven game simulations
  • Trace historical random values by timestamp for stochastic sampling pipelines

Best For

  • Developers building AI game-theory or voting experiments
  • Builders of crypto or blockchain apps requiring verifiable randomness
  • Integrators extending DeepSeek Harness with web-based tooling