SkillAgentSearch skills...

genpark-refund-policy-optimizer-skill

GenPark AI Skill - Analyze refund patterns and generate optimized refund policy recommendations for retention and cost goals

Install / Use

claude mcp add alphaparkinc -- npx -y github:alphaparkinc/genpark-refund-policy-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
Zed

genpark-refund-policy-optimizer-skill

GenPark AI Agent Skill — Analyze refund patterns and optimize e-commerce refund policies for retention, cost, or balance.

Features

  • Refund pattern analysis: top reasons, approval rates, preventable returns
  • Policy customer-friendliness scoring (0-100)
  • Three optimization goals: maximize_retention, minimize_costs, balanced
  • Projected impact on retention, conversion, and costs
  • Actionable recommendations

Quick Start

from client import RefundPolicyClient

client = RefundPolicyClient()
result = client.optimize(
    refund_records=[{"amount": 45.0, "reason": "wrong size", "days_since_purchase": 12, "approved": True}],
    current_policy={"return_window_days": 21, "restocking_fee_pct": 15, "free_returns": False},
    business_goal="balanced",
)
print(f"Policy Score: {result['policy_score']}/100")
print(result["optimized_policy"])

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