.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/internet-court/internet-court-skill
home/skills/internet-court/internet-court-skill
internet-court avatar

internet-court-skill

byinternet-court· 57 skills

Stars

1.4k

Forks

36

Category

Finance & Trading

View on GitHub

TL;DR

Entry point for Internet Court — the trust layer for agent-to-agent commerce. Use 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 concerns, spending mandates, delegated permissions (ERC-7710/7715), escrow, agent identity or reputation (ERC-8004), negotiation between agents (A2A), agent jobs (ERC-8183), machine payments (MPP, AP2), supervision of agent behavior, revocation, verification, or dispute resolution (GenLayer) — even if they never say "Internet Court". Routes to the vendored protocol skills and connector skills in this package.

How to install internet-court-skill?

internet-court/internet-court-skill
$npx -y skills add internet-court/internet-court-skill --skill internet-court-skill

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/internet-court/internet-court-skill" --skill "internet-court/internet-court-skill"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/internet-court/internet-court-skill" that are relevant to the current task. Run `npx skills add "https://github.com/internet-court/internet-court-skill"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Internet Court Skill
2 
3**An open skill for agent-to-agent contracts.**
4 
5Agents are beginning to transact, negotiate, and pay one another without
6humans in the loop. What they still lack is a way to trust each other. The
7building blocks already exist, but they are fragmented, and each one is built
8for the happy path. When a deal goes wrong, every layer passes the problem
9down the line.
10 
11Internet Court does two things. It connects that fragmented ecosystem into a
12single open skill, and it builds in **adjudication**: when two agents make a
13deal, they also agree up front how it will be settled if something goes wrong,
14written into the contract itself. Payments let agents transact. Adjudication
15makes them accountable — and accountability is what turns transactions into a
16real economy.
17 
18This repository is that skill: a master router (`SKILL.md`), the Internet
19Court connector skills, and vendored copies of the official skills published by
20the protocols in the stack. It gives an agent everything it needs to structure
21a deal, hold funds safely, and settle disagreements fairly — all in natural
22language, at internet speed.
23 
24## The stack
25 
26From discovery to disputes, agentic commerce runs through six layers. Each
27existing standard solves one of them and assumes everything goes right. Internet
28Court is the open skill that connects them and adds the layer nobody else owns —
29verification and dispute resolution — so the whole lifecycle of a deal sits
30behind one skill instead of a stack the agent has to wire up itself.
31 
32| # | Layer | Standards | In this repo |
33|---|---|---|---|
34| 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 |
35| 2 | Negotiation | A2A | [`terminalskills/a2a-protocol/`](vendored/terminalskills/a2a-protocol/), [`openserv/openserv-multi-agent-workflows/`](vendored/openserv/openserv-multi-agent-workflows/) |
36| 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 |
37| 4 | Payment & escrow | x402, MPP, APP | [`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/) |
38| 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/), [`nansen/`](vendored/nansen/), OKX + AltLayer + BNB Chain packs |
39| 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 |
40 
41The verification & disputes layer is the one Internet Court exists to add.
42Agents agree in advance who judges a dispute if one arises — GenLayer, Kleros,
43UMA, or whatever they choose. Mos

Preview

internet-court/internet-court-skillinternet-court/internet-court-skill

$ npx -y skills add internet-court/internet-court-skill --skill internet-court-skill

▸ installing to .claude/skills…

✓ internet-court-skill ready

Repointernet-court/internet-court-skill
TypeSkills
CategoryFinance & Trading
ForDeveloperFinanceAnalyst
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

Skill

Related

6 picks
Type
  1. stripe avatarstripe-best-practicesGuides Stripe integration decisions across API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties),…SkillsJul 202664k1.7k
  2. jakubkrehel avatarmake-interfaces-feel-betterDesign engineering principles for making interfaces feel polished.SkillsJul 202647k2.6k
  3. clerk avatarclerkClerk authentication router. Use when user asks about Clerk CLI operations,SkillsJul 202620k63
  4. okx avatarokx-dex-marketHARD BLOCK — never use for prediction-market/Polymarket UpDown queries; route to okx-dapp-discovery when a named DApp…SkillsJul 202614k315
  5. franalgaba avatargrimoire-polymarketQueries Polymarket market data and CLOB state, and manages CLOB orders via the Grimoire venue CLI wrapper backed by the official Polymarket CLI.SkillsMay 202612k6
  6. clerk avatarclerk-billingClerk Billing for subscription management - render Clerk's PricingTableSkillsJul 20269.3k63