Skip to main content
Generalamekala

adspirer-wasted-spend

Find and fix wasted ad spend across all platforms. Use when the user wants to reduce wasted spend, find inefficiencies, or optimize budget.

Stars
52
Source
amekala/ads-mcp
Updated
2026-05-17
Slug
amekala--ads-mcp--adspirer-wasted-spend
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/amekala/ads-mcp/HEAD/plugins/adspirer/skills/adspirer-wasted-spend/SKILL.md -o .claude/skills/adspirer-wasted-spend.md

Drops the SKILL.md into .claude/skills/adspirer-wasted-spend.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Run a wasted spend analysis across $ARGUMENTS (default: all connected platforms).

  1. Read STRATEGY.md (if it exists). Flag campaigns violating active directives as priority waste sources.
  2. Call analyze_wasted_spend for Google Ads waste
  3. Call analyze_meta_wasted_spend for Meta Ads waste
  4. Call analyze_linkedin_wasted_spend for LinkedIn Ads waste
  5. Call analyze_search_terms to find irrelevant search terms
  6. Identify top sources of waste, calculate potential savings, and recommend specific fixes with expected impact
  7. If campaigns have zero ads or zero keywords, report a build-integrity blocker before optimization advice.