Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Product Comparison Agent Skill

FreeNot checked

GenPark multi-product comparison agent skill. Generates structured side-by-side spec markdown tables and weighted scores.

GitHubEmbed

About

GenPark multi-product comparison agent skill. Generates structured side-by-side spec markdown tables and weighted scores.

README

This repository contains the GenPark Product Comparison Agent Skill — an agent configuration skill config (skill.json), a production-ready Python SDK client (comparison_agent.py), and executable verification tests. It is designed to compare multiple retail/product SKUs, apply dynamic weights to user pricing vs. features priorities, and generate structured markdown tables.


🚀 Capabilities

  • Weighted Priority Scoring: Calculates relative values based on custom importance factors.
  • Auto-Markdown Generation: Automatically constructs side-by-side spec comparison matrices.
  • Verdict Synthesis: Resolves standard action guidelines for product recommendations.

🛠️ Setup & Installation

  1. Install dependencies:
    pip install -r requirements.txt
    

💻 SDK Usage Reference

from comparison_agent import ProductComparisonClient

# Initialize client
client = ProductComparisonClient()

# Execute comparison
result = client.compare(
    products=[
        {"sku": "SKU-A", "name": "Item A", "price": 100, "rating": 4.5, "features": {"f1": "yes"}},
        {"sku": "SKU-B", "name": "Item B", "price": 80, "rating": 4.0, "features": {}}
    ],
    priorities={"price_importance": 4, "feature_richness": 1}
)

print(result["comparison_table_markdown"])

📜 License

This project is licensed under the MIT License.

from github.com/alphaparkinc/genpark-product-comparison-agent-skill

Installing Genpark Product Comparison Agent Skill

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

▸ github.com/alphaparkinc/genpark-product-comparison-agent-skill

FAQ

Is Genpark Product Comparison Agent Skill MCP free?

Yes, Genpark Product Comparison Agent Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Product Comparison Agent Skill need an API key?

No, Genpark Product Comparison Agent Skill runs without API keys or environment variables.

Is Genpark Product Comparison Agent Skill hosted or self-hosted?

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

How do I install Genpark Product Comparison Agent Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Product Comparison Agent 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 Product Comparison Agent Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs