Claude Ads: AI-Powered Paid Advertising Audit for Claude Code
This repository profile is provided by osrepos.com, an open source repository discovery platform.

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
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
- GitHub Repository: AgriciDaniel/claude-ads
- Maintainer's Blog: Agrici Daniel's Blog
- AI Marketing Hub (Free Community): AI Marketing Hub
Related repositories
Similar repositories that may be relevant next.

LobeHub: Your Chief Agent Operator for AI Team Orchestration
August 8, 2026
LobeHub acts as a Chief Agent Operator, streamlining the management of your AI team. It enables hiring, scheduling, and reporting on agents for 24/7 operations, allowing users to maintain control without constant online presence. This platform transforms individual AI tools into a cohesive, productive team.
awesome-ai: A Curated List of 400+ AI APIs, Tools, and Frameworks
August 7, 2026
The awesome-ai repository by edwardtay offers a comprehensive, curated list of over 400 AI APIs, tools, frameworks, and platforms. Spanning more than 40 categories, it serves as an invaluable resource for developers and researchers navigating the vast landscape of artificial intelligence. This list helps users discover solutions for LLMs, agents, image/video generation, MLOps, and more.

ext-apps: Standard for UIs Embedded in AI Chatbots with MCP Protocol
August 6, 2026
MCP Apps provides a standardized way to deliver interactive UIs from MCP servers, rendering inline in compliant chat clients like Claude and ChatGPT. This repository contains the official specification and SDK for building these interactive UIs. It enables developers to create rich user experiences, such as charts, forms, and dashboards, directly within AI chatbot conversations.

Axolotl: Streamlining LLM Fine-tuning with a Powerful Open-Source Framework
July 7, 2026
Axolotl is a comprehensive, free, and open-source framework designed to simplify the post-training and fine-tuning processes for large language models (LLMs). It offers extensive model support, diverse training methods, and robust performance optimizations, making it an invaluable tool for researchers and developers. With easy configuration and cloud-ready deployment, Axolotl empowers users to efficiently customize and enhance LLMs.
Source repository
Open the original repository on GitHub.
18 counted GitHub visits