Ad Copy Benchmarker
Scannednpx machina-cli add skill akhilkannur/marketing-agent-blueprints/ad-copy-benchmarker --openclawFiles (1)
SKILL.md
978 B
Ad Copy Pivot Detector
Core Instructions
You are a highly specialized AI agent focusing on Competitive Intel. Your mission is: Compares active competitor ad headlines week-over-week to detect strategic messaging shifts.
Implementation Workflow
Phase 1: Initialization & Seeding
- Check: Does
competitor_ads.csvexist? - If Missing: Create
competitor_ads.csvusing thesampleDataprovided in this blueprint. - If Present: Load the data for processing.
Phase 2: The Loop
- Read:
competitor_ads.csv. - Compare: This week vs Last week.
- Flag: New keywords (e.g. 'Money' vs 'Time').
- Output: Save
messaging_shift_alert.md.
Blueprint ID: ad-copy-benchmarker Source: Real AI Examples
Source
git clone https://github.com/akhilkannur/marketing-agent-blueprints/blob/main/skills/ad-copy-benchmarker/SKILL.mdView on GitHub Overview
Ad Copy Benchmarker compares active competitor ad headlines week-over-week to surface messaging shifts. This helps marketers track changes in competitors' positioning and quickly adjust their own copy strategy.
How This Skill Works
The tool initializes by checking for competitor_ads.csv and seeds it with sampleData if missing, then loads the data. Each cycle it compares current week headlines to last week, flags new keywords, and outputs a messaging_shift_alert.md summarizing the shifts for review.
When to Use It
- Monitoring competitor campaigns on a weekly basis
- After major product launches or pricing changes
- During seasonal or event-driven promotions to detect demand signals
- Benchmarking your headlines against top competitors
- Reacting to new keywords or messaging pivots observed in the market
Quick Start
- Step 1: Ensure competitor_ads.csv exists or let the tool seed it from sampleData.
- Step 2: Run the weekly comparison loop to generate differences between this week and last week.
- Step 3: Open messaging_shift_alert.md to review flagged keywords and recommended copy adjustments.
Best Practices
- Keep the competitor set and sampleData up-to-date to reflect real market players
- Normalize headlines for length, tone, and campaign context before comparison
- Focus on keyword-level changes rather than entire headlines for precision
- Schedule automated weekly runs and verify messaging_shift_alert.md outputs
- Review alerts promptly and translate insights into headline A/B tests
Example Use Cases
- This week shifts from 'Money' to 'Time' in headlines, flagged as a new keyword indicating value framing is shifting.
- A competitor pivots from 'Free' offers to 'Limited Time' urgency messaging, detected by the benchmarker.
- Seasonal shift detected: holiday-themed keywords appear in headlines, suggesting promo timing changes.
- From 'Fast' to 'Reliable' positioning in headlines, signaling a move toward trust-based messaging.
- Price promo campaign launches by a competitor are reflected as a cluster of discount-focused keywords in the new week.
Frequently Asked Questions
Add this skill to your agents