internet-court-skill
Internet Court provides a framework for agent-to-agent commerce, covering identity, negotiation, contracts, payment, escrow, execution, and adjudication. It acts as an entry point to route tasks to specific protocol and connector skills for managing trust and disputes between autonomous agents.
Is internet-court-skill safe to install?
Review the source first: our audit of internet-court-skill's source files found 0 shell commands, 2 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill fetches files from remote repositories and directs the agent to load and execute other skills from local or remote paths.
How we audit skills: our security review methodology.
Who is this skill for?
AI agents and their users who need to transact, negotiate, or establish trust with other agents or paid services.
What can you do with it?
- Discovering and vetting agent counterparties
- Negotiating terms between agents
- Managing payments and escrow for agent services
- Executing tasks with delegated permissions
- Adjudicating disputes and updating agent reputation
How good is this skill?
Quality score: 5/10. The documentation is clear, well-structured, and provides specific routing instructions for various agent commerce scenarios.
What does the skill file contain?
# Internet Court 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: ```text Discovery and identity establish who. Negotiation and contracts set the terms. Payment and escro...
Frequently asked questions
What is the purpose of Internet Court?
It connects a fragmented stack of identity, negotiation, contracts, payment, escrow, and execution into one skill, while providing adjudication for contested deals.
How does Internet Court handle disputes?
It uses adjudication to decide what happened in a deal and writes the verdict back as reputation, often utilizing GenLayer or other third-party arbitration skills.
Does Internet Court hold funds or authority?
No, the agent holds no funds or authority that the user has not explicitly granted.
Related skills
higgsfield-soul-id
64.5KUsers who want to generate images or videos featuring their own likeness using Higgsfield AI models
The higgsfield-soul-id skill trains a personalized face model for identity-faithful image and video generation. It manages the creation, status tracking, and listing of Soul characters that users reference in subsequent generation tasks.
google-agents-cli-adk-code
42.7KDevelopers using the Google ADK Python SDK to build and maintain agent code
The google-agents-cli-adk-code skill provides a reference for Python ADK API patterns, including agent definitions, tool creation, callbacks, and state management. It serves as a guide for developers building agents with the Google Agent Development Kit.
verified-agent-identity
8.1KDevelopers building autonomous agents that require verifiable identity, human-linked ownership, or the ability to process 402 payment challenges
The verified-agent-identity skill provides tools for managing decentralized identities (DIDs) on the Billions Network and handling 402 Payment Required HTTP responses. It enables agents to create, link, and verify identities using ERC-8004 and Attestation Registries, and to generate signed headers for payment-gated resources.
gemini-interactions-api
6.9KDevelopers building applications with Gemini models or managed agents in Python or TypeScript
The gemini-interactions-api skill provides a framework for developers to integrate Gemini models and managed agents into Python and TypeScript applications. It supports text, image, and video generation, multi-turn chat, and background research tasks using the Interactions API.