openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > Attribution Helper

Build cross-channel attribution analysis and decision guidance for Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, a...

开发与 DevOps

作者:danyangliu @danyangliu-sandwichlab

许可证:MIT-0

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

版本:v1.0.0

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

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:danyangliu-sandwichlab/attribution-ads-helper

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill is an instruction-only analytics helper whose declared inputs and behavior align with its stated purpose and it does not request credentials, install code, or access system resources.

目的

Name and description are analytics-focused and the SKILL.md only requires structured input data (channel_metrics_by_window, attribution_windows, etc.). There are no unrelated env vars, binaries, or config paths requested, so requested capabilities are proportionate to an attribution analysis helper.

说明范围

Runtime instructions stay within analytics scope: normalize definitions, compare windows, quantify deltas, and propose allocation/validation plans. The doc does not instruct reading system files, accessing unrelated environment variables, or transmitting data to third-party endpoints.

安装机制

No install spec and no code files are present (instruction-only). Nothing will be written to disk or downloaded by the skill itself.

证书

The skill declares no required environment variables, credentials, or config paths. This is consistent with an advisory/analysis skill that operates on user-supplied data rather than connecting to ad platform APIs.

持久

Flags show always:false and default autonomous invocation allowed (normal). The skill does not request persistent presence or system-level configuration changes.

综合结论

This skill is internally consistent and acts as a guideline/analysis template — it will not fetch platform data or use your accounts unless you explicitly provide credentials or connectors. Before using: (1) avoid pasting raw account credentials or PII into the input fields; (2) understand you must supply accurate channel metrics/offline data because the skill has no connectors; (3) treat recommendations as advisory and validate high-risk budg…

安装(复制给龙虾 AI)

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

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Attribution Helper」。简介:Build cross-channel attribution analysis and decision guidance for Meta (Facebo…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/danyangliu-sandwichlab/attribution-ads-helper/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: attribution-ads-helper
description: Build cross-channel attribution analysis and decision guidance for Meta (Facebook/Instagram), Google Ads, TikTok Ads, YouTube Ads, Amazon Ads, Shopify Ads, and DSP/programmatic campaigns.
---

# Attribution Helper

## Purpose
Core mission:
- Diagnose attribution discrepancies across channels.
- Compare attribution window assumptions and their budget impact.
- Build practical attribution decision framework for optimization.
- Produce actionable attribution-aligned allocation guidance.

## When To Trigger
Use this skill when the user asks for:
- attribution model comparison
- conflicting ROAS/CAC by channel
- budget decisions under attribution uncertainty
- tracking and model interpretation support

High-signal keywords:
- attribution, tracking, model, predict
- roas, cpa, revenue, allocation, budget
- meta, googleads, tiktokads, youtubeads, dsp

## Input Contract
Required:
- channel_metrics_by_window
- attribution_windows
- conversion_event_definitions
- decision_context

Optional:
- offline_conversion_data
- holdout_or_incrementality_data
- MMM_or_ltv_inputs
- confidence_threshold

## Output Contract
1. Attribution Mismatch Map
2. Window Sensitivity Analysis
3. Decision-safe KPI View
4. Budget Reallocation Recommendation
5. Validation Experiment Plan

## Workflow
1. Normalize event and conversion definitions.
2. Compare performance under each attribution window.
3. Quantify decision deltas from model differences.
4. Propose allocation with confidence labeling.
5. Output validation experiments for unresolved gaps.

## Decision Rules
- If attribution views diverge materially, use blended guardrail plan.
- If one channel is highly view-through sensitive, reduce reliance on last-touch only.
- If incremental evidence exists, prioritize it over proxy metrics.
- If uncertainty remains high, allocate budget in capped test tranches.

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

Platform behavior guidance:
- Keep window comparisons explicit per channel.
- Separate platform-reported and unified-attribution decisions.

## Constraints And Guardrails
- Never mix inconsistent conversion definitions in one conclusion.
- Flag time-lag effects for high-consideration products.
- Avoid binary conclusions when model variance is large.

## Failure Handling And Escalation
- If event taxonomy is inconsistent, output normalization checklist first.
- If offline conversion pipeline is unavailable, mark blind spots and conservative policy.
- If budget decision is high-stakes, require experiment-backed confirmation.

## Code Examples
### Window Comparison Table

    channel: Meta
    roas_1d_click: 1.9
    roas_7d_click: 2.6
    delta_pct: 36.8

### Allocation Rule Under Uncertainty

    if attribution_variance_pct > 25:
      budget_mode: guarded
      max_shift_pct: 10

## Examples
### Example 1: 1d vs 7d dispute
Input:
- Team split on attribution window

Output focus:
- sensitivity table
- decision-safe policy
- validation plan

### Example 2: Channel reallocation decision
Input:
- Meta and Google show conflicting contribution

Output focus:
- mismatch diagnosis
- allocation options
- risk labels

### Example 3: Incrementality integration
Input:
- Holdout test data available

Output focus:
- model reconciliation
- updated budget recommendation
- confidence update

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