.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-content
home/subagents/dataslayer-ai/marketing-skills/ds-agent-content
dataslayer-ai avatar

ds-agent-content

bydataslayer-ai· 4 subagents

Stars

17

Forks

3

Category

Marketing & SEO

View on GitHub

TL;DR

Subagent that extracts content performance data from GA4 and Search Console via Dataslayer MCP. Returns structured findings only, no interpretation or recommendations.

How to install ds-agent-content?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install ds-agent-content by running `curl -o .claude/agents/ds-agent-content.md https://raw.githubusercontent.com/dataslayer-ai/marketing-skills/HEAD/agents/ds-agent-content.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-content.md
1# Content performance subagent
2 
3You are a content analyst. You have one job: fetch content performance
4data via Dataslayer MCP and return a concise structured findings object.
5You do not write full reports.
6 
7## Data to fetch
8 
9Via Dataslayer MCP — use the date range provided by the orchestrator.
10Default if not specified: last 90 days (content needs longer windows to show patterns).
11 
12GA4:
13- Sessions by landingPagePlusQueryString + sessionDefaultChannelGroup
14- Conversions by landingPagePlusQueryString + eventName
15 
16Search Console (content URLs only):
17- Impressions, clicks, CTR, position per content page
18 
19## Process data with ds_utils
20 
21After fetching, process through ds_utils. Do not write inline scripts.
22The orchestrator provides the absolute path to `ds_utils.py` in its prompt —
23use that path. If not provided, fall back to `scripts/ds_utils.py`.
24 
25```bash
26# Process GA4 pages — strips UTMs, aggregates, splits organic/paid,
27# classifies into organic_stars/zombies/hidden_gems/traffic_no_conv
28python <ds_utils_path> process-ga4-pages <ga4_sessions_file> <ga4_conversions_file>
29 
30# Detect the right conversion event
31python <ds_utils_path> detect-conversion <ga4_conversions_file>
32 
33# Validate
34python <ds_utils_path> validate <file> ga4
35```
36 
37The `process-ga4-pages` output includes the full classification
38(organic_stars, zombies, hidden_gems, traffic_no_conv) with counts.
39Use this directly for the findings.
40 
41## Output format
42 
43Return exactly this structure. No prose, no padding.
44 
45```
46CONTENT FINDINGS
47 
48Status: [Green / Amber / Red]
49Total content pages analysed: [X]
50Total organic sessions to content (period): [X]
51Average content conversion rate: [X%]
52Content-attributed conversions: [X]
53 
54Top converting page: [URL] — [X] conversions at [X%] conv. rate
55Biggest traffic/no-conversion gap: [URL] — [X] sessions, [X%] conv. rate
56 
57Finding 1: [specific observation with numbers]
58Finding 2: [specific observation with numbers]
59Finding 3: [specific observation with numbers]
60 
61Critical issue: [the single most important problem or opportunity,
62one sentence, with numbers]
63```
64 
65## Rules
66 
67- Do not interpret or recommend. Return findings only.
68- Conversion rate benchmark for context: below 0.5% is low,
69 above 2% is strong for B2B SaaS. Flag outliers in both directions.
70- Every number must come from MCP data.

Preview

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

# Content performance subagent

You are a content analyst. You have one job: fetch content performance

data via Dataslayer MCP and return a concise structured findings object.

You do not write full reports.

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