channel-selection-framework

channel-selection-framework is a skill for Claude Code, Codex from Ad-Superpowers/ad-superpowers-plugin. It costs 95 tokens per session (4,475 once invoked), scanned A, original, MIT.

A decision framework for choosing advertising platforms and dividing budget according to campaign goals and audience.

In plain words
What is it for?
Use it to plan media mixes, choose channels for awareness or conversions, assess audience fit, and make budget decisions.
Why use it?
It replaces guesswork when comparing channels such as Meta, Google Ads, LinkedIn, TikTok, and YouTube.

Skill for Claude CodeCodex

Part of the ad-superpowers plugin — 17 skills, 35 commands, 5 agents, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ad-superpowers/ad-superpowers-plugin/channel-selection-framework
Any agent
npx skills add Ad-Superpowers/ad-superpowers-plugin --skill channel-selection-framework
Clone the repo
git clone --depth 1 https://github.com/Ad-Superpowers/ad-superpowers-plugin

Made for: Claude Code, Codex.

Or install ad-superpowers, the plugin that ships this one along with the rest of its 17 skills, 35 commands, 5 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for channel-selection-framework

README.md
[![agentmods](https://agentmods.dev/badge/skills/ad-superpowers/ad-superpowers-plugin/channel-selection-framework.svg)](https://agentmods.dev/skills/ad-superpowers/ad-superpowers-plugin/channel-selection-framework)
Your own site
<a href="https://agentmods.dev/skills/ad-superpowers/ad-superpowers-plugin/channel-selection-framework"><img src="https://agentmods.dev/badge/skills/ad-superpowers/ad-superpowers-plugin/channel-selection-framework.svg" alt="Measured on agentmods" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,475 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00095 $0.04475
Opus 5 $0.00048 $0.02237
Sonnet 5 $0.00019 $0.00895
Haiku 4.5 $0.00010 $0.00447

Measured 4d ago against content hash f63ab25f8315, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

channel-selection-framework scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/skills/channel-selection-framework/SKILL.md · 432 lines

How it starts

The opening of the file, as written. The whole thing — 432 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Channel Selection Framework for Advertising

Purpose

Enable agencies and advertisers to make data-driven decisions about which advertising channels to use for specific campaigns. Move from intuition-based channel selection to systematic, objective-matched decisions.

When to Use This Skill

Invoke when user mentions:

  • Channel selection: "Which platform should I use?"
  • Platform comparison: "Meta vs Google Ads"
  • Media mix: "How should I split budget across channels?"
  • New campaign planning: "Starting a new campaign, where should I advertise?"
  • Channel fit: "Is TikTok right for my audience?"
  • Budget decisions: "How much do I need for LinkedIn?"
  • Funnel stage: "Best platform for awareness/conversion?"

Part 1: Channel Selection Decision Tree

Quick Decision Framework

START: What is your PRIMARY objective?
│
├─► AWARENESS (Reach, Brand Recognition)
│   │
│   ├─► Budget > €5,000/month?
│   │   ├─► YES: Meta + TikTok + YouTube
│   │   └─► NO: Meta (best reach per €)
│   │
│   └─► Target Audience?
│       ├─► 18-34: TikTok primary, Meta secondary
│       ├─► 35-54: Meta primary, YouTube secondary
│       └─► 55+: Meta primary, Google Display secondary
│
├─► CONSIDERATION (Engagement, Traffic, Interest)
│   │
│   ├─► B2B or B2C?
│   │   ├─► B2B: LinkedIn + Google Search + Meta
│   │   └─► B2C: Meta + TikTok + Google Display
│   │
│   └─► Content Type?
│       ├─► Video: TikTok, YouTube, Meta
│       ├─► Written: LinkedIn, Google
│       └─► Visual: Meta, Pinterest
│
├─► CONVERSION (Sales, Leads, Signups)
│   │
│   ├─► Product Type?
│   │   ├─► E-commerce: Google Shopping + Meta + TikTok Shop
│   │   ├─► SaaS/B2B: Google Search + LinkedIn + Meta
│   │   ├─► Local Service: Google Local + Meta
│   │   └─► App: Meta App + TikTok + Google App
│   │
│   └─► Sales Cycle?
│       ├─► Impulse (<24h): Google Search + Meta retargeting
│       ├─► Short (1-7 days): Meta + Google
│       ├─► Medium (7-30 days): Full multi-touch
│       └─► Long (30+ days): LinkedIn + Content + Retargeting
│
└─► FULL FUNNEL (Brand + Performance)
    │
    └─► Budget Level?
        ├─► <€5k/mo: Pick ONE platform, full funnel within it
        ├─► €5-15k/mo: 2 platforms, complementary roles
        ├─► €15-50k/mo: 3 platforms, defined roles per funnel stage
        └─► €50k+/mo: 4+ platforms, sophisticated attribution

Read the full file on GitHub · 432 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 432 lines · 95 tokens per session scan A f63ab25f8315

Subscribe to this mod's changes

channel-selection-framework is a skill published in the GitHub repository Ad-Superpowers/ad-superpowers-plugin (5 stars, last pushed 6d ago), licensed MIT. It adds 95 tokens to every session and 4,475 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.