Install
openclaw skills install social-proof-collectorAutomatically gather, filter, and format high-quality customer reviews from multiple platforms with alerts and response drafts for new feedback.
openclaw skills install social-proof-collectorAutomatically collect, organize, and display customer reviews and testimonials from across the web.
Collect reviews for [business name] from Google and Yelp
Create a testimonial carousel from our top 5 reviews
Check for new reviews daily and alert me if any are below 3 stars
Search for the business across review platforms:
For each platform, extract:
Score each review by usefulness:
HTML Widget:
<div class="testimonial">
<div class="stars">★★★★★</div>
<p class="quote">"[review text]"</p>
<p class="author">— [name], [platform]</p>
</div>
Social Media Post:
🌟 What our clients say:
"[best quote from review]"
— [Name]
[Your CTA + link]
Email Signature Snippet:
⭐⭐⭐⭐⭐ Rated 4.8/5 on Google (150+ reviews)
For negative reviews, generate empathetic, professional responses:
{
"business_name": "Your Business",
"platforms": ["google", "yelp", "facebook"],
"min_stars": 4,
"alert_below": 3,
"check_frequency": "daily"
}