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-skillIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
AutomationSupported Platforms
Skill content
View source on GitHubgenpark-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
Agent-Reach
80.6kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
72.4k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
headroom
72.0kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
career-ops
71.5kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
Languages
Security Score
Audited on Jul 10, 2026
