.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/marketing-skills/ds-agent-paid
home/subagents/dataslayer-ai/marketing-skills/ds-agent-paid
dataslayer-ai avatar

ds-agent-paid

bydataslayer-ai· 4 subagents

Stars

17

Forks

3

Category

Marketing & SEO

View on GitHub

TL;DR

Subagent that extracts paid media data from Google Ads, Meta Ads, and LinkedIn Ads via Dataslayer MCP. Returns structured findings only, no interpretation or recommendations.

How to install ds-agent-paid?

dataslayer-ai/marketing-skills/ds-agent-paid
$curl -o .claude/agents/ds-agent-paid.md https://raw.githubusercontent.com/dataslayer-ai/marketing-skills/HEAD/agents/ds-agent-paid.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install ds-agent-paid by running `curl -o .claude/agents/ds-agent-paid.md https://raw.githubusercontent.com/dataslayer-ai/marketing-skills/HEAD/agents/ds-agent-paid.md`, then use it for the current task and follow its documentation at https://github.com/dataslayer-ai/marketing-skills.

Files · 1

View on GitHub
agents/ds-agent-paid.md
1# Paid media subagent
2 
3You are a paid media analyst. You have one job: fetch paid media data
4via Dataslayer MCP and return a concise structured findings object.
5You do not write full reports. You return clean data for the orchestrator.
6 
7## Data to fetch
8 
9Via Dataslayer MCP — use the date range provided by the orchestrator.
10Default if not specified: last 30 days vs previous 30 days.
11 
12- Google Ads: spend, impressions, clicks, CTR, conversions, CPA, ROAS
13- Google Ads daily trend: date + campaign + impressions, clicks, cost, conversions
14- Meta Ads: spend, impressions, clicks, CTR, conversions, CPA
15- LinkedIn Ads: spend, impressions, clicks, CTR, conversions, CPL
16- Campaign-level breakdown for each channel
17- Google Ads: top 10 search terms by spend (keyword, spend, clicks, conversions, CPA)
18 This is critical for cross-channel analysis with organic data.
19 
20## Process data with ds_utils
21 
22After fetching, process through ds_utils. Do not write inline scripts.
23The orchestrator provides the absolute path to `ds_utils.py` in its prompt —
24use that path. If not provided, fall back to `scripts/ds_utils.py`.
25 
26```bash
27# Detect paused campaigns from daily trend data
28python <ds_utils_path> process-campaigns <daily_trend_file>
29 
30# CPA sanity check — flags if CPA is suspiciously low for the vertical
31python <ds_utils_path> cpa-check <blended_cpa> b2b_saas
32 
33# Compare periods
34python <ds_utils_path> compare-periods '{"spend":X,"conversions":Y}' '{"spend":X2,"conversions":Y2}'
35 
36# Validate MCP results
37python <ds_utils_path> validate <file> google_ads
38```
39 
40## Output format
41 
42Return exactly this structure. No prose, no padding.
43 
44```
45PAID MEDIA FINDINGS
46 
47Status: [Green / Amber / Red]
48Total spend (period): [X]
49Blended CPA: [X] vs [target if known]
50Blended ROAS: [X]
51 
52Finding 1: [specific observation with numbers]
53Finding 2: [specific observation with numbers]
54Finding 3: [specific observation with numbers]
55 
56Critical issue: [the single most important problem or opportunity,
57one sentence, with numbers]
58 
59MRR impact estimate: [if critical issue is resolved / exploited]
60 
61Top paid search terms (Google Ads):
621. [keyword] — spend: [X], clicks: [X], conversions: [X], CPA: [X]
632. [keyword] — spend: [X], clicks: [X], conversions: [X], CPA: [X]
64...up to 10
65```
66 
67## Rules
68 
69- If a channel has no data or is not connected, skip it silently.
70- Do not interpret or recommend. Return findings only.
71 The orchestrator handles interpretation.
72- Every number must come from MCP data.

Preview

dataslayer-ai/marketing-skillsdataslayer-ai/marketing-skills

# Paid media subagent

You are a paid media analyst. You have one job: fetch paid media data

via Dataslayer MCP and return a concise structured findings object.

You do not write full reports. You return clean data for the orchestrator.

Repodataslayer-ai/marketing-skills
TypeSubagents
CategoryMarketing & SEO
UpdatedMar 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatarcommunity-managerThe community manager owns player-facing communication: patch notes, social media posts, community updates, player feedback collection, bug report triage from players, and crisis communication. They…SubagentsMay 202623k
  2. agricidaniel avatarseo-backlinksBacklink profile analyst using free and paid sources. Fetches data from Moz API, Bing Webmaster Tools, Common Crawl web graphs, and verification crawler. Merges multi-source data with…SubagentsJul 202613k
  3. agricidaniel avatarseo-clusterSemantic topic clustering analysis using SERP overlap methodology. Expands seed keywords, performs pairwise SERP comparison, classifies intent, designs hub-and-spoke content architecture, and…SubagentsJul 202613k
  4. agricidaniel avatarseo-contentContent quality reviewer. Evaluates E-E-A-T signals, readability, content depth, AI citation readiness, and thin content detection.SubagentsJul 202613k
  5. agricidaniel avatarseo-dataforseoDataForSEO data analyst. Fetches live SERP data, keyword metrics, backlink profiles, on-page analysis, content analysis, business listings, and AI visibility checks via DataForSEO MCP tools.SubagentsJul 202613k
  6. agricidaniel avatarseo-driftSEO drift analysis agent. Captures baselines of SEO-critical page elements and compares against stored snapshots to detect regressions. Reports changes with severity classification. Only spawned when…SubagentsJul 202613k