adcp-advertising

0
0
Source

Automate advertising campaigns with AI. Create ads, buy media, manage ad budgets, discover ad inventory, run display ads, video ads, CTV campaigns, and optimize ad performance. Perfect for marketing automation, programmatic advertising, media buying, ad management, campaign optimization, creative management, and performance tracking. Launch Facebook ads, Google ads, display advertising, video marketing, and multi-channel campaigns using natural language. Supports ad targeting, audience segmentation, ROI tracking, and automated bidding.

Install

mkdir -p .claude/skills/adcp-advertising && curl -L -o skill.zip "https://mcp.directory/api/skills/download/6491" && unzip -o skill.zip -d .claude/skills/adcp-advertising && rm skill.zip

Installs to .claude/skills/adcp-advertising

About this skill

Ad Context Protocol (AdCP) Advertising Skill

Overview

Automate your advertising campaigns with AI. This skill enables OpenClaw agents to discover ad inventory, launch campaigns, manage creatives, and optimize performance across display, video, CTV, audio, and more - all through natural language commands.

No dashboards. No forms. No ad platform expertise required.

What You Can Do

  • 🎯 Launch campaigns in minutes - "Create a $10k display campaign targeting tech professionals in California"
  • 🔍 Discover ad inventory instantly - "Find premium video placements for luxury brands"
  • 🎨 Upload ads with ease - "Upload these banner images as creatives"
  • 📊 Track ROI in real-time - "Show me campaign performance and CTR by creative"
  • 🎛️ Auto-optimize spend - "Reallocate budget to top-performing packages"
  • 🌐 Target precisely - Demographics, behaviors, interests, locations, devices, times

Perfect For

Marketing teams running Facebook ads, Google ads, and multi-channel campaigns
Media buyers managing programmatic ad spend across publishers
Agencies automating client campaign management and reporting
E-commerce brands launching product ads and retargeting campaigns
Startups running lean marketing with AI-powered automation

Why Choose This Skill?

Skip the learning curve - No need to master complex ad platforms
Save time - Launch in 5 minutes vs. hours of manual setup
Spend smarter - AI automatically optimizes budgets to top performers
Scale faster - Manage unlimited campaigns through simple commands
Test risk-free - Public test agent included, no setup required

Official AdCP Repository: https://github.com/adcontextprotocol/adcp
Official AdCP Documentation: https://docs.adcontextprotocol.org
Complete Documentation Index: https://docs.adcontextprotocol.org/llms.txt

When to Use This Skill

Trigger this skill when users ask about:

Campaign Management

  • "Create a display ad campaign"
  • "Launch Facebook ads for my product"
  • "Set up a $5000 video advertising campaign"
  • "Pause my underperforming campaigns"

Ad Discovery & Media Buying

  • "Find advertising inventory for luxury brands"
  • "Show me CTV ad placements in major cities"
  • "What display ad options are available?"
  • "Buy media for a tech startup"

Creative Management

  • "Upload these banner images"
  • "Which creative is performing best?"
  • "Add video ads to my campaign"
  • "Manage my ad library"

Performance & Optimization

  • "How is my campaign performing?"
  • "Show me ROI by channel"
  • "Optimize my ad spend"
  • "Reallocate budget to top performers"
  • "Track impressions and click-through rates"

Targeting & Audiences

  • "Target professionals in California"
  • "Set up demographic targeting"
  • "Create a retargeting campaign"
  • "Target by device type and time of day"

Quick Start

Launch Your First Campaign (5 Minutes)

No setup required. Use the included test agent to try everything:

Step 1: Discover what's available

"Show me advertising capabilities"

Browse available channels, publishers, and formats.

Step 2: Find ad inventory

"Find display ads for a tech startup, budget $5000"

AI searches and shows matching products with pricing.

Step 3: Launch campaign

"Create campaign with Product prod_123, $5000 budget, targeting California tech professionals"

Campaign goes live instantly.

Step 4: Upload your ads

"Upload these banner images as creatives"

Drop files, get instant creative IDs.

Step 5: Monitor performance

"Show campaign metrics and ROI"

Real-time impressions, clicks, CTR, spend.

Real-World Usage Examples

Quick campaign launch:

User: "I need to run display ads for my SaaS product"
Agent: [Discovers products] "Found 5 display packages. Want details?"
User: "Create campaign with Product 1, $10k budget, target CTOs"
Agent: [Creates campaign] "Campaign live! ID: mb_abc123"

Performance optimization:

User: "How are my video ads performing?"
Agent: [Shows metrics] "Package A: 2.3% CTR, Package B: 0.8% CTR"
User: "Move $5k from B to A"
Agent: [Reallocates] "Budget updated. Package A now $15k"

Multi-channel campaign:

User: "Launch omnichannel campaign: display in CA, video in NYC, $50k total"
Agent: [Creates packages] "3 packages created across display and video"

How It Works

Natural Language Understanding

Speak naturally. The skill understands:

  • Budgets: "$5000", "five thousand dollars", "5k budget"
  • Locations: "California", "major US cities", "New York and LA"
  • Audiences: "tech professionals", "age 25-45", "high income"
  • Goals: "brand awareness", "drive conversions", "increase sales"

Progressive Workflow

1. Discovery Phase

"Find video advertising for luxury brands"

↓ Agent searches inventory ↓ Shows matched products with pricing ↓ Explains targeting and formats

2. Campaign Creation

"Create campaign with Product 1, $25k, target professionals"

↓ Agent creates media buy ↓ Sets up targeting overlay ↓ Returns campaign ID and status

3. Creative Management

"Upload my banner ads"

↓ Agent syncs creatives ↓ Assigns to campaign ↓ Returns creative IDs

4. Monitoring & Optimization

"Show performance"

↓ Agent fetches delivery data
↓ Shows metrics by package/creative
↓ Suggests optimizations

Core Operations

Create Campaign

const campaign = await testAgent.createMediaBuy({
  buyer_ref: 'campaign-2026-q1',
  brand_manifest: { url: 'https://acme.com' },
  packages: [{ product_id: 'premium_display', budget: 10000 }]
});

Upload Creatives

await testAgent.syncCreatives({
  creatives: [{ 
    buyer_ref: 'banner-300x250',
    url: 'https://cdn.acme.com/banner.jpg'
  }]
});

Monitor Performance

const delivery = await testAgent.getMediaBuyDelivery({
  media_buy_id: 'mb_abc123'
});
console.log(`CTR: ${delivery.totals.ctr}%, Spend: $${delivery.totals.spend}`);

See REFERENCE.md for complete API docs and EXAMPLES.md for detailed workflows.

Core Concepts

The 8 Media Buy Tasks

AdCP provides 8 standardized tasks for the complete advertising lifecycle. Learn more in the Media Buy Protocol documentation.

  1. get_adcp_capabilities - Discover agent features and portfolio (~1s)
  2. get_products - Find inventory using natural language (~60s)
  3. list_creative_formats - View creative specifications (~1s)
  4. create_media_buy - Launch campaigns (minutes-days, may require approval)
  5. update_media_buy - Modify campaigns (minutes-days)
  6. sync_creatives - Upload creative assets (minutes-days)
  7. list_creatives - Query creative library (~1s)
  8. get_media_buy_delivery - Track performance (~60s)

Complete task reference: https://docs.adcontextprotocol.org/docs/media-buy/task-reference/

Brand Manifest

Brand context can be provided two ways:

URL reference (recommended - agent fetches brand info):

{
  "brand_manifest": {
    "url": "https://brand.com"
  }
}

Inline manifest (full brand details):

{
  "brand_manifest": {
    "name": "Brand Name",
    "url": "https://brand.com",
    "tagline": "Brand tagline",
    "colors": { "primary": "#FF0000" },
    "logo": { "url": "https://cdn.brand.com/logo.png" }
  }
}

Pricing Models

Products support various pricing models:

  • CPM (Cost Per Mille/Thousand) - Fixed price per 1000 impressions
  • CPM-Auction - Bid-based pricing for impressions
  • CPCV (Cost Per Completed View) - Video completions
  • Flat-Fee - Fixed campaign cost
  • CPP (Cost Per Point) - Percentage of audience reached

For auction pricing, include bid_price in your package.

Asynchronous Operations

AdCP is not a real-time protocol. Operations may take:

  • ~1 second - Simple lookups (formats, creative lists)
  • ~60 seconds - AI/inference operations (product discovery)
  • Minutes to days - Operations requiring human approval (campaign creation)

Always check the status field in responses:

  • completed - Operation finished successfully
  • pending - Awaiting approval or processing
  • failed - Operation failed (check error details)

Targeting Capabilities

Apply targeting overlays to campaigns:

{
  targeting_overlay: {
    geo: {
      included: ['US-CA', 'US-NY'],  // DMA codes or regions
      excluded: ['US-TX']
    },
    demographics: {
      age_ranges: [{ min: 25, max: 44 }],
      genders: ['M', 'F']
    },
    behavioral: {
      interests: ['technology', 'gaming'],
      purchase_intent: ['consumer_electronics']
    },
    contextual: {
      keywords: ['innovation', 'design'],
      categories: ['IAB19'] // Technology & Computing
    }
  }
}

Common Workflows

Workflow 1: Campaign Discovery to Launch

// 1. Discover capabilities
const caps = await agent.getAdcpCapabilities({});

// 2. Find products
const products = await agent.getProducts({
  brief: 'Q1 2026 brand awareness campaign for tech startup',
  brand_manifest: { url: 'https://startup.com' },
  filters: { channels: ['display', 'video'] }
});

// 3. Check creative formats
const formats = await agent.listCreativeFormats({
  format_types: ['display', 'video']
});

// 4. Create campaign
const campaign = await agent.createMediaBuy({
  buyer_ref: 'q1-2026-awareness',
  brand_manifest: { url: 'https://startup.com' },
  packages: [
    {
      buyer_ref: 'pkg-001',
      product_id: products.products[0].product_id,
      pricing_option_id: 'cpm-standard',
      budget: 15000
    }
  ],
  start_time: { type: 'asap' },
  end_time: '2026-03-31T23:59:59Z'
});

// 5. Upload creatives
await agent.syncCreatives({
  creatives: [...], // Your creative assets
  assignments: {
    'creative_001': ['pkg-00

---

*Content truncated.*

seedream-image-gen

openclaw

Generate images via Seedream API (doubao-seedream models). Synchronous generation.

2259

ffmpeg-cli

openclaw

Comprehensive video/audio processing with FFmpeg. Use for: (1) Video transcoding and format conversion, (2) Cutting and merging clips, (3) Audio extraction and manipulation, (4) Thumbnail and GIF generation, (5) Resolution scaling and quality adjustment, (6) Adding subtitles or watermarks, (7) Speed adjustment (slow/fast motion), (8) Color correction and filters.

6623

context-optimizer

openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs optimization events to chat.

3622

a-stock-analysis

openclaw

A股实时行情与分时量能分析。获取沪深股票实时价格、涨跌、成交量,分析分时量能分布(早盘/尾盘放量)、主力动向(抢筹/出货信号)、涨停封单。支持持仓管理和盈亏分析。Use when: (1) 查询A股实时行情, (2) 分析主力资金动向, (3) 查看分时成交量分布, (4) 管理股票持仓, (5) 分析持仓盈亏。

9121

himalaya

openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

7921

garmin-connect

openclaw

Syncs daily health and fitness data from Garmin Connect into markdown files. Provides sleep, activity, heart rate, stress, body battery, HRV, SpO2, and weight data.

7321

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

642969

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

590705

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

318398

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

339397

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

451339

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

304231

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.