openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > Media Buyer Helper

Support media buying execution for Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, and DSP/programmatic with account health check...

媒体与内容

作者:danyangliu @danyangliu-sandwichlab

许可证:MIT-0

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

版本:v1.0.0

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

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:danyangliu-sandwichlab/media-buyer-ads-helper

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill is an instruction-only media-buying helper whose declared inputs and procedures line up with its stated purpose and it does not request extra credentials, installs, or system access.

目的

Name/description (media buying support across ad platforms) matches the SKILL.md content: account health, bidding, A/B test design, monitoring. There are no unrelated requirements (no cloud credentials, binaries, or config paths).

说明范围

The SKILL.md contains only domain-appropriate instructions (how to evaluate snapshots, build tests, set anomaly thresholds). It does not instruct the agent to read system files, environment variables, or send data to unexpected external endpoints. Note: the declared inputs (account_structure_snapshot, recent_performance_series, etc.) are potentially sensitive ad-account data — the skill expects those data objects but does not request credentials.

安装机制

No install spec and no code files are present (instruction-only). This minimizes risk because nothing is downloaded or written to the host.

证书

The skill declares no required environment variables, credentials, or config paths. That is proportionate for an advisory/analysis skill. As above, the user-provided inputs may contain sensitive campaign data but the skill does not ask for unrelated secrets.

持久

Skill is not always-enabled and does not request persistent agent-level privileges. It does not modify other skills or system configs based on the provided materials.

综合结论

This skill appears coherent and instruction-only, but the inputs it asks for (account snapshots, performance series, bidding configs) can contain sensitive ad-account details. Before using it: (1) do not paste account credentials, tokens, or raw access keys — provide redacted or aggregated metrics instead; (2) limit shared data to the minimum required (summaries, anonymized IDs); (3) confirm you trust the agent/runtime that will receive this d…

安装(复制给龙虾 AI)

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

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Media Buyer Helper」。简介:Support media buying execution for Meta (Facebook/Instagram), Google Ads, TikTo…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/danyangliu-sandwichlab/media-buyer-ads-helper/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: media-buyer-ads-helper
description: Support media buying execution for Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, and DSP/programmatic with account health checks, bidding efficiency analysis, AB test design, and real-time anomaly monitoring.
---

# Media Buyer Helper

## Purpose
Core mission:
- Evaluate account health and structure quality.
- Analyze bid logic and budget allocation efficiency.
- Design AB test architecture and scale model.
- Monitor campaigns in real time and detect anomalies.

## When To Trigger
Use this skill when the user asks for:
- media buyer execution support
- bid and budget efficiency diagnostics
- AB testing structure design
- live campaign watch and anomaly alerts

High-signal keywords:
- media, bidding, budget, auction, allocation
- abtest, campaign, performance, optimize
- cpa, roas, scale, monitor

## Input Contract
Required:
- account_structure_snapshot
- bidding_config
- budget_allocation_snapshot
- recent_performance_series

Optional:
- test_history
- alert_thresholds
- creative_breakdowns
- seasonality_notes

## Output Contract
1. Account Health and Structure Score
2. Bid and Budget Efficiency Findings
3. AB Test Structure Blueprint
4. Scale Model with Trigger Conditions
5. Monitoring and Alert Rules

## Workflow
1. Check account hierarchy and naming hygiene.
2. Evaluate bid strategy vs KPI objective.
3. Diagnose budget fragmentation and overlap.
4. Build AB test matrix with clear success metrics.
5. Define anomaly thresholds and response playbook.

## Decision Rules
- If structure complexity is high and spend is low, simplify before adding tests.
- If CPA variance is high, reduce concurrent experiments.
- If winning cells are statistically weak, extend learning window.
- If anomaly severity is high, prioritize containment over optimization.

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

Platform behavior guidance:
- Map bid logic to channel auction mechanics.
- Keep test isolation strict to avoid cross-cell contamination.

## Constraints And Guardrails
- Do not claim statistical significance without threshold checks.
- Avoid broad budget jumps without gate conditions.
- Keep alert rules tied to action ownership.

## Failure Handling And Escalation
- If data granularity is insufficient, request minimum breakdowns.
- If live anomaly cannot be diagnosed, escalate with incident payload.
- If policy rejects disrupt test integrity, pause affected cells and reroute budget.

## Code Examples
### AB Test Matrix

    test_id: AB-2026-07
    variable: bid_strategy
    cells:
      - control: target_cpa
      - challenger: max_conversion_value
    success_metric: blended_roas

### Anomaly Rule

    if spend_spike_pct > 35 and conversions_drop_pct > 25:
      severity: high
      action: notify_and_limit_budget

## Examples
### Example 1: Bid efficiency issue
Input:
- CPC up, CVR flat

Output focus:
- bid logic fix
- budget reallocation
- test plan

### Example 2: AB test setup
Input:
- Need test for broad vs layered audience

Output focus:
- clean test architecture
- significance rule
- rollout timeline

### Example 3: Real-time anomaly
Input:
- Sudden spend spike in one channel

Output focus:
- anomaly diagnosis
- immediate actions
- escalation path

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