{
  "markdown": "# Internet Court Skill\n\n**An open skill for agent-to-agent contracts.**\n\nAgents are beginning to transact, negotiate, and pay one another without\nhumans in the loop. What they still lack is a way to trust each other. The\nbuilding blocks already exist, but they are fragmented, and each one is built\nfor the happy path. When a deal goes wrong, every layer passes the problem\ndown the line.\n\nInternet Court does two things. It connects that fragmented ecosystem into a\nsingle open skill, and it builds in **adjudication**: when two agents make a\ndeal, they also agree up front how it will be settled if something goes wrong,\nwritten into the contract itself. Payments let agents transact. Adjudication\nmakes them accountable — and accountability is what turns transactions into a\nreal economy.\n\nThis repository is that skill: a master router (`SKILL.md`), the Internet\nCourt connector skills, and vendored copies of the official skills published by\nthe protocols in the stack. It gives an agent everything it needs to structure\na deal, hold funds safely, and settle disagreements fairly — all in natural\nlanguage, at internet speed.\n\n## The stack\n\nFrom discovery to disputes, agentic commerce runs through six layers. Each\nexisting standard solves one of them and assumes everything goes right. Internet\nCourt is the open skill that connects them and adds the layer nobody else owns —\nverification and dispute resolution — so the whole lifecycle of a deal sits\nbehind one skill instead of a stack the agent has to wire up itself.\n\n| # | Layer | Standards | In this repo |\n|---|---|---|---|\n| 1 | Discovery, identity & reputation | ERC-8004, ERC-7857 | [`chaingpt/trustless-agents/`](vendored/chaingpt/trustless-agents/) (ERC-8004 registries), [`bnb-chain/bnbchain-mcp/`](vendored/bnb-chain/bnbchain-mcp/) (ERC-8004 registration), [`starknet/starknet-identity/`](vendored/starknet/starknet-identity/); ERC-7857 has no public skill yet |\n| 2 | Negotiation | A2A | [`terminalskills/a2a-protocol/`](vendored/terminalskills/a2a-protocol/), [`openserv/openserv-multi-agent-workflows/`](vendored/openserv/openserv-multi-agent-workflows/) |\n| 3 | Contracts & obligations | ERC-7710, ERC-8183, Arkhai | [`arkhai/`](vendored/arkhai/) (Alkahest escrow, natural-language agreements, git escrow), [`metamask/smart-accounts-kit/`](vendored/metamask/smart-accounts-kit/) (ERC-7710 delegations); connector [`integrations/genlayer-erc7710-connector/`](integrations/genlayer-erc7710-connector/); ERC-8183 has no public skill yet |\n| 4 | Payment & escrow | x402, MPP, APP | [`yellow/yellow-settlement-room/`](vendored/yellow/yellow-settlement-room/) (multiparty off-chain settlement, one on-chain split), [`coinbase/agentic-wallet/`](vendored/coinbase/agentic-wallet/), [`chaingpt/x402/`](vendored/chaingpt/x402/) + [`agent-wallet/`](vendored/chaingpt/agent-wallet/), [`okx/okx-agent-payments-protocol/`](vendored/okx/okx-agent-payments-protocol/), [`tempo/mppx/`](vendored/tempo/mppx/), [`nansen/nansen-mpp-payment/`](vendored/nansen/nansen-mpp-payment/), [`privy/`](vendored/privy/); connector [`integrations/x402-erc7710/`](integrations/x402-erc7710/) |\n| 5 | Execution | compute, data & value rails | [`0g/0g-compute/`](vendored/0g/0g-compute/), [`antseed/antseed-connect/`](vendored/antseed/antseed-connect/), [`lifi/`](vendored/lifi/), [`chainbase/web3-data/`](vendored/chainbase/web3-data/), [`heurist/`](vendored/heurist/), [`near/`](vendored/near/), [`starknet/`](vendored/starknet/), [`solana/`](vendored/solana/), [`nansen/`](vendored/nansen/), OKX + AltLayer + BNB Chain packs |\n| 6 | Verification & disputes | GenLayer, Kleros, UMA | GenLayer dev skills + [`intelligent-oracle/`](vendored/intelligent-oracle/), [`kleros/`](vendored/kleros/) (curate, IPFS); connectors [`integrations/genlayer-intelligent-contracts/`](integrations/genlayer-intelligent-contracts/), [`integrations/genlayer-erc7710-connector/`](integrations/genlayer-erc7710-connector/); UMA has no public skill yet |\n\nThe verification & disputes layer is the one Internet Court exists to add.\nAgents agree in advance who judges a dispute if one arises — GenLayer, Kleros,\nUMA, or whatever they choose. Most deals never get there: when both sides agree,\nthe contract simply settles. What the skill standardizes is how the contract is\nstructured around that choice, for the cases that fall off the happy path.\n\n## The consortium\n\nInternet Court is built by a consortium of companies working across the agentic\ncommerce stack — not a closed product from a single vendor. The founding\nmembers span every layer, and each member's protocol is embedded directly into\nthe standard.\n\n**Founding members:** GenLayer, MetaMask, OKX, NEAR, Starknet, x402, 0G Labs,\nZKsync, Nansen, Kleros, Privy, AntSeed, Collective Memory, UMA, Arkhai, AltLayer,\nAnoma, AppLayer, BNB Chain, LI.FI, Chainbase, io.net, Heurist, Chutes, ChainGPT,\nOpenServ, Humanode, Humanity Protocol.\n\nThe standard is open and openly governed — any agent can adopt it now. Not every\nfounding member ships a public agent skill yet; the vendored table below is the\nset available in this repository today, and it grows as members publish.\n\n## Repository layout\n\n```\nSKILL.md                            Master skill — start here; routes to everything below\nintegrations/                       Internet Court connector & adapter skills\nvendored/                           Committed copies of official protocol skills (91 skills, 33 owners)\nskills-lock.json                    Pinned source + hash + refresh command per vendored skill\n```\n\nTwo kinds of content:\n\n- **First-party** — only the master skill and the connectors. This repo\n  never re-implements a protocol's own skill.\n- **Vendored** — copies of publicly published skills, fetched from official\n  sources and pinned in `skills-lock.json`.\n\n## Vendored skills\n\n| Source | Skills | Repo |\n|---|---|---|\n| GenLayer | `write-contract`, `genlayer-cli`, `direct-tests`, `integration-tests`, `genvm-lint` | [genlayerlabs/skills](https://github.com/genlayerlabs/skills) · [skills.genlayer.com](https://skills.genlayer.com/) |\n| MetaMask | `smart-accounts-kit` (ERC-4337/7710/7715 delegations) | [metamask/skills](https://github.com/metamask/skills) |\n| OKX OnchainOS | 9 `okx-*` skills incl. `okx-agent-payments-protocol` (x402/MPP), `okx-agentic-wallet`, `okx-dex-market`, `okx-defi` | [okx/onchainos-skills](https://github.com/okx/onchainos-skills) |\n| NEAR | 6 `near-*` skills (`near-intents`, `near-ai-cloud`, `near-kit`, `near-dapp`, `near-api-js`, `near-smart-contracts`) | [near/agent-skills](https://github.com/near/agent-skills) |\n| Starknet | `starknet-defi`, `starknet-dex` … `starknet-identity`, `starknet-wallet`, `starknet-js` | [keep-starknet-strange/starknet-agentic](https://github.com/keep-starknet-strange/starknet-agentic) |\n| Solana | `solana-dev` — one catch-all Foundation skill (Anchor/Pinocchio programs, SPL payments, RPC lookups, security/testing) | [solana-foundation/solana-dev-skill](https://github.com/solana-foundation/solana-dev-skill) · [solana.com/skills](https://solana.com/skills) |\n| Solana agent-commerce (community) | 19 skills across 8 owners from the [solana.com/skills](https://solana.com/skills) community catalog — `sendaifun/*` (Squads, Pyth, Switchboard, Helius, Birdeye, deBridge, MetEngine, GLAM, Agent Kit), `magicblock/*`, `quicknode/*`, `jupiter/*`, `octav/*`, `dflow/*`, `metaplex/*`, `pnp/*` | [sendaifun/skills](https://github.com/sendaifun/skills) · [magicblock-labs](https://github.com/magicblock-labs/magicblock-dev-skill) · [quiknode-labs](https://github.com/quiknode-labs/blockchain-skills) · [jup-ag](https://github.com/jup-ag/agent-skills) · [Octav-Labs](https://github.com/Octav-Labs/octav-api-skill) · [DFlowProtocol](https://github.com/DFlowProtocol/dflow_phantom-connect-skill) · [metaplex-foundation](https://github.com/metaplex-foundation/skill) · [pnp-protocol](https://github.com/pnp-protocol/solana-skill) |\n| Coinbase (x402) | `agentic-wallet` (x402 pay/search/monetize) | [coinbase/agentic-wallet-skills](https://github.com/coinbase/agentic-wallet-skills) |\n| Yellow | `yellow-settlement-room` (Yellow Network app sessions: N agents pool funds, reallocate off-chain, co-sign one final settlement) | [layer-3/nitrolite](https://github.com/layer-3/nitrolite) (`agent-skills/`) |\n| 0G | `0g-compute` (verifiable decentralized inference) | [0gfoundation/0g-compute-skills](https://github.com/0gfoundation/0g-compute-skills) |\n| Nansen | 7 `nansen-*` skills (token research, wallet profiler, smart-money, holder analysis, prediction markets, MPP payment, search) | [nansen-ai/nansen-cli](https://github.com/nansen-ai/nansen-cli) |\n| Kleros | `kleros-curate`, `kleros-ipfs-upload` (curated registries, evidence pinning) | [kleros/kleros-skills](https://github.com/kleros/kleros-skills) |\n| Privy | `privy` (embedded agent wallets) | [docs.privy.io/skill.md](https://docs.privy.io/skill.md) |\n| AntSeed | `antseed-connect` (P2P inference, USDC channels) | [antseed.com/skill.md](https://antseed.com/skill.md) |\n| Arkhai | `alkahest-user`, `alkahest-developer` (conditional escrow & arbitration), `nla-*` (natural-language agreements), `*-git-escrow` | [arkhai-io/alkahest](https://github.com/arkhai-io/alkahest) · [natural-language-agreements](https://github.com/arkhai-io/natural-language-agreements) · [git-commit-trading](https://github.com/arkhai-io/git-commit-trading) |\n| AltLayer | 7 `altllm-portal-*` / `cloud-claw*` skills (autonomous agent hosting) | [alt-research/altllm-skills](https://github.com/alt-research/altllm-skills) |\n| BNB Chain | `bnbchain-mcp` (chain ops, ERC-8004 registration, Greenfield) | [bnb-chain/bnbchain-skills](https://github.com/bnb-chain/bnbchain-skills) |\n| LI.FI | `lifi`, `lifi-stablecoin-swap` (cross-chain routing) | [lifinance/lifi-agent-skills](https://github.com/lifinance/lifi-agent-skills) |\n| Chainbase | `web3-data` (90-chain data, x402 pay-per-call) | [lxcong/web3-data-skill](https://github.com/lxcong/web3-data-skill) (officially documented) |\n| Heurist | `heurist-mesh-skill` (hosted agent-mesh MCP + x402 facilitator) | [heurist-network/heurist-mesh-skill](https://github.com/heurist-network/heurist-mesh-skill) |\n| ChainGPT | `chaingpt`, `x402`, `trustless-agents` (ERC-8004), `agent-wallet` | [ChainGPT-org/chaingpt-claude-skill](https://github.com/ChainGPT-org/chaingpt-claude-skill) |\n| OpenServ | 5 skills incl. `openserv-multi-agent-workflows` (mints ERC-8004), `agent-sdk`, `client`, `launch`, `ideaboard-api` | [openserv-labs/skills](https://github.com/openserv-labs/skills) |\n| Humanode | `humanode-agentlink` (biometric agent identity) | [agentlink.id/skill.md](https://agentlink.id/skill.md) |\n| Intelligent Oracle | `intelligent-oracle` (web-evidence prediction markets) | [intelligentoracle.com/skill.md](https://www.intelligentoracle.com/skill.md) |\n| Tempo | `mppx` (Merchant Payment Protocol) | [tempoxyz/mpp](https://github.com/tempoxyz/mpp) |\n| TerminalSkills | `a2a-protocol` (community — no official A2A skill exists) | [TerminalSkills/skills](https://github.com/TerminalSkills/skills) |\n\nPinned hashes and refresh commands per skill: [`skills-lock.json`](skills-lock.json)\nand [`vendored/README.md`](vendored/README.md).\n\n## Install\n\nInternet Court is **one catch-all skill**. Whatever harness you use, only the\nroot `SKILL.md` is registered and triggered; it routes to the vendored protocol\nand connector skills and pulls them into context **on demand** — from disk when\nthe whole repo is installed, otherwise fetched from\n`https://raw.githubusercontent.com/internet-court/internet-court-skill/main/<path>`.\nInstalling the whole repository (not just `SKILL.md`) bundles every sub-skill for\noffline use, but a root-only install still works via that fallback.\n\nPick your harness:\n\n### Claude Code (plugin — recommended)\n\n```bash\n# in a Claude Code session:\n/plugin marketplace add internet-court/internet-court-skill\n/plugin install internet-court@internet-court\n# update later:  /plugin marketplace update internet-court\n```\n\nOr load it locally without the marketplace — `claude --plugin-dir <path-to-clone>`\n— or just clone it as a plain skill:\n\n```bash\ngit clone https://github.com/internet-court/internet-court-skill ~/.claude/skills/internet-court\n```\n\n### npx skills (skills.sh)\n\n```bash\nnpx skills add internet-court/internet-court-skill   # installs the root skill\n# update later:  npx skills update\n```\n\n### Codex\n\n```bash\ngit clone https://github.com/internet-court/internet-court-skill ~/.agents/skills/internet-court\n# or, per-repo:  .agents/skills/internet-court   ·   or:  npx skills add internet-court/internet-court-skill\n```\n\nCodex scans recursively, so it will also surface the bundled sub-skills as\nseparate skills; the root skill is the intended entry point.\n\n### opencode\n\n```bash\ngit clone https://github.com/internet-court/internet-court-skill ~/.config/opencode/skills/internet-court\n```\n\nopencode also reads `~/.claude/skills/` and `~/.agents/skills/`, so a single\nclone into any of those is enough.\n\n### OpenClaw\n\n```bash\nopenclaw skills install git:internet-court/internet-court-skill\n# update later:  openclaw skills update\n```\n\nOpenClaw installs the root skill; sub-skills are fetched on demand via the\nraw-URL fallback above.\n\n### Hermes\n\n```bash\ngit clone https://github.com/internet-court/internet-court-skill ~/.hermes/skills/internet-court\n# or as a tap:  hermes skills tap add internet-court/internet-court-skill\n```\n\nPrefer the clone/tap over `hermes skills install <url>`, which currently fetches\nonly `SKILL.md` and misses bundled reference files.\n\n---\n\nAfter installing, give the agent a task — the master skill routes to the\nsub-skills — or say \"Install the Internet Court skill\" for the guided\nintroduction. The Claude Code marketplace and the plugin live in the **same\nrepository**, which is why both `/plugin marketplace add` and `/plugin install`\nreference `internet-court`.\n\nSome vendored skills need their provider's credentials to act (e.g. OKX API\nkeys, ChainGPT API key, Chainbase API key); each skill documents its own\nrequirements.\n\n## License\n\nThe first-party work in this repository — the master skill and the connectors —\nis released under the [MIT License](LICENSE). Vendored skills under `vendored/`\nare copies of upstream projects and remain under their own licenses; see each\nskill's source repository (and `skills-lock.json`) for terms.\n\n© 2026 Internet Court Consortium · Open standard, openly governed ·\n[internetcourt.org](https://internetcourt.org)\n",
  "bytes": 14510,
  "sha": "478f407a6e2c3b2e50fcb4f9852ff0886919472f3340282432deda999ebdc2e6",
  "repo_slug": "internet-court/internet-court-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_aitmpl_development_internet_court_ec0f2b5f/readme"
}