SkillAgentSearch skills...

genpark-product-bundling-strategy-skill

GenPark AI Skill - Generate product bundle recommendations using purchase co-occurrence and margin optimization

Install / Use

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

Supported Platforms

Claude Code
Claude Desktop

genpark-product-bundling-strategy-skill

GenPark AI Agent Skill — Generate AI-driven product bundle recommendations using co-occurrence analysis and margin optimization.

Features

  • Purchase co-occurrence analysis from order history
  • Three strategies: frequency_first, margin_first, balanced
  • Bundle pricing with configurable discount percentage
  • Gross margin calculation per bundle
  • Auto-generated bundle names
  • Fallback bundles when order history is sparse

Quick Start

from client import ProductBundlingClient

client = ProductBundlingClient(discount_pct=10.0)
result = client.recommend(
    products=[{"id": "A", "name": "Serum", "price": 35, "cost": 8, "category": "skincare"}],
    order_history=[{"order_id": "O1", "product_ids": ["A", "B", "C"]}],
    bundle_size=3,
    strategy="balanced",
)
print(result["top_bundle"])

Installation

python example_usage.py  # No external dependencies

Built by GenPark | alphaparkinc

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1mo ago
Forks0

Languages

Python

Security Score

80/100

Audited on Jul 10, 2026

1 medium1 low