{"name":"Claude Ads: AI-Powered Paid Advertising Audit for Claude Code","description":"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.","github":"https://github.com/AgriciDaniel/claude-ads","url":"https://osrepos.com/repo/agricidaniel-claude-ads","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/agricidaniel-claude-ads","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/agricidaniel-claude-ads.md","json":"https://osrepos.com/repo/agricidaniel-claude-ads.json","topics":["ai","ai-marketing","claude-code","marketing-automation","python","paid-ads","audit","open-source"],"keywords":["ai","ai-marketing","claude-code","marketing-automation","python","paid-ads","audit","open-source"],"stars":null,"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.","content":"## Introduction\n\nClaude 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.\n\nBuilt 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.\n\n## Installation\n\nTo get started with Claude Ads, you can choose from several installation methods. We will focus on the public open-source version ([AgriciDaniel/claude-ads](https://github.com/AgriciDaniel/claude-ads){:target=\"_blank\"}).\n\n### 1. Plugin Install (Claude Code, Recommended)\n\nThis method registers Claude Ads as a native plugin with auto-updates and version tracking.\n\nshell\n/plugin marketplace add AgriciDaniel/claude-ads\n/plugin install claude-ads@agricidaniel-claude-ads\n\n\n### 2. One-Command Install (Unix/macOS/Linux)\n\nbash\ncurl -fsSL https://raw.githubusercontent.com/AgriciDaniel/claude-ads/main/install.sh | bash\n\n\n### 3. One-Command Install (Windows PowerShell)\n\npowershell\nirm https://raw.githubusercontent.com/AgriciDaniel/claude-ads/main/install.ps1 | iex\n\n\n### Requirements\n\n*   Claude Code CLI\n*   Python 3.10+ (with Playwright optional, for live landing page analysis)\n*   reportlab (optional, for PDF report generation via `/ads report`)\n\n## Examples\n\nClaude Ads offers a range of commands for various audit and planning tasks. Here are some quick start examples:\n\n### Run a Full Multi-Platform Audit\n\nbash\n# Start Claude Code\nclaude\n\n# Run a full multi-platform audit\n/ads audit\n\n\n### Sample Output for `/ads audit`\n\n\n{\n  \"ads_health_score\": 73,\n  \"grade\": \"C\",\n  \"audit_date\": \"2026-05-18\",\n  \"platforms\": {\n    \"google_ads\": { \"score\": 78, \"grade\": \"B\", \"checks_run\": 80, \"critical\": 2, \"high\": 5 },\n    \"meta_ads\":   { \"score\": 64, \"grade\": \"C\", \"checks_run\": 50, \"critical\": 4, \"high\": 7 },\n    \"linkedin\":   { \"score\": 81, \"grade\": \"B\", \"checks_run\": 27, \"critical\": 0, \"high\": 3 }\n  },\n  \"top_findings\": [\n    {\n      \"id\": \"M-AND-01\",\n      \"severity\": \"critical\",\n      \"platform\": \"meta\",\n      \"title\": \"Andromeda creative similarity > 60%: retrieval suppression risk\",\n      \"impact\": \"Estimated 20-35% reach loss; 4 ad sets affected\",\n      \"action\": \"Replace 7 near-duplicate creatives with concept-diverse variants\",\n      \"owner\": \"creative\",\n      \"eta_days\": 7\n    },\n    {\n      \"id\": \"G-AIM-03\",\n      \"severity\": \"high\",\n      \"platform\": \"google\",\n      \"title\": \"AI Max enabled without negative keyword discipline\",\n      \"impact\": \"Wasted spend ~$1,400/mo on irrelevant queries\",\n      \"action\": \"Build negative list from 30d search term report\",\n      \"owner\": \"search\",\n      \"eta_days\": 2\n    }\n  ],\n  \"quick_wins\": [\n    \"Enable Consent Mode V2 (Privacy Sandbox compatible, ~1 hr)\",\n    \"Pause 3 ad groups failing 3x Kill Rule (saves ~$420/mo)\"\n  ]\n}\n\n\n### Deep Analysis for a Single Platform\n\nbash\n/ads google\n/ads meta\n/ads linkedin\n\n\n### Strategic Planning by Business Type\n\nbash\n/ads plan saas\n/ads plan ecommerce\n/ads plan local-service\n\n\n### Cross-Platform Creative Audit\n\nbash\n/ads creative\n\n\n## Why Use Claude Ads?\n\nClaude Ads offers significant advantages over traditional manual audits, agency engagements, or commercial PPC audit tools:\n\n*   **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.\n*   **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.\n*   **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.\n*   **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.\n*   **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.\n*   **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.\n\n## Links\n\n*   **GitHub Repository**: [AgriciDaniel/claude-ads](https://github.com/AgriciDaniel/claude-ads){:target=\"_blank\"}\n*   **Maintainer's Blog**: [Agrici Daniel's Blog](https://agricidaniel.com/blog){:target=\"_blank\"}\n*   **AI Marketing Hub (Free Community)**: [AI Marketing Hub](https://www.skool.com/ai-marketing-hub){:target=\"_blank\"}","metrics":{"detailViews":3,"githubClicks":4},"dates":{"published":null,"modified":"2026-06-14T16:31:47.000Z"}}