Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Flash Sale Optimizer Skill

FreeNot checked

GenPark AI Skill - Optimize flash sale timing, discount depth, inventory allocation and urgency messaging for maximum revenue

GitHubEmbed

About

GenPark AI Skill - Optimize flash sale timing, discount depth, inventory allocation and urgency messaging for maximum revenue

README

GenPark AI Agent Skill -- Optimize flash sale timing, discount depth, inventory allocation, and urgency messaging.

Features

  • Margin-aware optimal discount calculation per product
  • 70% inventory cap rule to protect base stock
  • Day/time timing recommendations with engagement scores
  • Conversion rate estimation based on discount depth and urgency
  • 7 urgency message templates with dynamic variable injection
  • Revenue projection against target

Quick Start

from client import FlashSaleClient

client = FlashSaleClient()
result = client.optimize(
    products=[{"name": "Serum", "regular_price": 35, "cost": 7, "current_stock": 200}],
    sale_duration_hours=24,
    audience_size=20000,
)
print(result["sale_plan"])
print(result["urgency_messages"])

Installation

python example_usage.py  # No external dependencies

Built by GenPark | alphaparkinc

from github.com/alphaparkinc/genpark-flash-sale-optimizer-skill

Installing Genpark Flash Sale Optimizer Skill

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

▸ github.com/alphaparkinc/genpark-flash-sale-optimizer-skill

FAQ

Is Genpark Flash Sale Optimizer Skill MCP free?

Yes, Genpark Flash Sale Optimizer Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Flash Sale Optimizer Skill need an API key?

No, Genpark Flash Sale Optimizer Skill runs without API keys or environment variables.

Is Genpark Flash Sale Optimizer Skill hosted or self-hosted?

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

How do I install Genpark Flash Sale Optimizer Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Flash Sale Optimizer 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 Flash Sale Optimizer Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs