SkillAgentSearch skills...

genpark-product-bundle-recommender-skill

GenPark AI Skill - Recommend bundle items and compile discount pricing strategies

Install / Use

claude mcp add alphaparkinc -- npx -y github:alphaparkinc/genpark-product-bundle-recommender-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

71/100

Category

Automation

Supported Platforms

Claude Code
Claude Desktop
Cursor

genpark-product-bundle-recommender-skill

GenPark AI Agent Skill -- Shopping cart product bundling compiler.

Quick Start

from client import ProductBundleRecommenderClient
client = ProductBundleRecommenderClient()
res = client.recommend_bundle([{"sku": "1", "price": 10}], 10)
print(res["bundle_suggestion"]["items_to_add"])

Related Skills

View on GitHub
GitHub Stars9
CategoryAutomation
Updated1mo ago
Forks0

Languages

Python

Security Score

75/100

Audited on Jul 10, 2026

1 medium2 low