~/ai_assets_directory_
Claude Skill 8.9k stars · whole AgriciDaniel/claude-ads repo
ads-report.skill

Render Paid Media Reports

Renders your audit into Markdown, HTML or PDF straight from the validated data bundle, never from loose prose, and never with a hidden partial status.

Overview

Render Paid Media Reports is the rendering skill behind /ads report in the Claude Ads suite. It always renders from the canonical JSON bundle, never from ad-hoc prose.

What it covers

  • Accepts only a validated versioned report bundle as input.
  • Confirms run completeness, evidence coverage, privacy class, branding choice, requested audience and output formats before rendering.
  • Renders Markdown, HTML and PDF from the same canonical data and deterministic templates.
  • Preserves findings, confidence, evidence references, contradictions, missing inputs and measurement windows in every format.
  • Never includes credentials, customer lists, private paths or promotional copy unless the operator explicitly enabled branding, and never hides partial or insufficient-evidence status.

Part of Claude Ads

This skill is dispatched automatically by the main ads conductor for /ads report requests. See the full Claude Ads entry for installation.

Installation

This worker skill installs automatically as part of the Claude Ads plugin, there's no separate step for it.

  1. Install the plugin once, from inside Claude Code:
    /plugin marketplace add AgriciDaniel/claude-ads
    /plugin install claude-ads@ai-marketing-hub-claude-ads
    
  2. This skill runs on its own whenever the /ads conductor needs it; you don't call it directly.
  3. See the Claude Ads entry for the full setup and platform list.

Related assets