market-report-pdf

market-report-pdf is a skill for Claude Code, Codex from tal7aouy/marketkit. It costs 0 tokens per session (3,417 once invoked), scanned A, a copy of market-report-pdf, MIT.

A tool that turns marketing audit data into a formatted PDF report with charts, scores, tables, findings, and an action plan.

In plain words
What is it for?
Use it to create PDF marketing reports for client presentations, email attachments, or sales materials.
Why use it?
It removes the need to assemble a polished, printable client report by hand or turn analysis data into charts yourself.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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 to create PDF marketing reports for client presentations, email attachments, or sales materials.

Compare 6 skills from other repositories ↓
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/tal7aouy/marketkit
agentmods
npx agentmods add skills/tal7aouy/marketkit/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/tal7aouy/marketkit/market-report-pdf/github.svg)](https://agentmods.dev/skills/tal7aouy/marketkit/market-report-pdf)
Your own site
<a href="https://agentmods.dev/skills/tal7aouy/marketkit/market-report-pdf"><img src="https://agentmods.dev/badge/skills/tal7aouy/marketkit/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/tal7aouy/marketkit/market-report-pdf"><img src="https://agentmods.dev/badge/skills/tal7aouy/marketkit/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,417 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.
Origin 97% copy Near-identical to another mod 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.03417
Opus 5 $0.00000 $0.01708
Sonnet 5 $0.00000 $0.00683
Haiku 4.5 $0.00000 $0.00342

Measured 11d ago against content hash a874a286260d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 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.

Origin

This is a copy

97% identical to market-report-pdf — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

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. 11d ago First seen · 349 lines · 0 tokens per session scan A a874a286260d

Subscribe to this mod's changes

market-report-pdf is a skill published in the GitHub repository tal7aouy/marketkit (2 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,417 tokens. A static security scan graded it A with 0 findings. It is 97% identical to market-report-pdf, differing in 2 lines, and is treated as a copy.

Related

Other skills, from other repositories

pdf-report

Generate a branded, audience-structured marketing report — executive summary, campaign report, channel deep-dive, competitor report, or monthly/quarterly review — assembled via pdf-generator.py with brand colors, logo, and fonts, and previewed for adjustments before finalizing. Pulls data from campaign-tracker.py…

indranilbanerjee/digital-marketing-pro · 147 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/citedy-seo-agent · 51 tokens

document-parser

Parse and extract structured content from PDFs, Word documents, and other file formats. Converts documents into clean, machine-readable text for analysis, summarization, data extraction, and content processing workflows.

sandbaseai/sandbase-skills · 41 tokens

marketing-expert

Build comprehensive marketing technology solutions including automation workflows, campaign management, analytics tracking, and multi-channel orchestration. Use when the user mentions marketing automation, campaign management, SEO, email or content marketing, attribution, or multi-channel orchestration.

personamanagmentlayer/pcl · 51 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

visibly-seo-pdf-build

Build a clean, brand-compliant PDF from an analysis or offer. Use when the user asks to generate, render, or export a client-ready PDF presentation or document with their corporate identity — cover page, header/footer, section bars, tables, ROI boxes.

AntonioBlago/claude-code-seo-starter · 60 tokens