Skill

Universal Commerce Protocol

Skill

Checkout sessions the agentic commerce way.

Official Vercel UCP skill. Payments and commerce operations without inventing a cart API.

spec·Apache-2.0·Updated this quarter·github.com/vercel-labs/agentic-commerce-skills

Claude CodeCursorDesktop
Scanned
npx skills add vercel-labs/agentic-commerce-skills/ucp

By Vercel

Input

An agentic checkout.

Output

A UCP session that matches the spec.

ucp-commerce.skill/invoke

You say

Start a checkout for this SKU.

It returns

UCP session. Payment still a separate confirm.

Prompt notebook

Prompts this skill is built for.

  • You say

    Start a checkout for this SKU.

    It returns

    UCP session. Payment still a separate confirm.

  • You say

    Where does the total come from?

    It returns

    The merchant session. Don’t recompute in the agent.

What it teaches

  1. 01Checkout
  2. 02Payments
  3. 03Sessions