Leaderboard/Blockchain/internet-court-skill
Last commit on August 19, 2026·Created on June 16, 2026

internet-court/internet-court-skill

A trust layer for autonomous agent commerce and delegated financial permissions
Combined rank
#79
across all skills
In Blockchain
#1
category rank
Stars
5.9k
+3.9% in last 7d
Forks
106
+1.9% in last 7d
Watchers
9
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

Internet Court provides the infrastructure necessary for AI agents to transact with other agents or paid services. It establishes a framework for spending mandates, wallet custody, and the supervision of agent behavior to ensure secure machine-to-machine commerce.

This skill helps automation builders implement delegated permissions and dispute resolution. It streamlines the integration of payment standards and identity verification, making agent-to-agent negotiations more structured and verifiable.

WHO IT'S FOR
AI agent / automation builders
implementing trust layers for agent-to-agent commerce
Web3 / smart contract engineers
integrating ERC-7710 delegated authority and x402 payments
GenLayer developers
connecting intelligent contracts to delegated authority systems
Technical leads / architects
designing agent supervision and dispute resolution frameworks
Repository contents

95 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Setup

Claude Code plugin

Installs: Complete Internet Court plugin package. Only the root SKILL.md is registered; it routes to the bundled vendored protocol and connector skills on demand. The skillPaths list is a task-prioritized subset, not the complete bundle inventory. · Claude Code

Before you start
  • Claude Code with plugin marketplace support
  1. Enter this command in a Claude Code session to add the Internet Court marketplace.

    /plugin marketplace add internet-court/internet-court-skill
  2. Then enter this command in the same Claude Code session to install the plugin.

    /plugin install internet-court@internet-court
.claude-plugin/marketplace.json · Checked Sep 18, 2026.claude-plugin/plugin.json · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Resolve an ERC-8004 agent identity

Uses trustless-agents

  • Agent ID; use 0 for the documented Genesis Agent example
  • Chain; use base for the documented example
Use the trustless-agents skill to resolve ERC-8004 agent ID 0 on Base. Return the owner and decoded AgentCard, and clearly distinguish registry data from information contained in the AgentCard. Keep this read-only.
vendored/chaingpt/trustless-agents/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Run the recommended GenVM contract check

Uses genvm-lint

  • Path to a GenLayer intelligent-contract Python file; the documented sample path `contracts/my_contract.py` is only an example
  • A Python environment with `genvm-linter` installed; the skill documents `pip install genvm-linter` for setup
Use the genvm-lint skill to run its recommended combined check on `<contract-path>`. Report the lint and SDK-validation findings without changing the contract. Treat `<contract-path>` as a placeholder for my GenLayer intelligent-contract file.
README.md · Checked Sep 18, 2026vendored/genlayer/genvm-lint/SKILL.md · Checked Sep 18, 2026
Suggested first task

Discover current crypto narratives

Uses web3-data

  • Node.js with npm or npx, and the Chainbase CLI installed or available through npx as documented by the skill. Tops requires no API key.
Use the web3-data skill's Chainbase Tops service to list the current leading crypto narratives with their heat scores and brief topic summaries. This first task should use only the free Tops capability and should not make paid calls.
vendored/chainbase/web3-data/README.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026vendored/chainbase/web3-data/SKILL.md · Checked Sep 18, 2026