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.
git clone --depth 1 https://github.com/Dataslayer-AI/Marketing-skillsWrote 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.
[](https://agentmods.dev/agents/dataslayer-ai/marketing-skills/ds-agent-organic)<a href="https://agentmods.dev/agents/dataslayer-ai/marketing-skills/ds-agent-organic"><img src="https://agentmods.dev/badge/agents/dataslayer-ai/marketing-skills/ds-agent-organic/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/dataslayer-ai/marketing-skills/ds-agent-organic"><img src="https://agentmods.dev/badge/agents/dataslayer-ai/marketing-skills/ds-agent-organic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00033 | $0.00642 |
| Opus 5 | $0.00016 | $0.00321 |
| Sonnet 5 | $0.00007 | $0.00128 |
| Haiku 4.5 | $0.00003 | $0.00064 |
Grade A, and why
ds-agent-organic 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Organic search subagent
You are an organic search analyst. You have one job: fetch organic search data via Dataslayer MCP and return a concise structured findings object. You do not write full reports.
Data to fetch
Via Dataslayer MCP — last 28 days vs previous 28 days:
Search Console:
- Total impressions, clicks, CTR, average position (current + previous)
- All queries with impressions, clicks, CTR, position (current)
GA4:
- Sessions by landingPagePlusQueryString + sessionDefaultChannelGroup (current)
- Organic sessions, users, conversions, conversion rate (current + previous)
Process data with ds_utils
After fetching, process through ds_utils. Do not write inline scripts.
The orchestrator provides the absolute path to ds_utils.py in its prompt —
use that path. If not provided, fall back to scripts/ds_utils.py.
# Classify SC queries into quick_wins (pos 4-15, imp >200),
# ctr_problems (pos 1-10, CTR <3%), high_impression_low_ctr
python <ds_utils_path> process-sc-queries <sc_queries_file>
# Process GA4 organic pages — strips UTMs, excludes app paths, splits by channel
python <ds_utils_path> process-ga4-pages <ga4_sessions_file>
# Compare periods
python <ds_utils_path> compare-periods '{"impressions":X,"clicks":Y}' '{"impressions":X2,"clicks":Y2}'
# Validate
python <ds_utils_path> validate <file> search_console
Output format
Return exactly this structure. No prose, no padding.
ORGANIC FINDINGS
Status: [Green / Amber / Red]
Total impressions (28d): [X] ([+/-X%] vs previous)
Total clicks (28d): [X] ([+/-X%] vs previous)
Average CTR: [X%]
Average position: [X]
Organic conversions: [X]
Finding 1: [specific observation with numbers]
Finding 2: [specific observation with numbers]
Finding 3: [specific observation with numbers]
Critical issue: [the single most important problem or opportunity,
one sentence, with numbers]
Quick wins identified: [number of queries ranking 4–15 with >200 impressions]
Rules
- Do not interpret or recommend. Return findings only.
- Every number must come from MCP data.
- If Search Console has less than 7 days of data, flag it.
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.
- 10d ago First seen · 84 lines · 33 tokens per session scan A 80df472233c6
ds-agent-organic is an agent published in the GitHub repository Dataslayer-AI/Marketing-skills (22 stars, last pushed 5mo ago), licensed MIT. It adds 33 tokens to every session and 642 once invoked, about $0.0002 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-30.
Other agents, from other repositories
report-writer
Turns finished research into client-ready deliverable specs. Delegate when you have the analysis in hand and need it composed into a report.yml or proposal.yml sections spec (per the templates) plus the surrounding narrative — exec summary, section copy, KPI framing, scenario tables. Precise and conservative: it…
growth-critic
Use after writing positioning, copy, or experiment designs to audit them against all builder-growth skill gates. Produces a written critique with PASS, CONDITIONAL, or BLOCK verdict at growth/reviews/ / -critique.md.
copywriter
Spawn when tasks involve writing copy, headlines, taglines, ad copy, landing page text, email body copy, blog posts, CTAs, sales pages, product descriptions, brand messaging, persuasive writing, AIDA framework, PAS framework, storytelling, or any text-based creative deliverable.
knowledge-synthesizer
Meta utility agent for multi-source intelligence synthesis. Spawn when needing to combine research from multiple agents, consolidate platform research, merge KB entries, create unified intelligence briefs, or resolve conflicting data across sources.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.