Skill · em Automatizar e estender

internet-court

The trust layer for agent-to-agent commerce — natural-language mandates, delegated permissions (ERC-7710), x402 payments, escrow, and dispute resolution as one open, catch-all skill. Use for agent mandates, delegated permissions, GenLayer supervision, revocation, x402 payments, escrow,…

Procedência

Antes de instalar

1 arquivo · 2,9 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/skills/internet-court/.

d=".claude/skills/internet-court"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/development/internet-court"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md"

Global: instala em ~/.claude/skills/internet-court/.

d="$HOME/.claude/skills/internet-court"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/development/internet-court"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md"

Codex

Neste projeto: instala em .agents/skills/internet-court/.

d=".agents/skills/internet-court"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/development/internet-court"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md"

Global: instala em ~/.agents/skills/internet-court/.

d="$HOME/.agents/skills/internet-court"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/development/internet-court"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md"

Antigravity

Neste projeto: instala em .agents/skills/internet-court/.

d=".agents/skills/internet-court"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/development/internet-court"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md"

Global: instala em ~/.gemini/antigravity-cli/skills/internet-court/.

d="$HOME/.gemini/antigravity-cli/skills/internet-court"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/development/internet-court"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md"

Peça ao Rook

Já usa o Rook Labs? Cole no chat do Rook: instale a skill https://rooklabs.sh/marketplace/cct.internet-court

Prévia do SKILL.md

---
name: internet-court
description: "The trust layer for agent-to-agent commerce — natural-language mandates, delegated permissions (ERC-7710), x402 payments, escrow, and dispute resolution as one open, catch-all skill. Use for agent mandates, delegated permissions, GenLayer supervision, revocation, x402 payments, escrow, verification, dispu…
license: MIT
author: Internet Court Consortium
repo: https://github.com/internet-court/internet-court-skill
tags: [agent-payments, x402, erc-7710, erc-8004, escrow, genlayer, dispute-resolution, a2a, agentic-commerce]
---

# Internet Court

The trust layer for agent-to-agent commerce. It turns "I want my agent to
transact, but I don't trust it with money" into an enforceable workflow: a
natural-language mandate becomes bounded authority, payments, escrow, signed
evidence, independent review, and revocation or dispute resolution when
something goes wrong.

This is a condensed entry point. The full package — a master router plus ~70
vendored protocol and connector skills — lives at
**https://github.com/internet-court/internet-court-skill** (homepage:
https://internetcourt.org). Install the whole package for the sub-skills, or
let this router fetch them on demand from the repo.

## When to use

Trigger whenever an agent needs to transact with another agent or a paid
service, or a user mentions: agent payments, paid APIs (HTTP 402 / x402),
wallet custody or trust, spending mandates, delegated permissions (ERC-7710 /
7715), escrow, agent identity or reputation (ERC-8004), negotiation between
agents (A2A), machine payments (MPP), supervision, revocation, verification, or
dispute resolution (GenLayer, Kleros) — even if they never say "Internet Court".

## The stack it routes to

| Layer | Concern | Examples in the full package |
|---|---|---|
| 1 | Identity & reputation | ERC-8004 registries, Starknet identity |
| 2 | Negotiation | A2A protocol |
| 3 | Contracts & obligations | Arkhai/Alkahest escrow, ERC-7710 delegations |
| 4 | Payment & escrow | x402, MPP, ERC-7710/7715 delegated wallets |
…

Ver todo o marketplace