New to Claude Skills? Learn how to install them →

aaron-he-zhu on GitHub

Report Generator

Free

Create tailored influencer marketing reports efficiently.

Get this skill

Free · Opens the source repo

What Report Generator does

The Report Generator skill is designed to assist users in producing professional influencer marketing reports that effectively communicate campaign performance. It customizes content and depth based on the intended audience, whether they are executives, clients, or internal teams. By leveraging existing campaign metrics, this skill can generate comprehensive reports that include data tables, narratives, key learnings, and actionable recommendations.

When a user requests a report, the skill first determines the necessary parameters such as report type, campaign details, reporting period, and audience. It then selects the appropriate template from the provided reference materials and fills in the metrics, which can be sourced from previous outputs of the performance-analyzer and roi-calculator skills. If these metrics are not available, the skill prompts the user for the necessary data. The final report is saved in a structured format, ensuring easy access and organization.

This skill is particularly useful for marketing professionals who need to present campaign results to various stakeholders. It streamlines the reporting process, saving time and ensuring that reports are consistent and tailored to the audience's needs. By including visualizations and adhering to writing best practices, the Report Generator enhances the clarity and impact of the reports it produces.

Overall, the Report Generator skill is an essential tool for anyone involved in influencer marketing who requires a reliable way to document and present campaign performance effectively.

When to use it

Use this skill when you need to generate a report for an influencer marketing campaign, especially when addressing different stakeholders.

When not to use it

This skill is not suitable for raw metric computation; use performance-analyzer for that purpose.

What you can build with it

Generate Executive Summary

Create a high-level overview of campaign performance for executives, focusing on ROI and strategic insights.

Client Campaign Report

Produce detailed reports for clients that highlight results, value, and key performance metrics.

Internal Team Review

Compile comprehensive reports for internal teams that include learnings and optimization recommendations.

How to install Report Generator

View source

1. Install with the skills CLI

npx skills add aaron-he-zhu/aaron-marketing-skills/report-generator --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by aaron-he-zhu

Report Generator

This skill helps you create professional influencer marketing reports that tell the story of your campaign performance. It adapts content and depth based on the audience.

Cross-discipline (paid ads): this is also the paid-ads reporting surface — build exec/client/channel reports from RQS history (memory/audits/ad/) and measurement-loop readback verdicts. It presents metrics; it does not compute them (return math stays in roi-calculator). Save paid runs under memory/ad/report-generator/.

Quick Start

Shortest invocation:

Create a campaign report for [campaign name] for [audience: executive/client/team]

Common scenario:

Generate an executive summary for our Q3 influencer campaigns

Skill Contract

  • Reads: campaign name, reporting period, target audience, and computed metrics (reach, engagement, conversions, spend, revenue, ROI/ROAS, per-influencer results). Prior outputs from performance-analyzer and roi-calculator if available.
  • Writes: a finished report in the audience-appropriate template, saved to memory/influencer/report-generator/YYYY-MM-DD-<topic>.md.
  • Promotes: durable verdicts (final ROI/ROAS, top performers, renew/drop calls, headline learnings) to memory/hot-cache.md.
  • Done when:
    1. The report matches the requested audience template (executive, client, team, or board).
    2. Every metric is paired with context (target, benchmark, or prior period).
    3. The report ends with concrete recommendations and, where relevant, action items.
  • Primary next skill: content-quality-auditor

Handoff Summary

Emit the standard shape from skill-contract.md §Handoff Summary Format.

Data Sources

This family ships Tier 1: every step works with no live integration. Give the skill the campaign metrics directly and it builds the report from your inputs.

Optional connectors that can pre-fill data where available:

  • ~~social platform analytics — reach, impressions, engagement, video views per post
  • ~~influencer database — creator handles, tiers, fees, audience demographics
  • ~~analytics — link clicks, conversions, attributed revenue
  • ~~CRM — new-customer counts and downstream revenue

Without any of these, the skill asks you for the numbers and proceeds. See CONNECTORS.md for the free/keyless data recipe per category.

Instructions

When a user requests a report:

  1. Determine report parameters — set report type (post-campaign/monthly/quarterly/annual), campaign(s), period, and audience. Match depth to the audience: executive wants ROI and strategy at a high level; client wants results and value; team wants detailed learnings and optimization; board wants business impact. See the audience-needs matrix in report-templates.md.

  2. Pick the audience template and fill it in — full executive, client, and internal-team templates live in report-templates.md. Pull metrics from performance-analyzer and roi-calculator outputs when present; otherwise ask the user for the numbers. Pair every metric with context (target, benchmark, or prior period).

  3. Apply visualization and writing guidance — choose the right chart per data point and per audience, and follow the lead-with-outcomes narrative arc. See the visualization recommendations and writing best practices in report-templates.md.

  4. Close with recommendations and action items — end every report with concrete next steps; add an owner/deadline action-items table for team and board audiences.

  5. Save and promote — write the finished report to memory/influencer/report-generator/YYYY-MM-DD-<topic>.md (paid runs to memory/ad/report-generator/). Promote durable verdicts (final ROI/ROAS, top performers, renew/drop calls, headline learnings) to memory/hot-cache.md.

Example

User: "Create an executive report for our holiday campaign: $50K spend, $165K revenue, 3.5M reach across 15 influencers"

Output (excerpt — full template in report-templates.md):

# Holiday Campaign 2024: Executive Summary

## Bottom Line: Campaign Exceeded All Targets ✅

**ROI: 230%** | **ROAS: 3.3:1** | **Revenue: $165,000**

| Metric | Target | Actual | Status |
|--------|--------|--------|--------|
| Revenue | $100K | $165K | ✅ +65% |
| ROAS | 2:1 | 3.3:1 | ✅ +65% |
| Reach | 2M | 3.5M | ✅ +75% |

### Recommendation

Increase Q1 influencer budget by 25%, focused on TikTok micro-influencers and product-demo content.

Reference Materials

Next Best Skill

Primary: content-quality-auditor — run the finished report through the publish-readiness gate before it goes to a stakeholder.

Alternates (same report phase / influencer family):

Termination note (visited-set): if a recommended skill has already been invoked this session, stop and report the chain as complete instead of re-running it. Honor a max chain depth of 3 hops to avoid loops.

Frequently asked questions about Report Generator

Similar skills