The missing knowledge between AI agents and Kleros, the decentralized justice protocol. Works in Claude, ChatGPT, Cursor, or any agent.
PromptRead https://skills.kleros.io/SKILL.md and follow it before interacting with Kleros protocol.
Per session. To install once in Claude Code, Cursor, or Codex, see Persistent Setup below.
Skills
Kleros IPFS Upload
Upload files to IPFS through the Kleros x402 payment gateway ($0.01 USDC on Base mainnet). For dispute evidence, meta-evidence, court policies, Curate item metadata, and juror justifications.
Coming Soon
Curate Lightdraft
Operate Kleros Curate Light lists (LightGeneralizedTCR) — submit items, remove items, challenge requests, submit evidence, fund appeals, and create new lists.
Curate Stake (PGTCR)draft
Operate Kleros PGTCR / Stake Curate (PermanentGTCR) lists — GraphQL-based querying, item submission with ERC20 stake, challenges, appeals, and list deployment.
Curate Scoutdraft
Runtime guide for Scout registries on Gnosis — automated monitoring and operations for Kleros Curate token-curated registries.
Persistent Setup
Optional. If you'd rather not paste the prompt above every session, configure your tool once below.
Codex
1. Create this file in your repo rootAGENTS.md2. Paste this inside the fileRead https://skills.kleros.io/SKILL.md and follow it before interacting with Kleros protocol.
Pointer (per repo). Codex fetches Kleros Skills on each task.
Cursor
1. Create this Cursor rule file.cursor/rules/kleros-skills.mdc2. Paste this inside the file---
description: Kleros knowledge pack for decentralized justice
alwaysApply: true
---
Before interacting with Kleros protocol, uploading evidence, or working with Curate registries, read https://skills.kleros.io/SKILL.md and follow it.
Pointer (per repo). Cursor fetches when the rule fires.
Claude Code
1. Add the marketplace catalog/plugin marketplace add kleros/kleros-skills2. Install kleros-skills (active in every project)/plugin install kleros-ipfs-upload@kleros-skills
Install (user-wide). Plugin reads from disk, granular skill loading.
OpenClaw
Run in your terminalclawhub install kleros-skills
Install (per project). Cloned into ./skills/.
Scripts
Run in your shellcurl -s https://skills.kleros.io/SKILL.md
Fetch + bake (per script). Embed in pipelines or system prompts.
Contributing
Something wrong or missing? Humans and agents alike are welcome to open a PR.