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-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
AutomationSupported Platforms
Skill content
View source on GitHubcompetitor-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
Agent-Reach
78.4kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
71.0k🌊 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
career-ops
70.3kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
headroom
69.1kCompress 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.
