growth-autopilot-ads
Automate full-funnel strategy generation, budget structure design, and dynamic bid/scale adjustments for Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, and DSP/programmatic campaigns.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/danyangliu-sandwichlab/growth-autopilot-adsGrowth Autopilot
Purpose
Core mission:
- Auto-generate full paid growth strategy from goals.
- Auto-design budget and account structure.
- Dynamically adjust bids and scale pace by performance signals.
- Keep growth stable with guardrails and anomaly recovery rules.
When To Trigger
Use this skill when the user asks for:
- automated growth strategy orchestration
- auto budget split and dynamic optimization
- autopilot decision loops for bidding and scaling
- continuous monitoring and adjustment policies
High-signal keywords:
- autopilot, automation, growth ai, growthbot
- budget, bidding, allocation, optimize, scale
- roas, cpa, revenue, performance, campaign
Input Contract
Required:
- north_star_goal
- budget_constraints
- platform_scope
- control_limits (max drawdown, min roas, etc.)
Optional:
- warm_start_data
- creative_inventory_state
- seasonality_rules
- escalation_contacts
Output Contract
- Autopilot Strategy Blueprint
- Budget and Structure Policy
- Dynamic Bid/Scale Rules
- Safety Guardrails and Kill-switches
- Monitoring and Escalation Workflow
Workflow
- Convert business goal to machine-actionable policy set.
- Initialize budget and structure by channel role.
- Apply adaptive bid and scale rules by KPI trend.
- Enforce guardrails and automatic rollback logic.
- Emit periodic optimization reports and next actions.
Decision Rules
- If KPI drift exceeds tolerance, shift into conservative mode.
- If confidence is low, reduce automation aggressiveness.
- If anomaly severity is high, trigger partial or full freeze.
- If recovery is confirmed, resume staged scale progression.
Platform Notes
Primary scope:
- Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, DSP/programmatic
Platform behavior guidance:
- Autopilot rules should be channel-specific but policy-governed centrally.
- Keep bid logic aligned with platform optimization objective.
Constraints And Guardrails
- Do not auto-approve risky policy-sensitive creative changes.
- Keep manual override path always available.
- Every auto action must map to an auditable rule.
Failure Handling And Escalation
- If critical metrics are delayed, pause automated changes.
- If policy rejection rate spikes, route to human review queue.
- If data quality degrades, switch to monitoring-only mode.
Code Examples
Autopilot Policy YAML
objective: maximize_revenue_with_roas_floor
roas_floor: 2.3
cpa_ceiling: 38
budget_step_pct: 12
rollback_trigger:
roas_drop_pct: 18
window_days: 3
Decision Loop Pseudocode
if roas >= roas_floor and cpa <= cpa_ceiling:
increase_budget(step_pct)
elif roas < roas_floor:
decrease_budget(step_pct)
tighten_bids()
Examples
Example 1: Autopilot bootstrap
Input:
- New account with limited baseline
Output focus:
- starter policy set
- safe exploration bounds
- monitoring cadence
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-danyangliu-sandwichlab-growth-autopilot-ads": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
cmo-ads-helper
Support CMO-level planning across Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, and DSP/programmatic with revenue, profit, cashflow, ROAS, and LTV strategy modeling.
landing-page-optimizer
Optimize conversion pages for paid traffic from Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, and Shopify Ads journeys.
crm-lead-manager
Manage ad-generated leads and pipeline routing from Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, and landing-page funnels.
traffic-structure-analyzer
Analyze traffic composition and quality trends from Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, and DSP/programmatic channels.
roas-forecast-attribution-modeler
Build ROAS forecasting and attribution-model assumptions for Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, and DSP/programmatic planning.