Campaign Performance Report
Turns BulkPublish analytics into an evidence-based campaign report with platform-aware metric checks and caveats.
Marketing & SEOIntermediate★ 416⑂ 43AI score 5/10Last updated: Sep 2, 2026
What it does
- Takes a date range, campaign label, channel set, or post list and produces an evidence-based performance report.
- Calls the BulkPublish
list_posts,get_analytics, andget_post_metricstools as appropriate. - Verifies
metricsSupported/supportedMetricsbefore reporting anything, so an unsupported metric is never presented as a measured zero. - Keeps BulkPublish
linkClicksseparate from platform-nativeclicksand discloses tracking limitations. - Summarizes by platform, format, theme, and timing, then gives prioritized recommendations tied to observed evidence.
- Refuses to infer conversions, sentiment, reach, or attribution that the data doesn't contain.
Who it's for
- Marketers running social channels through BulkPublish who build recurring weekly/monthly reports.
- Anyone who has confused "zero" with "metric not supported on this platform".
- Agency operators who must hand clients honest, non-inflated numbers.
Usage examples
- "Report on the 'Spring Promo' campaign for last month vs. the prior month" → per-platform summary, comparison, prioritized actions.
- "Compare Reels vs. image vs. text performance for Instagram and LinkedIn only" → unsupported metrics flagged as not measured.
- "Summarize link click performance for these 10 posts" →
linkClicksreported separately from nativeclicks, with tracking caveats.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/aiskillstore/marketplace/HEAD/pending/azeemkafridi/campaign-performance-report/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the pending/azeemkafridi/campaign-performance-report folder from the GitHub repo aiskillstore/marketplace into my ~/.claude/skills/campaign-performance-report/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/aiskillstore/marketplace.git /tmp/aiskillstore && mkdir -p ~/.claude/skills && cp -r /tmp/aiskillstore/pending/azeemkafridi/campaign-performance-report ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Terminal on macOS/Linux, Git Bash on Windows).
- Clone the repo:
git clone https://github.com/aiskillstore/marketplace.git /tmp/aiskillstore - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r /tmp/aiskillstore/pending/azeemkafridi/campaign-performance-report ~/.claude/skills/ - Confirm
~/.claude/skills/campaign-performance-report/SKILL.mdexists. - Important: this skill depends on the BulkPublish MCP server (tools
list_posts,get_analytics,get_post_metrics) being connected to Claude Code. Configure that MCP server first. - Restart Claude Code and try: "Build a campaign performance report for the last 30 days."