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-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
Development & EngineeringSupported Platforms
Skill content
View source on GitHubgenpark-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
Agent-Reach
77.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
70.1k🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
headroom
68.2kCompress 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.
CowAgent
46.7kOpen-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-model, multi-channel. Lightweight, extensible, one-line install. (formerly chatgpt-on-wechat)
Languages
Security Score
Audited on Jul 10, 2026
