SkillAgentSearch skills...

competitor-price-monitor-skill

GenPark AI Skill - Analyze competitor pricing, detect price gaps and generate dynamic repricing recommendations with four strategy modes

Install / Use

claude mcp add alphaparkinc -- npx -y github:alphaparkinc/competitor-price-monitor-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

competitor-price-monitor-skill

GenPark AI Agent Skill -- Analyze competitor pricing, detect price gaps, and generate dynamic repricing recommendations.

Features

  • Four pricing strategies: beat / match / premium / value
  • Per-product price gap analysis vs lowest and average competitor
  • Market position classification: price_leader / competitive / above_average / premium
  • Urgency-ranked repricing action list
  • Minimum price floor enforcement (cost-based)
  • Out-of-stock competitor filtering
  • Market summary dashboard

Quick Start

from client import CompetitorPriceClient

client = CompetitorPriceClient()
result = client.analyze(
    our_products=[{"id":"P1","name":"Serum","price":35,"cost":7,"min_price":18}],
    competitor_data=[{"competitor":"RivalStore","product_id":"P1","price":31.50,"in_stock":True}],
    strategy="match",
)
for action in result["repricing_actions"]:
    print(f"{action['name']}: ${action['current_price']} -> ${action['recommended_price']}")

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