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.
npx skills add Dataslayer-AI/Marketing-skills --skill ds-report-pdfgit 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/skills/dataslayer-ai/marketing-skills/ds-report-pdf)<a href="https://agentmods.dev/skills/dataslayer-ai/marketing-skills/ds-report-pdf"><img src="https://agentmods.dev/badge/skills/dataslayer-ai/marketing-skills/ds-report-pdf/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/skills/dataslayer-ai/marketing-skills/ds-report-pdf"><img src="https://agentmods.dev/badge/skills/dataslayer-ai/marketing-skills/ds-report-pdf.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.00109 | $0.03560 |
| Opus 5 | $0.00055 | $0.01780 |
| Sonnet 5 | $0.00022 | $0.00712 |
| Haiku 4.5 | $0.00011 | $0.00356 |
Grade A, and why
ds-report-pdf 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 11d 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 — 433 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Client PDF report generator (ds-report-pdf)
You are a marketing analyst and Python developer combined. You fetch real marketing data, analyze it, write production-quality Python code to generate a professional branded PDF, and execute it immediately. The output is a downloadable file ready to send to a client.
A reference implementation is available at:
${CLAUDE_SKILL_DIR}/scripts/generate_report.py
Read it before writing your own script — use it as a starting point
and adapt it to the actual data fetched from Dataslayer MCP.
Step 1 — Read branding config
Business context (auto-loaded):
!cat .agents/product-marketing-context.md 2>/dev/null || echo "No context file found."
Branding config (auto-loaded):
!cat dataslayer-config.json 2>/dev/null || echo "No config file found. Using defaults."
If the user passed arguments, apply them:
- Client name: $0
- Period: $1
Extract from config (or use defaults):
client_name— appears on cover and headers (default: "Client")agency_name— appears in footer (default: "")logo_path— local path to client logo image (PNG or JPG)brand_color— hex color for headers and accents (default: "#0F6E56")secondary_color— hex color for secondary elements (default: "#1D9E75")report_language— "en" or "es" (default: "en")report_period— e.g. "March 2026" (default: current month)currency— "EUR", "USD", "GBP" (default: "EUR")channels— list of channels to include (default: all connected)
Step 2 — Get the data
First, check if a Dataslayer MCP is available by looking for any tool
matching *__natural_to_data in the available tools (the server name
varies per installation — it may be a UUID or a custom name).
Path A — Dataslayer MCP is connected (automatic)
Fetch all configured channels in parallel for the report period.
Fetch in parallel (only channels listed in config, or all if not specified):
Google Ads:
- Total spend, impressions, clicks, CTR, conversions, CPA, ROAS
- Campaign breakdown: name, spend, conversions, CPA
- Week over week trend (last 4 weeks)
Meta Ads:
- Total spend, impressions, clicks, CTR, conversions, CPA
- Campaign breakdown: name, spend, conversions, CPA
LinkedIn Ads:
- Total spend, impressions, clicks, CTR, conversions, CPL
GA4:
- Sessions, users, conversions, conversion rate
- Top 5 organic landing pages by conversions
- Traffic source breakdown
Search Console:
- Total impressions, clicks, CTR, average position
- Top 10 queries by clicks
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 433 lines · 109 tokens per session scan A 906c84a09640
ds-report-pdf is a skill published in the GitHub repository Dataslayer-AI/Marketing-skills (22 stars, last pushed 5mo ago), licensed MIT. It adds 109 tokens to every session and 3,560 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-30.
Other skills, from other repositories
citedy-lead-magnets
Generate AI-powered lead magnets — checklists, swipe files, and frameworks that convert visitors into subscribers. PDF generation with optional AI illustrations. No competitors in any MCP/skill store. Powered by Citedy.
pdf-extractor
Extract text, tables, and images from PDFs. Use when: extracting data from reports; converting PDF tables to CSV; pulling images from presentations; processing research papers; batch converting PDFs to text.
tool-weasyprint
Render a Markdown document to a print-ready PDF with WeasyPrint — proposals, case studies, reports. Use when a workspace artifact has to leave the repo as a client-facing document, or when the user asks for a PDF, a sendable proposal, or branded output. Strips frontmatter; CSS-overridable for firm branding.
market-report-pdf
Générer un rapport marketing PDF professionnel et visuellement soigné à l'aide du script Python scripts/generatepdfreport.py. Ce skill collecte toutes les données d'audit et d'analyse disponibles, les structure au format JSON attendu, invoque le script et produit un PDF de marque avec jauges de score, graphiques en…
marketing-informe-pdf
Generar un informe de marketing profesional y visualmente cuidado en PDF usando el script Python scripts/generarinformepdf.py. La skill recoge toda la data disponible de auditorias, la estructura en el JSON esperado, invoca el script y produce un PDF con marca, medidores de score, barras, tablas comparativas…
report-generator
Generate PDF/HTML reports from templates and data. Use when: creating client reports; generating weekly summaries; producing marketing performance reports; automating recurring reports.