Bid optimizer
Skill foxgeeek/adskills/.claude/skills/linkedin-ads/bid-optimizer
Claude Code Skills framework for multi-platform ad operations — Meta, Google, LinkedIn Ads from the terminal / Framework de Claude Code Skills pra gestão de tráfego multi-plataforma
npx -y skills add foxgeeek/adskills --skill bid-optimizerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Analyze LinkedIn campaign CTR, conversions, and actual CPC vs bid, then suggest ±% bid adjustments. Can apply adjustments with explicit confirmation. Triggers on prompts about bid tuning, CPC/CTR optimization, or reallocating spend to winning campaigns.
SKILL.md
1.4 KB, 313 tokens by cl100k_base, as published. Nobody here has run it
LinkedIn Ads — Bid Optimizer
When to use
- "Ajusta lances pra cima nas campanhas que tão convertendo"
- "Which LinkedIn campaigns should I raise bids on?"
- "Diminui o bid dos que estão com CPC alto demais"
Logic
For each campaign over lookback days:
- Suggest raise if
ctr ≥ min-ctrANDconversions > 0 - Suggest lower if
actual_cpc > current_bid × max-cpc-raise-ratio - Otherwise hold
Adjustment amount = ±adjust% of current unitCost.
Inputs
--account— account ref--lookback— days (default 14)--min-ctr— CTR % threshold (default 0.4)--max-cpc-raise-ratio— CPC/bid threshold (default 0.9)--adjust— adjustment % (default 15)--apply— opt-in to execute (prompts for confirmation)
Invocation
# Report only
adskills linkedin bids --account acme
# Apply suggestions
adskills linkedin bids --account acme --apply --adjust 15
Guardrails
--applyalways prompts for "yes"- Per-campaign failures do not abort the run
- Reports HTML + markdown with every suggestion including "hold"