agent-ready-ucp

Implement Universal Commerce Protocol discovery metadata and commerce endpoints for websites.

47|4|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/fabricioctelles/skills --skill agent-ready-ucp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-ready-ucp
Source: https://github.com/fabricioctelles/skills/tree/main/skills/agent-ready-cloudflare/ucp
Command: npx skills add https://github.com/fabricioctelles/skills --skill agent-ready-ucp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps make websites compatible with the Universal Commerce Protocol by exposing the required discovery document and validating that commerce integration checks pass.

Core Features & Use Cases

  • UCP Discovery: Configure a JSON response at the well-known UCP endpoint.
  • Protocol Metadata: Include the required protocol version, services, capabilities, and endpoint definitions.
  • Integration Validation: Verify that referenced specifications and schemas are reachable and confirm the site passes the UCP readiness scan.
  • Use Case: Use this Skill when enabling content payments or preparing an ecommerce website for agent-driven commerce workflows.

Quick Start

Use the agent-ready-ucp skill to implement and validate Universal Commerce Protocol support for my website.

Frequently Asked Questions about agent-ready-ucp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the Universal Commerce Protocol and how does agent-driven commerce work?

The Universal Commerce Protocol (UCP) enables agent-driven commerce by exposing a JSON discovery document at a well-known endpoint, allowing automated agents to query website services, capabilities, and payment endpoints for content transactions.

How do I implement UCP discovery endpoints for my website?

Implement UCP discovery by configuring a JSON response at the well-known endpoint that includes the required protocol_version, services, capabilities, and endpoint definitions to make your site compatible with the Universal Commerce Protocol.

What is included in a UCP readiness scan validation?

A UCP readiness scan validation confirms that your commerce integration passes by checking that referenced specifications and schemas are reachable, and that all required protocol metadata for agent commerce is correctly exposed.

Can I use UCP integration for content payments on an existing website?

Yes, you can apply UCP integration to enable content payments and prepare an ecommerce website for agent-driven commerce workflows by exposing the required discovery metadata and validating your commerce endpoints.

What JSON metadata is required to pass a Universal Commerce Protocol readiness scan?

To pass a UCP readiness scan, your JSON metadata must include protocol_version, services, capabilities, and endpoint definitions, while ensuring all referenced specifications and schemas remain reachable.

Why is my Universal Commerce Protocol integration not passing the readiness scan?

Your UCP integration may fail the readiness scan if referenced specifications or schemas are unreachable, or if required fields like protocol_version, services, capabilities, or endpoints are missing from the discovery document.