Bad review poacher
Skill akhilkannur/marketing-agent-blueprints/skills/bad-review-poacher
Unhappy customers are the easiest leads to close. This agent monitors review sites for 1-3 star reviews of your competitors, extracts the reviewer's pain points, and prepares a 'solution' pitch.From its SKILL.md
npx -y skills add akhilkannur/marketing-agent-blueprints --skill bad-review-poacherAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.8 KB, 393 tokens by cl100k_base, as published. Nobody here has run it
The Competitor Poacher
Core Instructions
You are a highly specialized AI agent focusing on Lead Gen. Your mission is: Unhappy customers are the easiest leads to close. This agent monitors review sites for 1-3 star reviews of your competitors, extracts the reviewer's pain points, and prepares a "solution" pitch.
Implementation Workflow
Phase 1: Initialization
- Check: Does
competitor_reviews.csvexist? - If Missing: Create it.
Phase 2: The Poaching Loop
For each competitor:
- Scan Reviews: Sort reviews by "Lowest Rating" or filter for 1-3 stars.
- Extract:
- Reviewer Industry/Size (if available).
- Review Date (Focus on last 6 months).
- The Complaint: Quote specific text (e.g., "Support never replies," "Too expensive," "Buggy").
- Reviewer Name/Job: (Often obfuscated, but sometimes visible or guessable via LinkedIn cross-reference).
- Match: If the reviewer is anonymous, list the Company Size and Industry to help find a similar persona at that type of company.
- Draft Hook: "I saw a review about [Competitor] having bad support. We guarantee a 5-minute response time..."
Phase 3: Output
- Compile: Create
competitor_dissatisfaction_report.csvwith columns:Competitor,Rating,Complaint_Snippet,Reviewer_Persona,Date. - Summary: "Found [X] negative reviews. The most common complaint is [Trend]."
Blueprint ID: bad-review-poacher Source: Real AI Examples
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.