SkillAgentSearch skills...

genpark-warranty-claim-processor-skill

GenPark AI Skill - Process and validate warranty claims with eligibility checks, fraud detection and resolution option generation

Install / Use

claude mcp add alphaparkinc -- npx -y github:alphaparkinc/genpark-warranty-claim-processor-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

Our assessment of genpark-warranty-claim-processor-skill

genpark-warranty-claim-processor-skill scores 61/100 on our quality scale, 1585th of 1,753 Automation skills we index.

Its MCP Server is 1.1 KB long, split into 4 sections with 2 code examples: fairly brief, so expect to fill in details yourself.

It has 9 GitHub stars, so there is little community track record yet; judge it on its content.

Substance
14/30
Structure
14/20
Description
15/15
Adoption
4/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated about 3 months ago, so genpark-warranty-claim-processor-skill is actively maintained.
  • No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
  • Its trust signals score 80/100, with 2 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful.

AI review by kimi-k2.7-code on 2026-09-27. Automated pattern scan on 2026-09-27. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

genpark-warranty-claim-processor-skill compared with similar skills

All 4 of these similar skills score higher than genpark-warranty-claim-processor-skill; compare them before choosing.

SkillScoreStarsUpdatedFormat
genpark-warranty-claim-processor-skill (this skill)by alphaparkinc6193mo agoMCP Server
Agent-Reachby Panniantong10085.7k12d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.md
rufloby ruvnet10073.4ktodayCLAUDE.md
CowAgentby zhayujie10047.1ktodayCLAUDE.md

Frequently asked questions

How do I install genpark-warranty-claim-processor-skill?
Run claude mcp add alphaparkinc -- npx -y github:alphaparkinc/genpark-warranty-claim-processor-skill. The install tabs above show the steps for each supported agent.
Which AI agents does genpark-warranty-claim-processor-skill work with?
It is written for Claude Code, Claude Desktop and Cursor, as a MCP Server file. Other agents that read the same format can often use it too.
Is genpark-warranty-claim-processor-skill safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful. It declares no license and scores 80/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is genpark-warranty-claim-processor-skill still maintained?
The repository was last updated about 3 months ago, so genpark-warranty-claim-processor-skill is actively maintained.

genpark-warranty-claim-processor-skill

GenPark AI Agent Skill -- Process and validate warranty claims with eligibility checks, fraud detection, and resolution options.

Features

  • Warranty eligibility check with days-remaining calculation
  • Multi-signal fraud detection: past claims, account age, proof, claim timing, vague descriptions
  • Three-way decision: approved / denied / review_required
  • Category-aware resolution options (replacement, repair, refund, store credit)
  • Near-expiry claim flagging

Quick Start

from client import WarrantyClaimClient

client = WarrantyClaimClient()
result = client.process(
    claim={"purchase_date":"2026-01-01","claim_date":"2026-07-01","issue_description":"Screen cracked","proof_provided":True},
    product={"warranty_months":12,"category":"electronics","price":150},
    customer={"past_claims":0,"account_age_months":12},
)
print(f"Decision: {result['decision']} | Fraud: {result['fraud_risk']['risk_level']}")

Installation

python example_usage.py  # No external dependencies

Built by GenPark | alphaparkinc

Related Skills

View on GitHub
GitHub Stars9
CategoryAutomation
Updated2mo ago
Forks0

Languages

Python

Trust signals

80/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

1 medium1 low