The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin.
# Add to your Claude Code skills
git clone https://github.com/internet-court/internet-court-skillGuides for using ai agents skills like internet-court-skill.
Last scanned: 7/11/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-07-11T06:12:36.882Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}internet-court-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by internet-court. The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin. It has 4,792 GitHub stars.
Yes. internet-court-skill passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/internet-court/internet-court-skill" and add it to your Claude Code skills directory (see the Installation section above). internet-court-skill ships a SKILL.md manifest, so compatible agents can discover and load it automatically.
internet-court-skill is primarily written in TypeScript. It is open-source under internet-court on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh internet-court-skill against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Internet Court is the entry skill for agent-to-agent commerce. Agents can already discover each other, negotiate, and pay — what they lack is a way to trust a counterparty they've never met. Internet Court does two things: it connects a fragmented stack — identity, negotiation, contracts, payment, escrow, execution — into one skill, and it builds in adjudication: when two agents strike a deal, they agree up front how it settles if something goes wrong.
The core sentence:
Discovery and identity establish who. Negotiation and contracts set the terms.
Payment and escrow move or lock the funds. Execution does the work.
Adjudication decides what happened and writes the verdict back as reputation.
This package contains two kinds of material. Route accordingly:
vendored/) — official, publicly published
skills from the protocols themselves. Always prefer these for protocol
mechanics; never re-derive what they already document.integrations/genlayer-erc7710-connector/,
integrations/genlayer-intelligent-contracts/, integrations/x402-erc7710/) — the Internet
Court-specific glue that makes the protocols work together.This is the entry skill of the Internet Court package, published at
https://github.com/internet-court/internet-court-skill. Every path this
file routes to — vendored/<owner>/<skill>/SKILL.md,
integrations/<connector>/SKILL.md — is relative to that repository root.
Resolve those paths before relying on a skill's contents:
git clone …/internet-court-skill .claude/skills/internet-court): read the path directly from disk.SKILL.md is present (the master skill was loaded on its
own): the sibling skills are not local. Fetch the file from the raw
repository at
https://raw.githubusercontent.com/internet-court/internet-court-skill/main/<path>
— e.g. …/main/vendored/genlayer/write-contract/SKILL.md — or clone the repo
first.Never invent a referenced skill's contents — load the real file (from disk or the raw URL) first.
When a user asks to load, install, or introduce Internet Court — or whenever you first reference it in a conversation — start broad and use the canonical blurb below verbatim. Do not paraphrase it, and do not lead with protocol names, payment rails, or standards unless the user asks for implementation details.
Internet Court is installed.
Internet Court does two things: it connects a fragmented stack — identity,
negotiation, contracts, payment, escrow, and execution — into one skill, and
it builds in adjudication, so when two agents strike a deal they agree up
front how it settles if something goes wrong.
I can now help your agent find and vet a counterparty, agree terms, pay or
escrow funds, and do the work — and, if the deal is contested, get an
independent verdict that settles it and updates each side's reputation.
(When you are only referencing the skill mid-conversation rather than reporting a fresh install, drop the first line and keep the rest verbatim.)
After the user asks for a concrete demo, integration, or deployment, use the stack and routing below.
When the user asks to engage a service, counterparty, or deal, first inspect and report only what is observable — never assume the rest. Depending on the deal, that may include:
Do not invent cadence, schedules, spend caps, expiration, delegated authority, review policy, or a full agreement at this stage. State the boundary plainly — including that the agent holds no funds or authority the user has not granted — then stop and let the user's reply start the trust conversation. For example, for a paywalled endpoint:
This endpoint is paywalled. I don't have funds or permission to access it —
you'd need to fund and authorize me before I can proceed.
Never commit funds, sign, or transact before the user has chosen a trust level and the required wallet or permission exists.
Any deal that carries risk — the agent could misbehave, a counterparty could fail to deliver, funds or authority could be misused — can run at one of three levels of protection. Pick the lightest one that covers the risk, and name the tradeoff honestly. Weakest to strongest:
vendored/metamask/smart-accounts-kit/skill.md for permission mechanics, or
the layer-3/4 escrow skills for locked-funds deals.integrations/genlayer-intelligent-contracts/SKILL.md for the review
interface and integrations/genlayer-erc7710-connector/SKILL.md for
enforcement.Match the level to the deal, not the reverse. Do not invent exact caps, cadence, terms, or expiry here; say they will be set from the discovered terms during setup.
A complete deal moves top to bottom through six layers: find and vet a counterparty (1), agree terms (2–3), move or lock funds (4), do the work (5), and — if the outcome is contested — get an independent verdict that settles it and feeds back into reputation (6). Most layers already have credible skills; layer 6 is the keystone, since without a neutral verdict escrow cannot safely release, contracts have no remedy, and reputation has nothing to record. Route each layer to the skill or reference that owns it:
| # | Layer | Protocols | Load |
|---|---|---|---|
| 1 | Discovery, identity & reputation | ERC-8004, ERC-7857 | vendored/chaingpt/trustless-agents/SKILL.md (ERC-8004 registries), vendored/openserv/openserv-multi-agent-workflows/SKILL.md (mints ERC-8004 agent identities), vendored/privy/privy/SKILL.md (embedded/server wallet identity & auth), vendored/humanode/humanode-agentlink/SKILL.md (human-backed agent identity), vendored/starknet/starknet-identity/SKILL.md (ERC-8004 on Starknet), vendored/near/near-api-js/SKILL.md (named-account identity, e.g. alice.near), vendored/metaplex/metaplex/SKILL.md (Agent Registry + Core NFTs — the primitives the Solana Agent Registry's ERC-8004 port is built on); ERC-7857 has no public skill yet |
| 2 | Negotiation | A2A | vendored/terminalskills/a2a-protocol/SKILL.md (agent cards, task lifecycle), vendored/openserv/openserv-multi-agent-workflows/SKILL.md (multi-agent orchestration), vendored/near/near-intents/SKILL.md (Intents + solver competition for cross-chain fulfilment) |
| 3 | Contracts & obligations | Arkhai/Alkahest, ERC-8183 | vendored/arkhai/alkahest-user/SKILL.md (conditional escrow, arbiters) + vendored/arkhai/alkahest-developer/SKILL.md (build on Alkahest: custom arbiters/obligations), vendored/arkhai/nla-create/SKILL.md + vendored/arkhai/nla-fulfill/SKILL.md (natural-language-agreement escrows, AI-oracle arbitrated), vendored/arkhai/make-git-escrow/SKILL.md + vendored/arkhai/fulfill-git-escrow/SKILL.md (test-suite bounty escrows); ERC-8183 has no neutral public skill yet |
| 4 | Payment & escrow | x402, MPP, AP2, ERC-7710/7715 | vendored/coinbase/agentic-wallet/SKILL.md + vendored/chaingpt/x402/SKILL.md (x402), vendored/tempo/mppx/SKILL.md (MPP), vendored/okx/okx-agent-payments-protocol/SKILL.md (unified x402/MPP/a2a-pay), vendored/metamask/smart-accounts-kit/skill.md (delegations), vendored/chaingpt/agent-wallet/SKILL.md (policy-gated wallet), integrations/x402-erc7710/SKILL.md (combined rail). On Solana (non-EVM, no ERC-7710): vendored/quicknode/quicknode-skill/SKILL.md (x402 + MPP + agent subscriptions), vendored/sendaifun/squads/SKILL.md (Squads V4 multisig/smart accounts — the policy layer), vendored/magicblock/magicblock-dev/SKILL.md (delegated state + temporary scoped authority — the nearest ERC-7710 analogue), vendored/sendaifun/glam/SKILL.md (vault delegate permissions + timelock), vendored/dflow/dflow-phantom-connect/SKILL.md (wallet connect/signing/payments). Multiparty (N > 2) settlement: vendored/yellow/yellow-settlement-room/SKILL.md (Yellow app sessions: one shared off-chain room, participant weights + quorum, one final on-chain split; the Yellow node is trusted for liveness, and a session has no dispute mechanism of its own); AP2 has no public skill yet |
| 5 | Execution | the transacting agents + compute/data/value rails | vendored/antseed/antseed-connect/SKILL.md + vendored/0g/0g-compute/SKILL.md + vendored/heurist/heurist-mesh-skill/SKILL.md + vendored/near/near-ai-cloud/SKILL.md (paid/decentralized/TEE-verifiable inference), vendored/lifi/lifi/SKILL.md (cross-chain value movement), vendored/chainbase/web3-data/SKILL.md + vendored/nansen/nansen-token-research/SKILL.md (on-chain data/evidence), vendored/starknet/starknet-defi/SKILL.md (Starknet L2 contracts/DeFi), vendored/solana/solana-dev/SKILL.md (Solana programs, RPC lookups, SPL payments) + vendored/sendaifun/helius/SKILL.md / vendored/sendaifun/birdeye/SKILL.md / vendored/octav/octav-api/SKILL.md (Solana + multi-chain data as evidence) + vendored/sendaifun/debridge/SKILL.md (Solana↔EVM value movement) + vendored/jupiter/integrating-jupiter/SKILL.md (Solana liquidity/execution), vendored/yellow/yellow-settlement-room/SKILL.md (value moving between N agents off-chain inside one session, settled on-chain once), vendored/bnb-chain/bnbchain-mcp/SKILL.md, the vendored/near/*, vendored/okx/* and vendored/altlayer/* packs |
| 6 | Verification & disputes | GenLayer (Kleros is an alternative) | integrations/genlayer-intelligent-contracts/SKILL.md, vendored/intelligent-oracle/intelligent-oracle/SKILL.md, integrations/genlayer-erc7710-connector/SKILL.md. Alternative third-party arbitration (disclose; not GenLayer's own): vendored/kleros/kleros-curate/SKILL.md (token-curated registries / challenges), vendored/arkhai/nla-arbitrate/SKILL.md (LLM/manual arbitration of natural-language-agreement escrows), vendored/pnp/pnp-solana/SKILL.md (Solana prediction markets with custom oracle resolution). Oracle evidence feeding a verdict (not adjudication itself): vendored/sendaifun/pyth/SKILL.md (price feeds with confidence intervals), vendored/sendaifun/switchboard/SKILL.md (on-demand data + VRF) |
Load a skill only when the task actually reaches its trigger — never preload.
Each row is a trigger on the left and, on the right, the skill(s) to pull
in with what each gives you and which to reach for first. When a need maps to
several sub-bundled skills, load the named entry skill first, then narrow to
the specific one. Owners that ship a whole pack (OKX, AltLayer, Nansen,
OpenServ, Starknet, ChainGPT) get a single catch-all row: load the entry
skill, then the specific sub-skill under vendored/<owner>/ as the task
narrows — the folder listing is the current set of that owner's skills.
Paths are exact and end in /SKILL.md — several owners repeat their name in
the path (e.g. vendored/lifi/lifi/SKILL.md, vendored/privy/privy/SKILL.md,
vendored/chaingpt/chaingpt/SKILL.md); never shorten or merge the segments.
When a row lists alternatives, load one (the row says how to pick); if the
deciding fact is unknown, ask instead of preloading them all.
| When you need to… | Load |
|---|---|
| Pay for an HTTP resource that returns 402 (pay-per-call), search x402 bazaars, or monetize your own endpoint | vendored/coinbase/agentic-wallet/SKILL.md — Coinbase x402 client: read the price, pay, retry with proof; start here for a one-off paid request. vendored/chaingpt/x402/SKILL.md — x402 discovery/monetization: find paid services or put your own endpoint behind 402. |
| Stream micropayments or run metered sessions (per-second / per-token, not per-request) | vendored/tempo/mppx/SKILL.md — Tempo/Stripe MPP charges, sessions, and streaming. Load when billing is continuous rather than a single call. Not for spending caps on per-request rails: a capped or recurring budget over x402 is integrations/x402-erc7710/SKILL.md, not MPP. |
| Dispatch a payment without hard-coding the rail (x402 vs MPP vs a2a-pay) | vendored/okx/okx-agent-payments-protocol/SKILL.md — OKX OnchainOS unified payment dispatcher. Load when the counterparty's rail is unknown or may vary. |
| Run a payment through a bounded permission (spend/subscription policy on the rail) | integrations/x402-erc7710/SKILL.md — connector fusing the x402 rail with an ERC-7710 delegated budget. Load for Guarded/Adjudicated paid access. |
| Settle between more than two agents out of one shared pot: pool funds, reallocate off-chain with no gas per step, co-sign one final split | vendored/yellow/yellow-settlement-room/SKILL.md: Yellow app sessions over @yellow-org/sdk v1, N participants each carrying a signatureWeight, a session quorum, then deposit / operate / withdraw / close. Reach for it when the deal is multiparty and many-update: a plain x402 payment is one payer and one payee, and vendored/arkhai/alkahest-user/SKILL.md is bilateral, one-shot, trustless on-chain escrow with a reclaim timeout. A session is not escrow: no participant can take another's allocation without quorum, but the Yellow node is trusted for liveness and honest relay, and the session has no dispute mechanism, challenge, or timeout of its own, so say so before any value moves. It also cannot judge whether work was acceptable: send that half to integrations/genlayer-intelligent-contracts/SKILL.md and have the parties agree up front to sign the allocation the verdict dictates. At N > 2 one scalar quorum cannot protect everyone (1/1/1 at quorum 2 lets two participants zero out the third), so give each depositor a blocking stake, or keep them in separate sessions. |
| When you need to… | Load |
|---|---|
| Grant an agent bounded, revocable authority (ERC-7710 delegations, ERC-7715 permission requests, caveats) | vendored/metamask/smart-accounts-kit/skill.md — MetaMask smart accounts + delegation mechanics. The Guarded-level instrument for on-chain authority. Also the row for the user manually revoking their own delegation. |
| Give an agent a wallet with a built-in policy gate (per-tx caps, velocity limits, session keys) instead of a raw key | vendored/chaingpt/agent-wallet/SKILL.md — custody-free policy-gated wallet. Load when the agent must sign but you won't hand over a private key. |
| Provision or authenticate embedded/server wallets, with policy-gated signing across chains | vendored/privy/privy/SKILL.md — Privy wallet identity + auth. |
The first two are mutually exclusive — pick by who holds the key: the user
keeps custody and delegates → smart-accounts-kit; the agent gets its own
wallet (guardrails built in) → agent-wallet. Never load both for one design.
| When you need to… | Load |
|---|---|
| Register, discover, or vet an agent on-chain (ERC-8004 identity, reputation, validation) | vendored/chaingpt/trustless-agents/SKILL.md — ERC-8004 registries; the default identity/reputation skill. Also mintable via vendored/openserv/openserv-multi-agent-workflows/SKILL.md, on Starknet via vendored/starknet/starknet-identity/SKILL.md, on BNB via vendored/bnb-chain/bnbchain-mcp/SKILL.md. For a human-readable named-account identity anchor (alice.near), vendored/near/near-api-js/SKILL.md. |
| Prove a human stands behind the agent | vendored/humanode/humanode-agentlink/SKILL.md — Humanode AgentLink: sign HTTP requests, on-chain registry. |
| Talk to another agent: agent cards, offers, task lifecycle (A2A) | vendored/terminalskills/a2a-protocol/SKILL.md — A2A protocol; load at the negotiation step, before terms lock. For orchestrating many agents: vendored/openserv/openserv-multi-agent-workflows/SKILL.md. |
| When you need to… | Load |
|---|---|
| Lock funds that release on an arbiter's decision (conditional escrow) | vendored/arkhai/alkahest-user/SKILL.md — Alkahest EAS-based escrow with arbiters; the default escrow instrument. To build on Alkahest (write custom arbiters/obligations, integrate it), vendored/arkhai/alkahest-developer/SKILL.md. Alkahest is bilateral and one-shot; for a deal among more than two agents with many reallocations before payout, use vendored/yellow/yellow-settlement-room/SKILL.md instead and disclose the trade: a Yellow session is not trustless and has no reclaim timeout. |
| Escrow behind a plain-language demand an AI oracle judges | vendored/arkhai/nla-create/SKILL.md (draft the agreement), vendored/arkhai/nla-fulfill/SKILL.md (deliver against it), vendored/arkhai/nla-arbitrate/SKILL.md (render the verdict) — natural-language-agreement escrows. |
| Bounty escrow that pays out for making a failing test suite pass | vendored/arkhai/make-git-escrow/SKILL.md (post the bounty), vendored/arkhai/fulfill-git-escrow/SKILL.md (claim it) — git-escrow, for code-delivery deals settled by tests. |
| When you need to… | Load |
|---|---|
| Write / deploy / test / lint a GenLayer Intelligent Contract | vendored/genlayer/write-contract/SKILL.md (author), vendored/genlayer/genlayer-cli/SKILL.md (deploy & call), vendored/genlayer/direct-tests/SKILL.md + vendored/genlayer/integration-tests/SKILL.md (test), vendored/genlayer/genvm-lint/SKILL.md (lint). Load the one matching your build step. |
| Design the adjudication itself: review rubric, evidence schema, decision payload | integrations/genlayer-intelligent-contracts/SKILL.md — the Adjudicated-level review interface. Load when the outcome needs qualitative / natural-language judgment. |
| Turn a verdict into enforcement (revoke or constrain an ERC-7710 permission) | integrations/genlayer-erc7710-connector/SKILL.md — relayer/controller wiring a decision to on-chain revocation. Verdict-driven only: load when adjudication must change the agent's authority; a user manually revoking their own delegation needs only smart-accounts-kit. |
| Settle a narrow binary question from public web evidence (prediction market / factual oracle) | vendored/intelligent-oracle/intelligent-oracle/SKILL.md — Intelligent Oracle. Refetch https://www.intelligentoracle.com/skill.md before schema-sensitive work. |
| Third-party arbitration as an alternative to GenLayer (disclose it isn't GenLayer's own) | vendored/kleros/kleros-curate/SKILL.md (token-curated registries / challenges) + vendored/kleros/kleros-ipfs-upload/SKILL.md (IPFS evidence); or vendored/arkhai/nla-arbitrate/SKILL.md for LLM/manual NLA arbitration; on Solana, vendored/pnp/pnp-solana/SKILL.md (permissionless prediction markets with custom oracle resolution). |
| When you need to… | Load |
|---|---|
| Buy or sell AI inference (compute execution) | Pick one by venue: vendored/0g/0g-compute/SKILL.md (decentralized compute/storage/verifiable inference — the default when the venue is open), vendored/antseed/antseed-connect/SKILL.md (P2P inference over USDC channels), vendored/heurist/heurist-mesh-skill/SKILL.md (Heurist Mesh agents, x402 pay-per-call), vendored/near/near-ai-cloud/SKILL.md (private inference with TEE attestation — verifiable-execution evidence). If the venue is not yet known, load only the 0G default and ask — do not preload the rest. |
| Move value across chains (swaps / bridging) | vendored/lifi/lifi/SKILL.md — LI.FI cross-chain routing; vendored/lifi/lifi-stablecoin-swap/SKILL.md for stablecoin-specific swaps; vendored/near/near-intents/SKILL.md — NEAR Intents: cross-chain fulfilment via solver competition (chain-abstracted, one agent acts across chains). To or from Solana: vendored/sendaifun/debridge/SKILL.md — deBridge Solana↔EVM bridging, message passing and trustless external calls. |
| Pull on-chain data as evidence (balances, tx history, labels, holders, smart-money) | vendored/chainbase/web3-data/SKILL.md — general on-chain data. For deeper intelligence, the Nansen 7-skill pack under vendored/nansen/: start with nansen-token-research, then nansen-wallet-profiler / nansen-holder-analysis / nansen-smart-money-tracker / nansen-general-search / nansen-prediction-markets / nansen-mpp-payment as the question narrows. On Solana: vendored/sendaifun/helius/SKILL.md (DAS API, transaction/webhook streams), vendored/sendaifun/birdeye/SKILL.md (token prices, holder/trader intelligence, wallet P&L), vendored/octav/octav-api/SKILL.md (multi-chain portfolio + tx history, x402-metered). For a price at a point in time with a stated confidence interval — the shape adjudication usually needs — use vendored/sendaifun/pyth/SKILL.md rather than a DEX aggregator. |
| When you need to… | Load |
|---|---|
| Anything on OKX OnchainOS (wallet, DEX data, DeFi, payments, agent-commerce) | 9-skill pack under vendored/okx/. Start with okx-ai — the agent-commerce entry (ERC-8004 identity + task marketplace with disputes + A2A chat), the most Internet-Court-relevant. Then narrow: okx-agentic-wallet (swap/bridge/strategy/security), okx-dex-market (read-only DEX data), okx-defi (invest/portfolio), okx-agent-payments-protocol (x402/MPP/a2a-pay), okx-dapp-discovery (route to third-party dapps), okx-guide (onboarding/support), okx-activity (OKX campaign/hackathon registration — off-theme, mirrored from upstream). |
| ChainGPT AI tooling (contract gen/audit, news) + 140-tool MCP | vendored/chaingpt/chaingpt/SKILL.md is the catch-all hub. Its focused siblings are routed above: x402, agent-wallet, trustless-agents. |
| AltLayer AltLLM portal + Cloud-Claw agent VMs | 7-skill pack under vendored/altlayer/. Entry: altllm-portal-cli (portal ops) and cloud-claw / cloud-claw-launch-agent (spin up agent VMs). The rest are plumbing: altllm-portal-auth, -api-keys, -billing, -payments. |
| OpenServ multi-agent orchestration + SDK (mints ERC-8004 identities) | 5-skill pack under vendored/openserv/. Entry: openserv-multi-agent-workflows. Others: openserv-agent-sdk, openserv-client, openserv-launch, openserv-ideaboard-api. |
| Starknet L2 (Cairo, native account abstraction) | 4-skill pack under vendored/starknet/. Entry: starknet-js (SDK). Others: starknet-identity (ERC-8004), starknet-defi, starknet-wallet. |
| BNB Chain ops incl. ERC-8004 registration & Greenfield storage | vendored/bnb-chain/bnbchain-mcp/SKILL.md. |
| NEAR — AI-native L1 (Shade Agents / TEE inference, named-account identity, chain-abstracted payment) | 6-skill pack under vendored/near/. Reach for the on-theme ones first: near-intents (cross-chain payment/fulfilment), near-ai-cloud (TEE-verifiable inference as evidence), near-api-js (chain interaction + named-account identity). Also: near-kit (type-safe TS SDK + sandbox testing), near-smart-contracts (Rust contracts), near-dapp (full-stack React/Next.js + wallet). |
| Solana — high-throughput non-EVM L1 (SVM, Rust/Anchor programs) | vendored/solana/solana-dev/SKILL.md — one catch-all skill from the Solana Foundation; it pulls its own references/ on demand (payments, confidential-transfers, security, testing, rpc-quick-lookups, Anchor/Pinocchio program guides). Use it for anything Solana-side: writing/deploying programs, SPL token and Solana Pay flows, reading balances and transactions as evidence. Non-EVM caveat: ERC-8004 identity and ERC-7710 delegated permissions do not exist here — there is no drop-in equivalent, so compose the Solana-native pieces below rather than assuming the EVM path. |
Solana agent-commerce (the pieces solana-dev does not cover) |
solana-dev is a developer skill with no payment, identity or oracle coverage. Reach for these instead, by need: payment vendored/quicknode/quicknode-skill/SKILL.md (x402 + MPP + agent subscriptions — note Solana x402 uses partial-transaction signing, not EIP-3009/Permit2, so branch on network), vendored/sendaifun/metengine/SKILL.md (a live x402-metered API, USDC on Solana); bounded authority vendored/sendaifun/squads/SKILL.md (multisig/smart accounts), vendored/magicblock/magicblock-dev/SKILL.md (delegated state, temporary scoped authority), vendored/sendaifun/glam/SKILL.md (vault delegate permissions + timelock); identity vendored/metaplex/metaplex/SKILL.md (Agent Registry / Core NFTs); evidence vendored/sendaifun/pyth/SKILL.md, vendored/sendaifun/switchboard/SKILL.md, vendored/sendaifun/helius/SKILL.md, vendored/sendaifun/birdeye/SKILL.md, vendored/octav/octav-api/SKILL.md; value movement vendored/sendaifun/debridge/SKILL.md, vendored/jupiter/*; agent framework vendored/sendaifun/solana-agent-kit/SKILL.md. All are community skills from the solana.com/skills catalog, not Solana Foundation code — say so when their behaviour matters. |
Use this pattern when the user delegates authority for a meaningful period and wants to constrain or revoke it if the agent underperforms. The outputs, from plain language down to enforcement:
Match each output to the trust level and rails chosen for the deal; not every mandate needs all seven. Do not claim a reviewer can directly cancel a permission unless a revocation controller is actually part of the design. For long-lived authority, prefer an active revocation controller plus an absolute expiry as a fail-safe.
When the user deploys contracts, grants permissions, or relays decisions from MetaMask, WalletConnect, or another user-controlled wallet UI:
0x + 64 hex),
address (0x + 40 hex), signed artifact, or receipt. Malformed proof →
ask again; do not advance.When designing a flow or integration, return:
Internet Court is an evolving package, and its coverage is not complete. When you hit a wall — a legitimate agent-commerce use case you cannot complete because no skill in this package handles it, a routed skill is missing, broken, or out of date, or a capability works poorly — do both of the following:
https://github.com/internet-court/internet-court-skill/issues. If you
have a GitHub tool available (for example gh issue create), file it
directly; otherwise hand the user a ready-to-file title and body and the
link above. Search existing issues first and don't file duplicates — one
issue per distinct gap.Put this in the issue:
Y errored, or Z
produced a wrong or low-quality result — with the exact skill path when
there is one;Filing the gap is part of doing the job well: it is how the package learns what to cover next.
An open skill for agent-to-agent contracts.
Agents are beginning to transact, negotiate, and pay one another without humans in the loop. What they still lack is a way to trust each other. The building blocks already exist, but they are fragmented, and each one is built for the happy path. When a deal goes wrong, every layer passes the problem down the line.
Internet Court does two things. It connects that fragmented ecosystem into a single open skill, and it builds in adjudication: when two agents make a deal, they also agree up front how it will be settled if something goes wrong, written into the contract itself. Payments let agents transact. Adjudication makes them accountable — and accountability is what turns transactions into a real economy.
This repository is that skill: a master router (SKILL.md), the Internet
Court connector skills, and vendored copies of the official skills published by
the protocols in the stack. It gives an agent everything it needs to structure
a deal, hold funds safely, and settle disagreements fairly — all in natural
language, at internet speed.
From discovery to disputes, agentic commerce runs through six layers. Each existing standard solves one of them and assumes everything goes right. Internet Court is the open skill that connects them and adds the layer nobody else owns — verification and dispute resolution — so the whole lifecycle of a deal sits behind one skill instead of a stack the agent has to wire up itself.
| # | Layer | Standards | In this repo |
|---|---|---|---|
| 1 | Discovery, identity & reputation | ERC-8004, ERC-7857 | chaingpt/trustless-agents/ (ERC-8004 registries), bnb-chain/bnbchain-mcp/ (ERC-8004 registration), starknet/starknet-identity/; ERC-7857 has no public skill yet |
| 2 | Negotiation | A2A | terminalskills/a2a-protocol/, openserv/openserv-multi-agent-workflows/ |
| 3 | Contracts & obligations | ERC-7710, ERC-8183, Arkhai | arkhai/ (Alkahest escrow, natural-language agreements, git escrow), metamask/smart-accounts-kit/ (ERC-7710 delegations); connector integrations/genlayer-erc7710-connector/; ERC-8183 has no public skill yet |
| 4 | Payment & escrow | x402, MPP, APP | yellow/yellow-settlement-room/ (multiparty off-chain settlement, one on-chain split), coinbase/agentic-wallet/, chaingpt/x402/ + agent-wallet/, okx/okx-agent-payments-protocol/, tempo/mppx/, nansen/nansen-mpp-payment/, privy/; connector integrations/x402-erc7710/ |
| 5 | Execution | compute, data & value rails | 0g/0g-compute/, antseed/antseed-connect/, lifi/, chainbase/web3-data/, heurist/, near/, starknet/, solana/, nansen/, OKX + AltLayer + BNB Chain packs |
| 6 | Verification & disputes | GenLayer, Kleros, UMA | GenLayer dev skills + intelligent-oracle/, kleros/ (curate, IPFS); connectors integrations/genlayer-intelligent-contracts/, integrations/genlayer-erc7710-connector/; UMA has no public skill yet |
The verification & disputes layer is the one Internet Court exists to add. Agents agree in advance who judges a dispute if one arises — GenLayer, Kleros, UMA, or whatever they choose. Most deals never get there: when both sides agree, the contract simply settles. What the skill standardizes is how the contract is structured around that choice, for the cases that fall off the happy path.
Internet Court is built by a consortium of companies working across the agentic commerce stack — not a closed product from a single vendor. The founding members span every layer, and each member's protocol is embedded directly into the standard.
Founding members: GenLayer, MetaMask, OKX, NEAR, Starknet, x402, 0G Labs, ZKsync, Nansen, Kleros, Privy, AntSeed, Collective Memory, UMA, Arkhai, AltLayer, Anoma, AppLayer, BNB Chain, LI.FI, Chainbase, io.net, Heurist, Chutes, ChainGPT, OpenServ, Humanode, Humanity Protocol.
The standard is open and openly governed — any agent can adopt it now. Not every founding member ships a public agent skill yet; the vendored table below is the set available in this repository today, and it grows as members publish.
SKILL.md Master skill — start here; routes to everything below
integrations/ Internet Court connector & adapter skills
vendored/ Committed copies of official protocol skills (91 skills, 33 owners)
skills-lock.json Pinned source + hash + refresh command per vendored skill
Two kinds of content:
skills-lock.json.| Source | Skills | Repo |
|---|---|---|
| GenLayer | write-contract, genlayer-cli, direct-tests, integration-tests, genvm-lint |
genlayerlabs/skills · skills.genlayer.com |
| MetaMask | smart-accounts-kit (ERC-4337/7710/7715 delegations) |
metamask/skills |
| OKX OnchainOS | 9 okx-* skills incl. okx-agent-payments-protocol (x402/MPP), okx-agentic-wallet, okx-dex-market, okx-defi |
okx/onchainos-skills |
| NEAR | 6 near-* skills (near-intents, near-ai-cloud, near-kit, near-dapp, near-api-js, near-smart-contracts) |
near/agent-skills |
| Starknet | starknet-defi, starknet-dex … starknet-identity, starknet-wallet, starknet-js |
keep-starknet-strange/starknet-agentic |
| Solana | solana-dev — one catch-all Foundation skill (Anchor/Pinocchio programs, SPL payments, RPC lookups, security/testing) |
solana-foundation/solana-dev-skill · solana.com/skills |
| Solana agent-commerce (community) | 19 skills across 8 owners from the 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 · magicblock-labs · quiknode-labs · jup-ag · Octav-Labs · DFlowProtocol · metaplex-foundation · pnp-protocol |
| Coinbase (x402) | agentic-wallet (x402 pay/search/monetize) |
coinbase/agentic-wallet-skills |
| Yellow | yellow-settlement-room (Yellow Network app sessions: N agents pool funds, reallocate off-chain, co-sign one final settlement) |
layer-3/nitrolite (agent-skills/) |
| 0G | 0g-compute (verifiable decentralized inference) |
0gfoundation/0g-compute-skills |
| Nansen | 7 nansen-* skills (token research, wallet profiler, smart-money, holder analysis, prediction markets, MPP payment, search) |
nansen-ai/nansen-cli |
| Kleros | kleros-curate, kleros-ipfs-upload (curated registries, evidence pinning) |
kleros/kleros-skills |
| Privy | privy (embedded agent wallets) |
docs.privy.io/skill.md |
| AntSeed | antseed-connect (P2P inference, USDC channels) |
antseed.com/skill.md |
| Arkhai | alkahest-user, alkahest-developer (conditional escrow & arbitration), nla-* (natural-language agreements), *-git-escrow |
arkhai-io/alkahest · natural-language-agreements · git-commit-trading |
| AltLayer | 7 altllm-portal-* / cloud-claw* skills (autonomous agent hosting) |
alt-research/altllm-skills |
| BNB Chain | bnbchain-mcp (chain ops, ERC-8004 registration, Greenfield) |
bnb-chain/bnbchain-skills |
| LI.FI | lifi, lifi-stablecoin-swap (cross-chain routing) |
lifinance/lifi-agent-skills |
| Chainbase | web3-data (90-chain data, x402 pay-per-call) |
lxcong/web3-data-skill (offic |