Token导航 LogoToken导航TokenDH.com
研究检索权限需确认github未标认证来源可访问许可证需确认审计通过

ad-spend-allocator广告支出分配器

Agent Skill

ad-spend-allocator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

220

周安装

9

GitHub Stars

607

下载量

71
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ad-spend-allocator(广告支出分配器)
来源仓库:https://github.com/athina-ai/goose-skills
仓库路径:skills/ad-spend-allocator
安装命令:
npx skills add https://github.com/athina-ai/goose-skills --skill ad-spend-allocator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/athina-ai/goose-skills --skill ad-spend-allocator

简介

广告支出分配器根据多通道性能数据,确定下一个美元的最佳投放位置。

  • 适用于预算分配、渠道比较、预算重新分配和识别过度或不足支出的场景。
  • 提供核心原则和具体使用步骤,帮助找到合适的预算分布。
  • 安装命令:npx skills add https://github.com/athina-ai/goose-skills --skill ad-spend-allocator。
  • 使用前需确认权限范围、维护状态及是否触发联网或文件读写操作。

SKILL.md

Ad Spend Allocator

Take performance data from multiple ad channels and figure out where your next dollar should go. This skill compares channels on equal terms, identifies where you're over-spending vs under-spending relative to results, and produces a concrete budget reallocation plan.

Core principle: Most startups either spread budget too thin across channels (no channel gets enough to learn) or dump everything into one channel (missing cheaper opportunities elsewhere). This skill finds the right distribution.

When to Use

  • "How should I split my ad budget?"
  • "Should I spend more on Google or Meta?"
  • "Reallocate my ad spend across channels"
  • "Where am I getting the best return?"
  • "I have $X/month for ads — how should I distribute it?"

Phase 0: Intake

  1. Total monthly ad budget — Current or planned
  2. Channels currently running — Google Ads, Meta Ads, LinkedIn Ads, Twitter/X Ads, TikTok Ads, other
  3. Performance data per channel — For each active channel:

- Monthly spend - Impressions - Clicks / CTR - Conversions (and conversion type: demo, trial, purchase) - CPA or CAC - Revenue attributed (if available) - ROAS (if available)

  1. Primary conversion goal — Demos / Trials / Purchases / MQLs
  2. Funnel data (if available):

- Lead → MQL rate - MQL → SQL rate - SQL → Close rate - Average deal size

  1. Channels you're considering but haven't tried — Want to test new channels?
  2. Constraints — Minimum spend on any channel? Platform you must stay on?

Phase 1: Channel Normalization

Apples-to-Apples Comparison

Normalize all channels to the same metrics:

ChannelMonthly SpendImpressionsClicksCTRCPCConversionsConv RateCPAROASCAC*
Google Search$[X][N][N][X%]$[X][N][X%]$[X][X]$[X]
Google Display...
Meta (FB/IG)...
LinkedIn...
[Other]...
Total$[X][N]$[X] avg[X] avg$[X] avg

*CAC = Full customer acquisition cost if funnel data provided (CPA × close-rate adjustment)

Funnel-Adjusted CAC (If Funnel Data Available)

Channel CAC = CPA ÷ (MQL rate × SQL rate × Close rate)

This reveals which channels produce leads that actually close, not just convert.

Phase 2: Channel Efficiency Analysis

2A: Efficiency Ranking

RankChannelCPAFunnel-Adj CACShare of SpendShare of ConversionsEfficiency Index
1[Channel]$[X]$[X][X%][X%][Conv share ÷ Spend share]

Efficiency Index:

  • > 1.0 = Under-invested (getting more than its share of conversions)
  • = 1.0 = Proportional (fair share)
  • < 1.0 = Over-invested (getting less than its share)

2B: Marginal Return Analysis

For each channel, estimate if additional spend would yield proportional returns:

ChannelCurrent CPAImpression Share / Saturation SignalMarginal Return Estimate
Google Search$[X][X%] impression share — room to growLikely positive
Meta$[X]Frequency [X] — audience may be saturatedDiminishing
LinkedIn$[X]Low volume — limited targeting poolCeiling soon

2C: Funnel Stage Coverage

Funnel StageChannels Covering ItCurrent SpendGap?
Awareness (top)[Meta Display, YouTube]$[X][Yes/No]
Consideration (mid)[Google Search, Meta retargeting]$[X][Yes/No]
Decision (bottom)[Google Brand, Google Search]$[X][Yes/No]
Retargeting[Meta, Google Display]$[X][Yes/No]

Phase 3: Reallocation Recommendations

3A: Budget Shift Table

ChannelCurrent SpendRecommended SpendChangeReasoning
Google Search$[X]$[Y]+$[Z][Lowest CPA, room to scale]
Meta$[X]$[Y]-$[Z][Audience saturation, frequency too high]
LinkedIn$[X]$[Y]$0[Maintain — niche but valuable]
[New channel]$0$[Y]+$[Y][Test budget — competitors succeeding here]
Total$[X]$[X]$0Budget-neutral reallocation

3B: Scenario Modeling

Scenario 1: Conservative shift (+/- 20%)

  • Expected conversions: [N] (currently [N]) = [X%] improvement
  • Expected blended CPA: $[X] (currently $[X])
  • Risk: Low

Scenario 2: Aggressive shift (+/- 40%)

  • Expected conversions: [N] = [X%] improvement
  • Expected blended CPA: $[X]
  • Risk: Medium — less data on scaled channels

Scenario 3: Budget increase to $[Y]/mo

  • Recommended allocation: [table]
  • Expected conversions: [N]
  • New channels to test: [list]

Phase 4: Output Format

# Ad Spend Allocation — [Product/Client] — [DATE]

Total monthly budget: $[X]
Active channels: [list]
Period analyzed: [date range]

---

## Current State

| Channel | Spend | % of Budget | Conversions | CPA | Efficiency |
|---------|-------|------------|-------------|-----|-----------|
| [Channel] | $[X] | [X%] | [N] | $[X] | [Over/Under/Fair] |

**Blended CPA:** $[X]
**Total conversions:** [N]

---

## Recommended Reallocation

| Channel | Current | Recommended | Change | Why |
|---------|---------|------------|--------|-----|
| [Channel] | $[X] | $[Y] | [+/-$Z] | [1-line reason] |

**Projected impact:**
- Conversions: [N] → [N] (+[X%])
- Blended CPA: $[X] → $[Y] (-[X%])

---

## Funnel Stage Coverage

[Coverage map with gaps identified]

---

## New Channel Recommendations

### [Channel Name]
- **Why test:** [Reasoning]
- **Recommended test budget:** $[X]/mo for [X weeks]
- **Success criteria:** CPA < $[X]
- **Competitors using it:** [Yes/No — who]

---

## Implementation Plan

### Week 1: Quick Shifts
- [ ] Reduce [Channel] from $[X] to $[Y]
- [ ] Increase [Channel] from $[X] to $[Y]
- [ ] Set up [New Channel] test campaign

### Week 2-4: Monitor
- [ ] Track CPA shifts on scaled channels
- [ ] Watch for diminishing returns signals
- [ ] Evaluate new channel performance

### Month 2: Re-evaluate
- [ ] Run this analysis again with new data
- [ ] Adjust allocations based on actual results

Save to clients/<client-name>/ads/spend-allocation-[YYYY-MM-DD].md.

Cost

ComponentCost
Data analysisFree (LLM reasoning)
Statistical modelingFree
TotalFree

Tools Required

  • No external tools needed — pure reasoning skill
  • User provides multi-channel performance data

Trigger Phrases

  • "How should I allocate my ad budget?"
  • "Should I spend more on Google or Meta?"
  • "Reallocate my ad spend"
  • "Where am I getting the best ROAS?"
  • "Optimize my multi-channel ad budget"

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.86%
按下载量换算27

Claude

31.02%
按下载量换算22

Cursor

19.19%
按下载量换算14

Gemini CLI

9.39%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills