build-generative-seller-agent

Build generative seller platforms that sell ad inventory and generate creatives from buyer briefs.

18|15|Updated Aug 20, 2025
One-click install
npx skills add https://github.com/adcontextprotocol/adcp-client --skill build-generative-seller-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-generative-seller-agent
Source: https://github.com/adcontextprotocol/adcp-client/tree/main/.claude/skills/build-generative-seller-agent
Command: npx skills add https://github.com/adcontextprotocol/adcp-client --skill build-generative-seller-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams build platforms that both sell programmatic ad inventory and generate creative assets from buyer briefs, removing the need for manual creative uploads and bridging creative production with media-buy workflows.

Core Features & Use Cases

  • Generative + Standard Formats: Define and expose both generative formats (brief-based) and standard IAB formats (images, video, HTML) so buyers can either upload creatives or request generation from a brief.
  • Brand Resolution & Validation: Validate buyer brand domains before generating creatives to prevent misuse and ensure compliance; reject briefs with unresolvable brands.
  • End-to-end Media Buy Support: Implement get_adcp_capabilities, get_products, create_media_buy, list_creative_formats, sync_creatives, and delivery reporting so the platform can handle programmatic buys and creative lifecycle.
  • Compliance & Testing: Optionally register a test controller for deterministic compliance testing and sandbox validation workflows.

Quick Start

Create an AdCP generative seller that registers capabilities, lists generative and standard formats, validates brand domains, and handles brief-based and standard creative syncs.

Frequently Asked Questions about build-generative-seller-agent

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

FAQPage Schema
How do I build a platform that generates ad creatives from buyer briefs and sells programmatic inventory?

To build a generative seller platform, you implement handlers for programmatic media buys and brief-based creative generation. This involves exposing both generative brief assets and standard IAB formats to bridge creative production with media-buy workflows.

How does brand validation work when generating creatives from ad briefs?

Brand validation checks buyer brand domains before generating creatives to prevent misuse and ensure compliance. Briefs with unresolvable brands are rejected automatically.

What capabilities do I need to register to support generative DSP media buys?

You must register get_adcp_capabilities first, then expose list_creative_formats and sync_creatives handlers. Additional requirements include get_products, create_media_buy, and delivery reporting to handle the full programmatic buy and creative lifecycle.

Can I support both standard IAB asset uploads and brief-based creative generation on the same platform?

Yes, you can define and expose both generative formats and standard IAB formats like images, video, and HTML. This allows buyers to either upload standard creatives or request generation from a brief on the same platform.

How do I test compliance for a generative ad network handling programmatic media buys?

You can optionally register a compliance test controller for deterministic compliance testing. This enables sandbox validation workflows to ensure your platform meets AdCP requirements before live deployment.