market-report-pdf

market-report-pdf is a skill for Claude Code, Codex from zubair-trabzada/ai-marketing-claude. It costs 0 tokens per session (3,421 once invoked), scanned A, original, MIT.

A tool for turning available marketing audit data into a polished PDF report. The report can include score gauges, charts, comparison tables, findings, and a prioritized action plan.

In plain words
What is it for?
Use it when you need a visual PDF marketing report rather than an editable Markdown summary.
Why use it?
It turns analysis notes into a presentation-ready document that is easier to send to clients or use in meetings.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/generate_pdf_report.py /tmp/report_data.json "MARKETING-REPORT-<domain>.pdf".

Good fit Use it when you need a visual PDF marketing report rather than an editable Markdown summary.

Compare 6 skills from other repositories ↓
About the project

AI Marketing Suite for Claude Code is a collection of marketing skills and parallel agents that analyze websites and produce copy, email sequences, campaigns, content calendars, competitor research, and reports. Entrepreneurs, agencies, and solo operators use it to run marketing workflows from Claude Code, and the catalogue lists the suite's skills and agents.

zubair-trabzada/ai-marketing-claude · 2,639 stars · on GitHub · skool.com

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/zubair-trabzada/ai-marketing-claude
agentmods
npx agentmods add skills/zubair-trabzada/ai-marketing-claude/market-report-pdf

Made for: Claude Code, Codex.

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 market-report-pdf

README.md
[![agentmods](https://agentmods.dev/badge/skills/zubair-trabzada/ai-marketing-claude/market-report-pdf/github.svg)](https://agentmods.dev/skills/zubair-trabzada/ai-marketing-claude/market-report-pdf)
Your own site
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-marketing-claude/market-report-pdf"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-marketing-claude/market-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.

agentmods 80×15 button for market-report-pdf

Your own site · 80×15
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-marketing-claude/market-report-pdf"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-marketing-claude/market-report-pdf.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,421 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Tool Misuse · line 249
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
How audits are shown
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.1 $0.00000 $0.03421
Opus 5 $0.00000 $0.01710
Sonnet 5 $0.00000 $0.00684
Haiku 4.5 $0.00000 $0.00342

Measured 13d ago against content hash 32ca5b9158ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

market-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 13d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/market-report-pdf/SKILL.md · 349 lines

How it starts

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

PDF Marketing Report Generator

Skill Purpose

Generate a professional, visually polished PDF marketing report using the Python script scripts/generate_pdf_report.py. This skill collects all available audit and analysis data, structures it into the expected JSON format, invokes the script, and produces a branded PDF with score gauges, bar charts, comparison tables, findings, and a prioritized action plan.

When to Use

  • User wants a PDF version of the marketing report (not just Markdown)
  • User is preparing a deliverable for a client presentation
  • User asks for a "polished report", "client-ready report", or "PDF report"
  • User wants a visual report with charts and scores
  • Triggered by /market report-pdf or /market report-pdf <domain>

When to Use PDF vs Markdown

Format Best For Pros Cons
PDF Client presentations, email attachments, sales collateral Professional appearance, consistent formatting, visual charts, printable Harder to edit, requires Python script
Markdown Internal use, quick reference, iterative editing, version control Easy to edit, readable in any editor, git-friendly Less visually polished, no charts

Rule of thumb: If the report is going to a client or prospect, use PDF. If it is for internal use or further editing, use Markdown.

How to Execute

Step 1: Collect All Available Data

Gather data from all previous skill runs. Check for these files in the project directory:

Primary data sources:

  • MARKETING-AUDIT.md -- Overall audit results
  • LANDING-CRO.md -- Landing page conversion analysis
  • SEO-AUDIT.md -- SEO findings
  • BRAND-VOICE.md -- Brand voice analysis
  • COMPETITOR-ANALYSIS.md -- Competitor comparison data
  • FUNNEL-ANALYSIS.md -- Funnel analysis
  • SOCIAL-AUDIT.md -- Social media audit
  • EMAIL-AUDIT.md -- Email marketing audit
  • AD-AUDIT.md -- Advertising audit

If no previous data exists:

  1. Recommend the user run /market audit <url> first for the best results
  2. If the user insists on generating a report without prior audits, analyze the provided URL directly and build the data structure from scratch
  3. Use the analyze_page.py script to gather automated data: python scripts/analyze_page.py <url>

Read the full file on GitHub · 349 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. 13d ago First seen · 349 lines · 0 tokens per session scan A 32ca5b9158ba

Subscribe to this mod's changes

market-report-pdf is a skill published in the GitHub repository zubair-trabzada/ai-marketing-claude (2,639 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,421 tokens. 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.

Related

Other skills, from other repositories

market-report-pdf

Generate a professional, visually polished PDF marketing report using the Python script scripts/generatepdfreport.py. This skill collects all available audit and analysis data, structures it into the expected JSON format, invokes the script, and produces a branded PDF with score gauges, bar charts, comparison tables…

khalidgraphy/claude-market-skills-by-KM · 0 tokens

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.

citedy/adclaw · 51 tokens

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…

victorperez22/marketing-claude-code · 0 tokens

transcricao-mentoradas

ISAURA — Agente de Transcricao e Materiais Complementares para mentoradas. Pipeline completo: recebe videos/links YouTube, transcreve com timestamps via Gemini, gera materiais complementares POR BLOCO (workbook interativo, checklist, resumo executivo — em JSON, HTML interativo e PDF), cria plataforma visual estilo…

tatagoncalvesof/imperatriz-toolkit · 219 tokens

pdf

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…

citedy/adclaw · 92 tokens

foundry-hosted-agent-validation

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

microsoft/agent-framework · 82 tokens