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-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 GitHubgenpark-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
Agent-Reach
78.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
70.6k🌊 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.2kOpen-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.0kCompress 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.
Languages
Security Score
Audited on Jul 10, 2026
