GregSkills & TemplatesVercel Marketplace Integration

Vercel Marketplace Integration — AI Skill & Notion Template

Production-grade reference for shipping a Vercel Marketplace native integration, packaged for one-shot ingestion by AI agents and one-click duplication as a Notion template.

<aside> 🤖

📥 Upload this Skill to your AI model →

One-click ingestion — point Claude, GPT, Gemini, Cursor, Copilot, Kiro, or Notion AI at the canonical README URL above. The Skill Manifest section below is drop-in compatible with HAVIS, MCP servers, and the Genesis Conductor agent mesh.

</aside>

<aside> 🚀

Deploy to Vercel →

One-click clone + env scaffolding.

</aside>

<aside> 🐙

View on GitHub →

Canonical upstream source.

</aside>

<aside> 📋

Copy Skill Manifest ↓

Drop-in YAML for agent ingestion.

</aside>

<aside> 🏛️

Submit to Marketplace →

Provider program application.

</aside>

Status Tier Audience Reading time Last updated
🟡 Draft AI Skill + Notion Template Provider engineers · agent builders ~7 min May 2, 2026

<aside> 🛒

Skill / Template: Reference implementation for building a Vercel Marketplace Integration (native provider product) — packaged as a reusable AI Skill and Notion Template.

Source of truth: vercel/example-marketplace-integration

Status: Draft — ready for internal review prior to marketplace submission.

</aside>

Jump to Section
📌 TL;DR 🔍 SEO & Discovery Metadata
🛡️ Integrity Invariants Source-locked Quickstart
🧱 Architecture Notes 🔗 DCR Protocol — On-chain Verification
🤖 Skill Manifest Publish Checklist
🏛️ Architect Review

<aside> 🔗

Canonical cluster anchors (previewable). Yennefer cluster · TAEX · Retraining loop · §6.17 · Integrations registry · Integrative Flow.

‣ · ‣ · ‣ · ‣ · ‣ · TAEX Intent Router — Agent-Based Routing with Dissonance Memory MCP · ‣ · ‣ · ‣

</aside>

TL;DR

A Next.js reference app that implements the Vercel Marketplace native-integration API (OAuth callback, product/plan endpoints, billing, webhooks, cron). Use it as the substrate for shipping a Kovach Enterprises product (e.g. Prompt Ledger Cloud, MOMUS Deployer) into the Vercel Marketplace, or as an AI Skill that teaches an agent how to scaffold and operate marketplace integrations.

SEO & Discovery Metadata

Page-level SEO

Primary title (H1, ≤60 chars) Vercel Marketplace Integration — AI Skill & Notion Template
Slug vercel-marketplace-integration-skill
Meta description (≤160 chars) Reference Vercel Marketplace integration packaged as a Notion template and AI Skill. OAuth, product/plan APIs, Upstash Redis, cron security, deploy checklist.
Primary keywords Vercel Marketplace, native integration, marketplace provider, OAuth integration, AI Skill, Notion Template
Secondary keywords Next.js integration, INTEGRATION_CLIENT_ID, Vercel partner API, billing plans, storage product, Vercel CLI integration, Upstash Redis, CRON_SECRET
LSI / semantic keywords code-for-token exchange, Integrations Console, Redirect Login URL, withAuth wrapper, getProductBillingPlans, KV_REST_API_URL, callback route
Categories Developer Tools · Integrations · AI Skills · Notion Templates · DevOps
Audience Vercel Marketplace providers · agent platform builders · integration engineers
Canonical URL https://github.com/vercel/example-marketplace-integration
Robots index, follow, max-snippet:-1, max-image-preview:large
hreflang en-US (primary)
Schema type TechArticleSoftwareSourceCode

Open Graph

og:type article og:title Vercel Marketplace Integration — AI Skill & Notion Template
og:description Production-grade reference for shipping a Vercel Marketplace native integration. Includes a Skill Manifest for AI ingestion. og:url https://github.com/vercel/example-marketplace-integration
og:site_name Kovach Enterprises · Greg Wiki og:image https://opengraph.githubassets.com/1/vercel/example-marketplace-integration
og:image:alt Vercel Marketplace integration repository preview card. og:locale en_US
article:published_time 2026-05-02 article:author Igor Holt — Kovach Enterprises
article:section Integrations article:tag Vercel Marketplace, AI Skill, Notion Template

Twitter / X Card

twitter:card summary_large_image
twitter:description Reference integration + agent-ingestable Skill Manifest. Deploy in one click.
twitter:creator @kovachenterprises

Structured data (JSON-LD)

{
  "@context": "<https://schema.org>",
  "@type": "TechArticle",
  "headline": "Vercel Marketplace Integration — AI Skill & Notion Template",
  "description": "Reference Vercel Marketplace integration packaged as a Notion template and AI Skill. Includes OAuth, product/plan APIs, Upstash Redis state, cron security, and a deploy checklist.",
  "author": {
    "@type": "Person",
    "name": "Igor Holt",
    "email": "[email protected]",
    "affiliation": {
      "@type": "Organization",
      "name": "Kovach Enterprises"
    }
  },
  "publisher": {
    "@type": "Organization",
    "name": "Kovach Enterprises",
    "url": "<https://kovachenterprises.com>"
  },
  "datePublished": "2026-05-02",
  "dateModified": "2026-05-02",
  "inLanguage": "en-US",
  "keywords": [
    "Vercel Marketplace",
    "native integration",
    "AI Skill",
    "Notion Template",
    "OAuth",
    "Upstash Redis",
    "cron security",
    "Next.js",
    "INTEGRATION_CLIENT_ID",
    "CRON_SECRET"
  ],
  "isAccessibleForFree": true,
  "license": "<https://github.com/vercel/example-marketplace-integration/blob/main/LICENSE>",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "<https://github.com/vercel/example-marketplace-integration>"
  },
  "about": [
    { "@type": "SoftwareApplication", "name": "Vercel Marketplace" },
    {
      "@type": "SoftwareSourceCode",
      "codeRepository": "<https://github.com/vercel/example-marketplace-integration>",
      "programmingLanguage": "TypeScript",
      "runtimePlatform": "Next.js on Vercel"
    }
  ],
  "audience": {
    "@type": "Audience",
    "audienceType": "Vercel Marketplace providers, AI agent builders, integration engineers"
  }
}