SkillAgentSearch skills...

genpark-social-proof-aggregator-skill

GenPark AI Skill - Aggregate social proof signals into display-ready review widgets, trust badges and featured reviews for product pages

Install / Use

claude mcp add alphaparkinc -- npx -y github:alphaparkinc/genpark-social-proof-aggregator-skill

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

67/100

Category

Automation

Supported Platforms

Claude Code
Claude Desktop
Cursor

genpark-social-proof-aggregator-skill

GenPark AI Agent Skill -- Aggregate social proof signals into display-ready review widgets, trust badges, and featured reviews for product pages.

Features

  • Composite trust score (0-100) across rating, review volume, sales, repeat buyers, verified purchases
  • Star display formatter and rating distribution calculator
  • Trust badge generation: Top Rated, Best Seller, Community Favorite, Verified Purchases
  • Featured review selection (highest rated + most helpful)
  • Sentiment summary: positive / neutral / negative breakdown
  • Flexible output: widget / badge / summary / all

Quick Start

from client import SocialProofClient

client = SocialProofClient()
result = client.aggregate(
    product_data={"total_reviews": 500, "avg_rating": 4.7, "units_sold": 2000, "repeat_buyers_pct": 55},
    reviews=[{"rating": 5, "text": "Love it!", "verified": True, "helpful_votes": 30}],
)
print(f"Trust Score: {result['trust_score']}")
print(f"Badges: {result['trust_badges']}")

Installation

python example_usage.py  # No external dependencies

Built by GenPark | alphaparkinc

Related Skills

View on GitHub
GitHub Stars9
CategoryAutomation
Updated2mo ago
Forks0

Languages

Python

Security Score

80/100

Audited on Jul 10, 2026

1 medium1 low