openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Ads Bid Optimizer

Optimize budget pacing and bid strategy for Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, and DSP/programmatic auctions.

开发与 DevOps

作者:danyangliu @danyangliu-sandwichlab

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 220 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:danyangliu-sandwichlab/budget-bidding-optimizer

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill is an instruction-only planning tool for ad bidding and budget pacing and its requested resources and instructions are consistent with that purpose.

综合结论

This skill is an offline planning/advice template and appears internally consistent. Before you install or let an agent act on its recommendations: (1) understand this skill does not itself connect to ad accounts — any execution will require separate credentials and integration code, so avoid providing API keys or account credentials to the skill unless you intentionally wire it to a trusted connector; (2) clarify what the vendor/skill does wi…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Ads Bid Optimizer」。简介:Optimize budget pacing and bid strategy for Meta (Facebook/Instagram), Google A…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/danyangliu-sandwichlab/budget-bidding-optimizer/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: budget-bidding-optimizer
description: Optimize budget pacing and bid strategy for Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, and DSP/programmatic auctions.
---

# Ads Bid Optimizer

## Purpose
Core mission:
- bid logic, pacing guardrails, allocation optimization

This skill is specialized for advertising workflows and should output actionable plans rather than generic advice.

## When To Trigger
Use this skill when the user asks for:
- ad execution guidance tied to business outcomes
- growth decisions involving revenue, roas, cpa, or budget efficiency
- platform-level actions for: Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, DSP/programmatic
- this specific capability: bid logic, pacing guardrails, allocation optimization

High-signal keywords:
- ads, advertising, campaign, growth, revenue, profit
- roas, cpa, roi, budget, bidding, traffic, conversion, funnel
- meta, googleads, tiktokads, youtubeads, amazonads, shopifyads, dsp

## Input Contract
Required:
- objective: growth target and KPI priority
- budget_frame: test budget and scale budget
- channel_scope: channels to include

Optional:
- audience_segments
- creative_inventory
- seasonality_window
- policy_constraints

## Output Contract
1. Strategy Snapshot
2. Channel Role Definition
3. Budget and Bidding Plan
4. Test Matrix
5. Scale and Kill Rules

## Workflow
1. Define objective hierarchy (primary and secondary KPI).
2. Assign channel roles by funnel stage.
3. Allocate budget by expected signal and risk.
4. Design test cells and learning windows.
5. Set scale, hold, and stop rules.

## Decision Rules
- If KPI conflict exists, prioritize revenue efficiency over volume.
- If channel evidence is weak, allocate minimum test budget first.
- If audience is broad, start with modular creatives and layered targeting.

## Platform Notes
Primary scope:
- Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, DSP/programmatic

Platform behavior guidance:
- Keep recommendations channel-aware; do not collapse all channels into one generic plan.
- For Meta and TikTok Ads, prioritize creative testing cadence.
- For Google Ads and Amazon Ads, prioritize demand-capture and query/listing intent.
- For DSP/programmatic, prioritize audience control and frequency governance.

## Constraints And Guardrails
- Never fabricate metrics or policy outcomes.
- Separate observed facts from assumptions.
- Use measurable language for each proposed action.
- Include at least one rollback or stop-loss condition when spend risk exists.

## Failure Handling And Escalation
- If critical inputs are missing, ask for only the minimum required fields.
- If platform constraints conflict, show trade-offs and a safe default.
- If confidence is low, mark it explicitly and provide a validation checklist.
- If high-risk issues appear (policy, billing, tracking breakage), escalate with a structured handoff payload.

## Code Examples
### Strategy Matrix (YAML)

    objective: improve_roas
    channels:
      - name: Meta
        role: demand_creation
      - name: Google Ads
        role: demand_capture
    budget_split:
      Meta: 0.55
      Google Ads: 0.45

### Test Cell Example

    cell_id: T1
    variable: audience_segment
    success_metric: cpa

## Examples
### Example 1: Channel mix reset
Input:
- Budget fixed at 50k
- ROAS dropped for two weeks

Output focus:
- reallocation plan
- test matrix
- stop-loss conditions

### Example 2: Creator-led expansion strategy
Input:
- Goal: scale traffic without ROAS collapse
- Channels: TikTok Ads + YouTube Ads

Output focus:
- funnel role split
- budget pacing logic
- creative cadence

### Example 3: Retargeting-heavy recovery
Input:
- Prospecting unstable
- Strong existing customer base

Output focus:
- retargeting architecture
- audience exclusion design
- two-phase launch plan

## 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