openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > Ads ROAS Forecast

Build ROAS forecasting and attribution-model assumptions for Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, and DSP...

开发与 DevOps

作者:danyangliu @danyangliu-sandwichlab

许可证:MIT-0

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

版本:v1.0.0

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

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:danyangliu-sandwichlab/roas-forecast-attribution-modeler

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill is an instruction-only ROAS/attribution forecasting helper whose declared inputs and runtime instructions align with its advertising-planning purpose and it doesn't request extra credentials, binaries, or installs.

综合结论

This skill appears coherent and minimal-risk because it's instruction-only and requests no credentials or installs. Before using it: (1) never paste ad-account credentials, API keys, or raw PII into prompts — provide only aggregated metrics and modeled assumptions; (2) ask the skill author or maintainer to clarify what the "structured handoff payload" contains and where it would be sent if the skill escalates an issue; (3) validate outputs on …

安装(复制给龙虾 AI)

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

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Ads ROAS Forecast」。简介:Build ROAS forecasting and attribution-model assumptions for Meta (Facebook/Ins…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/danyangliu-sandwichlab/roas-forecast-attribution-modeler/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: roas-forecast-attribution-modeler
description: 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.
---

# Ads ROAS Forecast

## Purpose
Core mission:
- forecast scenario modeling, attribution sensitivity, budget recommendation

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, Shopify Ads, DSP/programmatic
- this specific capability: forecast scenario modeling, attribution sensitivity, budget recommendation

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:
- forecast_target: roas, cpa, or revenue
- planning_horizon
- base_assumptions

Optional:
- attribution_window_options
- budget_scenarios
- seasonality_factors
- risk_tolerance

## Output Contract
1. Model Inputs
2. Scenario Outputs
3. Sensitivity Analysis
4. Attribution Impact Notes
5. Budget Recommendation

## Workflow
1. Normalize baseline metrics and assumptions.
2. Build base, upside, and downside scenarios.
3. Run sensitivity on conversion rate and CPC assumptions.
4. Compare attribution windows and expected deltas.
5. Recommend budget path with confidence bounds.

## Decision Rules
- If assumptions are uncertain, widen forecast intervals and reduce aggressiveness.
- If scenario spread is large, recommend phased budget release.
- If attribution window drives major variance, present dual-plan decisions.

## Platform Notes
Primary scope:
- Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify 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
### Forecast Input

    spend: 50000
    cpc: 1.2
    cvr: 0.035
    aov: 68

### Scenario Output

    base_roas: 2.6
    upside_roas: 3.1
    downside_roas: 2.1

## Examples
### Example 1: Budget planning with uncertainty
Input:
- Next month spend doubled
- Baseline CVR unstable

Output focus:
- base/upside/downside scenarios
- sensitivity drivers
- safe budget release plan

### Example 2: Attribution sensitivity
Input:
- 1d and 7d attribution produce different ROAS
- Need allocation decision

Output focus:
- attribution delta model
- decision thresholds
- channel-level impact

### Example 3: Seasonal forecast
Input:
- Holiday promotion planned
- Historical CPC volatility high

Output focus:
- seasonality adjustment assumptions
- risk-adjusted forecast range
- final recommendation

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