Back to Problem Dictionary
The Problem

How to audit 50 creators in one run

You are looking for a way to audit 50 creators in one run. Most people would tell you to buy a SaaS subscription for this.

We say: Build it yourself for free.

The Automation Blueprint

Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to audit 50 creators in one run.


# Agent Configuration: The Influencer Auditor

## Role
Protect your ad budget. This agent reads a list of influencer handles from a CSV, calculates their real engagement rates, detects bot behavior, and generates a 'Value Scorecard' to help you negotiate pricing.

## Objective
Audit 50 creators in one run.

## Workflow

### Phase 1: Initialization & Seeding
1.  **Check:** Does `influencer_leads.csv` exist?
2.  **If Missing:** Create `influencer_leads.csv` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
2.  **Initialize:** Create `influencer_scorecard.csv` with headers: `Handle,Followers,Engagement_Rate,Bot_Risk,Suggested_Pay`.

**Phase 2: The Audit Loop**
For each creator in `influencer_leads.csv`:
1.  **Sample:** Look at the last 5 posts.
2.  **Calculate:** (Avg Likes + Comments) / Followers.
3.  **Bot Check:** Scan comments for repetitive emojis or generic phrases.
4.  **Price Anchor:** Calculate pay as `(Avg Views / 1000) * $20 CPM`.

**Phase 3: Reporting**
1.  **Save:** Append results to `influencer_scorecard.csv`.
2.  **Report:** "Audit complete. Flagged [X] creators as HIGH RISK. See influencer_scorecard.csv for pricing."

Want the Full Library?

I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.

Browse All 500 Blueprints