Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Social Proof Aggregator Skill

FreeNot checked

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

GitHubEmbed

About

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

README

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

from github.com/alphaparkinc/genpark-social-proof-aggregator-skill

Installing Genpark Social Proof Aggregator Skill

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/alphaparkinc/genpark-social-proof-aggregator-skill

FAQ

Is Genpark Social Proof Aggregator Skill MCP free?

Yes, Genpark Social Proof Aggregator Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Social Proof Aggregator Skill need an API key?

No, Genpark Social Proof Aggregator Skill runs without API keys or environment variables.

Is Genpark Social Proof Aggregator Skill hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Genpark Social Proof Aggregator Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Social Proof Aggregator Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Genpark Social Proof Aggregator Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs