Data & analysis

Cournot

Try it

Cournot Intelligence Skills let AI agents ask a plain-language question about a crypto event and receive a structured probability, the exact claim being evaluated, and the sources behind it.

What it does

Query one event's probability from Cournot. Trigger only on an explicit Cournot request such as or “use Cournot to look this up.” One paid probability call is allowed per user instruction. On a bad result, stop rather than retrying with a rephrased query.

The skill document

Cournot

Query one event's probability from Cournot. Trigger only on an explicit Cournot request such as /cournot … or “use Cournot to look this up.” One paid probability call is allowed per user instruction. On a bad result, stop rather than retrying with a rephrased query.

The event message is the user's claim in their own words, not the command. Remove /cournot and probability; if no claim remains with an asset, threshold, or date, ask for one and stop without calling the API.

Cournot has no mispricing API. If the user asks whether a market is mispriced or priced correctly, say so and stop.

Reply in the user's language. Ignore /cournot and API titles when detecting it.

API base: https://interface.cournot.ai

Service and Runtime

The Skill is free to install. Cournot is an external service with three free probability calls per account; after that, each probability call costs $0.01 through a supported x402 or b402 wallet flow. Resolve and disambiguation remain free. A wallet is optional until the free allowance is exhausted, and every payment requires explicit confirmation.

The bundled client requires Node.js 22.20 or newer. It calls the Cournot API, stores short-lived single-use payment intents in the operating system's temporary directory, and invokes a compatible wallet command only for a confirmed paid request. It never requires an API key, private key, or seed phrase.

Workflow

  1. For every request, read references/query-flow.md and follow resolve, disambiguation, and probability handling.
  2. Send probability requests only through scripts/cournot-client.mjs, which returns either the result or a sanitized payment preview. Only for a payment preview, read references/payment.md. Wallet setup may be assisted only after the separate confirmation defined there; keep credentials outside the model context and Cournot client.
  3. When probability succeeds, read references/response-format.md and render only the returned assessment and evidence.

Preserve the pending event text and selected market ids across disambiguation, wallet setup, and payment confirmation so the user does not need to enter them again.

Hosts

Claude Code, Codex, Grok, and other Agent Skills hosts use this same folder. Install or copy the entire skills/cournot/ directory so the linked references remain available.

Related skills

Trade crypto, manage a multi-chain wallet, and query an AI analyst from one CLI.

by lowesyang162 installs109 stars

Join a video meeting as an AI bot with voice, avatar, and screenshare across four operating modes.

by johnpatternai21 installs8 stars

Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.

by Iván555 installs18 stars

Fetch raw ad creative, app, ranking, and revenue data from AdMapix as structured JSON.

by fly0pants4.3k installs296 stars

Generate and edit Draw.io, Mermaid, and Excalidraw diagrams from natural language using a structured JSON spec.

by nssa.io1.0k installs47 stars