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.
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
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.
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
Enter this command in a Claude Code session to add the Internet Court marketplace.
Installs: Complete Internet Court repository installed as a plain Claude Code skill. The repository bundles every sub-skill for offline use; the skillPaths list is a task-prioritized subset, not the complete bundle inventory. · Claude Code
Before you start
Git
Run this command in a terminal. It clones the complete repository into Claude Code's user skill directory.
Installs: Internet Court root skill only. When the complete repository is not installed, the root router can fetch vendored protocol and connector skills on demand, but those fetched skills are not installed-path mappings for this option.
Before you start
An environment providing npx
Run this command in a terminal to install the Internet Court root skill.
npx skills add internet-court/internet-court-skill # installs the root skill
Installs: The 0G Compute skill only. Its README notes that this repository has been superseded by the unified 0g-agent-skills repository. · Claude Code
Before you start
Git
Run this command in a terminal to clone the 0G Compute skill into Claude Code's user skill directory.
Installs: The 0G Compute skill only. Its README notes that this repository has been superseded by the unified 0g-agent-skills repository. · OpenAI Codex
Before you start
Git
Run this command in a terminal to clone the 0G Compute skill into OpenAI Codex's user skill directory.
Installs: The Chainbase web3-data skill, covering Web3 Data and Tops. · Claude Code
Before you start
Claude Code
A local checkout of web3-data-skill
Run this command in a terminal, replacing `/path/to/web3-data-skill` with the path to the local web3-data-skill checkout while keeping the command form unchanged.
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.
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.
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.