Ad Spend Optimizer
Audits paid channel performance and recommends budget reallocation to lift ROAS and cut CAC.
Marketing & SEOIntermediate★ 145⑂ 29AI score 8/10Last updated: Apr 2, 2026
What it does
- Computes ROAS, CAC, CPL, CTR and conversion rate per channel/campaign and compares them to healthy ranges.
- Helps pick the right attribution model (last click, first click, linear, time decay, position-based, data-driven) for your sales cycle.
- Reads marginal ROI signals to decide which channels have headroom to scale and which are hitting diminishing returns.
- Builds three reallocation scenarios (conservative, moderate, aggressive) with projected leads, CAC and ROAS plus warning thresholds.
- Sets up a weekly monitoring checklist and explicit scaling rule (15% below target for 2 weeks → +25% spend; above target for 2 weeks → −25%).
Who it's for
- Performance marketers and growth leads doing quarterly paid budget planning.
- Startup marketing owners diagnosing rising CAC or falling ROAS by channel.
- Agencies and in-house teams wanting a 70/20/10 proven/test/experiment split.
Example uses
- "$100K/month split Google $50K, Meta $30K, LinkedIn $15K; 395 leads at $253 CAC vs a $200 target — model three reallocation plans."
- "Google Display is at $500 CAC, 2.5x my target. Should I cut it entirely, and where should that budget go?"
- "Design a TikTok test: budget size, success criteria, and the CAC threshold at which I kill it."
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/guia-matthieu/clawfu-skills/HEAD/skills/acquisition/ad-spend-optimizer/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/acquisition/ad-spend-optimizer folder from the GitHub repo guia-matthieu/clawfu-skills into my ~/.claude/skills/ad-spend-optimizer/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/guia-matthieu/clawfu-skills.git && mkdir -p ~/.claude/skills && cp -r clawfu-skills/skills/acquisition/ad-spend-optimizer ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Terminal on macOS/Linux, Git Bash on Windows).
- Clone the repo:
git clone https://github.com/guia-matthieu/clawfu-skills.git. - Create the skills folder if needed:
mkdir -p ~/.claude/skills. - Copy the skill:
cp -r clawfu-skills/skills/acquisition/ad-spend-optimizer ~/.claude/skills/. - Restart Claude Code and prompt something like "reallocate my paid ad budget for next quarter".
- Paste your channel-level spend, lead and revenue data with the request — the skill cannot connect to ad platforms itself.
View source on GitHub ↗License: MIT