Claude Ads: AI-Powered Paid Advertising Audit for Claude Code

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Claude Ads: AI-Powered Paid Advertising Audit for Claude Code

Summary

Claude Ads is an AI-powered skill for Claude Code designed to automate comprehensive paid advertising audits. It performs over 250 checks across major ad platforms, providing a weighted health score, prioritized action plans, and AI creative generation. This tool drastically reduces the time and cost associated with manual ad account analysis.

Repository Information

Analyzed by OSRepos on June 14, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

Claude Ads is an innovative, AI-powered skill for Claude Code designed to revolutionize paid advertising audits and optimization. This comprehensive tool performs over 250 checks across major ad platforms, including Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, Apple, and Amazon Ads. It provides a weighted Ads Health Score, a prioritized action plan, and even AI creative generation, drastically reducing the time and cost associated with manual ad account analysis.

Built for PPC agencies, in-house marketers, and freelance ad consultants, Claude Ads can complete an audit in 10-15 minutes that would typically take a senior PPC specialist 4-6 hours. It runs locally, is deterministic, and is MIT-licensed, ensuring privacy and flexibility.

Installation

To get started with Claude Ads, you can choose from several installation methods. We will focus on the public open-source version (AgriciDaniel/claude-ads).

1. Plugin Install (Claude Code, Recommended)

This method registers Claude Ads as a native plugin with auto-updates and version tracking.

/plugin marketplace add AgriciDaniel/claude-ads
/plugin install claude-ads@agricidaniel-claude-ads

2. One-Command Install (Unix/macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/claude-ads/main/install.sh | bash

3. One-Command Install (Windows PowerShell)

irm https://raw.githubusercontent.com/AgriciDaniel/claude-ads/main/install.ps1 | iex

Requirements

  • Claude Code CLI
  • Python 3.10+ (with Playwright optional, for live landing page analysis)
  • reportlab (optional, for PDF report generation via /ads report)

Examples

Claude Ads offers a range of commands for various audit and planning tasks. Here are some quick start examples:

Run a Full Multi-Platform Audit

# Start Claude Code
claude

# Run a full multi-platform audit
/ads audit

Sample Output for /ads audit

{
  "ads_health_score": 73,
  "grade": "C",
  "audit_date": "2026-05-18",
  "platforms": {
    "google_ads": { "score": 78, "grade": "B", "checks_run": 80, "critical": 2, "high": 5 },
    "meta_ads":   { "score": 64, "grade": "C", "checks_run": 50, "critical": 4, "high": 7 },
    "linkedin":   { "score": 81, "grade": "B", "checks_run": 27, "critical": 0, "high": 3 }
  },
  "top_findings": [
    {
      "id": "M-AND-01",
      "severity": "critical",
      "platform": "meta",
      "title": "Andromeda creative similarity > 60%: retrieval suppression risk",
      "impact": "Estimated 20-35% reach loss; 4 ad sets affected",
      "action": "Replace 7 near-duplicate creatives with concept-diverse variants",
      "owner": "creative",
      "eta_days": 7
    },
    {
      "id": "G-AIM-03",
      "severity": "high",
      "platform": "google",
      "title": "AI Max enabled without negative keyword discipline",
      "impact": "Wasted spend ~$1,400/mo on irrelevant queries",
      "action": "Build negative list from 30d search term report",
      "owner": "search",
      "eta_days": 2
    }
  ],
  "quick_wins": [
    "Enable Consent Mode V2 (Privacy Sandbox compatible, ~1 hr)",
    "Pause 3 ad groups failing 3x Kill Rule (saves ~$420/mo)"
  ]
}

Deep Analysis for a Single Platform

/ads google
/ads meta
/ads linkedin

Strategic Planning by Business Type

/ads plan saas
/ads plan ecommerce
/ads plan local-service

Cross-Platform Creative Audit

/ads creative

Why Use Claude Ads?

Claude Ads offers significant advantages over traditional manual audits, agency engagements, or commercial PPC audit tools:

  • Unmatched Efficiency: Transform a 4-6 hour manual audit into a 10-15 minute automated process. This allows agencies to audit accounts weekly instead of quarterly, and in-house marketers to gain a second pair of eyes before executive reviews.
  • Comprehensive and Up-to-Date Coverage: With over 250 checks, Claude Ads identifies critical issues across a wide range of platforms. It stays current with the latest platform changes, such as Meta's Andromeda, Google's AI Max, and Apple's AdAttributionKit, often outpacing commercial tools.
  • Actionable Insights: Receive a clear Ads Health Score (0-100) and a prioritized action plan, including critical findings and quick wins. This helps in anchoring client engagements and proactively addressing performance issues.
  • Cost-Effective: As an open-source skill, Claude Ads is free to use (requiring a Claude Code subscription), offering a powerful alternative to expensive agency retainers or monthly commercial tool subscriptions.
  • Privacy and Control: All analysis runs locally on your machine, ensuring your ad account data never leaves your environment. Being MIT-licensed, it offers full transparency and the ability to customize audit checks to your specific needs.
  • Strategic Planning and Creative Generation: Beyond auditing, Claude Ads provides industry-specific strategic ad plans and an AI-powered creative pipeline to generate campaign concepts, copy briefs, and even ad images.

Links

Related repositories

Similar repositories that may be relevant next.

dcc-mcp-blender: AI-Driven 3D Workflows with an Embedded MCP Server

dcc-mcp-blender: AI-Driven 3D Workflows with an Embedded MCP Server

September 24, 2026

dcc-mcp-blender is a powerful Blender addon that integrates an embedded Streamable HTTP MCP server directly into Blender. This allows any MCP-compatible AI client to seamlessly control and automate your 3D modeling, animation, and rendering workflows. It offers over 200 pre-built tools and an extensible skill system for robust production environments.

blenderaiai-agents
Guaardvark: Your Self-Hosted AI Studio for Agents, Media, and Code

Guaardvark: Your Self-Hosted AI Studio for Agents, Media, and Code

September 21, 2026

Guaardvark is a comprehensive, self-hosted AI studio designed for local execution of advanced AI tasks. It integrates coding agents, media generation (video, image, music, voice), and robust RAG capabilities, all running on a single GPU. This platform prioritizes privacy and user control, enabling a full AI workstation experience on your own hardware.

aiai-agentsself-hosted
APort Agent Guardrails: Deterministic Pre-Action Authorization for AI Agents

APort Agent Guardrails: Deterministic Pre-Action Authorization for AI Agents

September 19, 2026

APort Agent Guardrails provides deterministic pre-action authorization for AI agents, running security checks before any tool execution. This crucial mechanism prevents prompt injection from bypassing policy, ensuring robust and auditable protection for AI-driven operations.

aiai-agent-governanceguardrails
aport-spec: The Open Agent Passport (OAP) Specification for AI Agent Trust

aport-spec: The Open Agent Passport (OAP) Specification for AI Agent Trust

September 18, 2026

The aport-spec repository introduces the Open Agent Passport (OAP) specification, a critical framework for establishing trust in AI agents. It defines a lightweight, cryptographically verifiable credential, enabling real-time, pre-action authorization for AI agents across various platforms. OAP provides the essential runtime trust layer for secure and scalable agentic commerce.

aiaiagentauthorization

Source repository

Open the original repository on GitHub.

24 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️