account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding strategy, set up automated bidding, or optimize bid parameters — even if they say 'what bidding strategy should I use',
$ npx -y skills add charlieviettq/awesome-agent-skill --skill algo-ad-bidding --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/algo-ad-biddingContext preview
The summary Claude sees to decide when to auto-load this skill.
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding strategy, set up automated bidding, or optimize bid parameters — even if they say 'what bidding strategy should I use',
name: "\"algo-ad-bidding\"" description: "\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding strategy, set up automated bidding, or optimize bid parameters — even if they say 'what bidding strategy should I use', 'target CPA setup', or 'smart bidding configuration'.\"." allowed-tools: Read, Glob, Grep
Bidding strategies determine how much an advertiser pays per auction. Range from manual CPC (full control) to automated strategies (Target CPA, Target ROAS, Maximize Conversions) that use ML to optimize bids in real-time based on contextual signals.
**Trigger conditions:**
**When NOT to use:**
IRON LAW: Automated Bidding Requires SUFFICIENT Conversion Data Below ~30 conversions/month, the algorithm lacks signal and performs WORSE than manual bidding. Strategy selection depends on data volume: - < 30 conv/month: Manual CPC or Maximize Clicks - 30-50 conv/month: Maximize Conversions - 50+ conv/month: Target CPA - 50+ conv/month + revenue data: Target ROAS
Assess: monthly conversion volume, conversion tracking accuracy, campaign budget, business goal (volume vs efficiency vs revenue). **Gate:** Conversion tracking verified, sufficient data for chosen strategy.
**Manual CPC:** Set bid per keyword. Adjust based on: device, time, location, audience performance data.
**Target CPA:** 1. Set target cost-per-acquisition. 2. Algorithm predicts conversion probability per auction using contextual signals. 3. Bids up for high-probability conversions, down for low. 4. Aims to average at target CPA over time.
**Target ROAS:** Same as CPA but optimizes for return on ad spend = conversion_value / cost.
Monitor: actual CPA vs target, conversion volume stability, impression share changes, budget utilization. **Gate:** Actual CPA within 20% of target after learning period (2-4 weeks).
Return strategy recommendation with expected performance ranges.
{
"recommendation": {"strategy": "target_cpa", "target": 500, "currency": "TWD", "confidence": "high"},
"expected_performance": {"cpa_range": [400, 600], "volume_change": "-10% to +15%"},
"metadata": {"monthly_conversions": 85, "current_cpa": 550, "learning_period_days": 14}
}**Input:** E-commerce campaign, 120 conversions/month, current CPA=NT$450, goal: maintain CPA, increase volume **Expected:** Target CPA at NT$450. Expected: volume +10-20% as algorithm finds efficient auctions.
| Input | Expected | Why | |-------|----------|-----| | 10 conversions/month | Manual CPC | Insufficient data for automation | | Target CPA too aggressive | Volume drops to near zero | Algorithm can't find profitable auctions | | Conversion tracking broken | All strategies fail | Garbage data → garbage optimization |
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…
\"Implement Generalized Second Price auction for ad slot allocation and pricing. Use this skill when the user needs to understand search ad auctions, compute…