SkillAgentSearch skills...

genpark-flash-sale-optimizer-skill

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

Install / Use

claude mcp add alphaparkinc -- npx -y github:alphaparkinc/genpark-flash-sale-optimizer-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

61/100

Category

Automation

Supported Platforms

Claude Code
Claude Desktop
Cursor

genpark-flash-sale-optimizer-skill

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

Related Skills

View on GitHub
GitHub Stars9
CategoryAutomation
Updated1mo ago
Forks0

Languages

Python

Security Score

80/100

Audited on Jul 10, 2026

1 medium1 low