← 返回 Skills 市场
Growth Autopilot
作者
danyangliu
· GitHub ↗
· v1.0.0
347
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install growth-autopilot-ads
功能描述
Automate full-funnel strategy generation, budget structure design, and dynamic bid/scale adjustments for Meta (Facebook/Instagram), Google Ads, TikTok Ads, Y...
使用说明 (SKILL.md)
Growth 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 \x3C= cpa_ceiling:
increase_budget(step_pct)
elif roas \x3C 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
Example 2: Dynamic scale mode
Input:
- KPI stable for 3 weeks
Output focus:
- scale ladder
- bid adaptation rules
- rollback plan
Example 3: Emergency stabilization
Input:
- ROAS crash + spend spike
Output focus:
- freeze/rollback action
- root-cause checklist
- re-entry conditions
Quality Checklist
- Required sections are complete and non-empty
- Trigger keywords include at least 3 registry terms
- Input and output contracts are operationally testable
- Workflow and decision rules are capability-specific
- Platform references are explicit and concrete
- At least 3 practical examples are included
安全使用建议
This skill is a coherent policy/strategy authoring tool — it generates autopilot blueprints and decision rules but does not itself connect to ad platforms or ask for credentials. Before using it in production, ensure you: (1) do not hand the generated policies to an agent or integration that has unrestricted write access to your ad accounts without strict guardrails; (2) provision platform API credentials only to vetted connector components, with least privilege and rate/volume limits; (3) test generated policies in a sandbox or low-budget environment first; (4) enforce logging, auditable change history, and human-in-the-loop approvals for destructive actions (budget freezes, large bid changes); and (5) be aware that absence of code/scan findings only means there is nothing to analyze here — risk arises when you combine this skill with connectors or grant it credentialed access.
功能分析
Type: OpenClaw Skill
Name: growth-autopilot-ads
Version: 1.0.0
The skill bundle 'growth-autopilot-ads' contains only descriptive documentation and metadata for an AI agent to manage advertising campaigns. There is no executable code, and the instructions in SKILL.md are strictly limited to the stated purpose of automating ad spend and bidding strategies with included safety guardrails.
能力评估
Purpose & Capability
Name, description, and SKILL.md consistently describe a policy/strategy generator for paid growth across ad platforms. The skill does not claim to perform platform API actions and does not require platform credentials, which is proportionate for a policy/blueprint-focused skill.
Instruction Scope
Runtime instructions are limited to generating objectives, policies, decision rules, YAML examples, and pseudocode. They do not instruct reading system files, environment variables, or contacting external endpoints, nor do they grant the agent open-ended permission to gather arbitrary context.
Install Mechanism
No install spec and no code files are provided (instruction-only). Nothing is written to disk or fetched at install time, which is low-risk and consistent with the stated purpose.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is coherent for a policy generation skill; it also means actual integration with ad platforms would require separate connector components not provided by this skill.
Persistence & Privilege
always:false and default model invocation settings are used. The skill does not request persistent presence or system-wide configuration changes, and it does not attempt to modify other skills or agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install growth-autopilot-ads - 安装完成后,直接呼叫该 Skill 的名称或使用
/growth-autopilot-ads触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release automating paid growth strategy and optimization across major ad platforms.
- Auto-generates full-funnel paid growth strategies and account structures.
- Dynamically adjusts budgets, bidding, and scale based on real-time performance.
- Implements robust safety guardrails, rollback logic, and anomaly response.
- Supports Meta, Google, TikTok, YouTube, Amazon, Shopify, and DSP/programmatic ads.
- Provides clear input/output contracts, decision rules, and practical examples.
元数据
常见问题
Growth Autopilot 是什么?
Automate full-funnel strategy generation, budget structure design, and dynamic bid/scale adjustments for Meta (Facebook/Instagram), Google Ads, TikTok Ads, Y... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 347 次。
如何安装 Growth Autopilot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install growth-autopilot-ads」即可一键安装,无需额外配置。
Growth Autopilot 是免费的吗?
是的,Growth Autopilot 完全免费(开源免费),可自由下载、安装和使用。
Growth Autopilot 支持哪些平台?
Growth Autopilot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Growth Autopilot?
由 danyangliu(@danyangliu-sandwichlab)开发并维护,当前版本 v1.0.0。
推荐 Skills