AI-powered returns inspection and disposition decision skill maximizing value recovery
Analyzes returned items to determine optimal disposition paths for maximizing value recovery.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Returns Disposition Optimizer is an AI-powered skill that optimizes returns inspection and disposition decisions to maximize value recovery. It automates condition grading, determines optimal disposition paths, and coordinates with secondary markets to extract maximum value from returned products.
skill: returns-disposition-optimizer
inputs:
returned_item:
rma_number: "RMA-2026-54321"
sku: "SKU001"
original_price: 149.99
return_reason: "defective"
inspection_results:
condition: "good"
cosmetic_damage: "minor_scratches"
functional_status: "fully_operational"
packaging_status: "damaged"
accessories_complete: true
market_data:
new_price: 149.99
refurbished_price: 119.99
liquidation_value: 45.00
recycling_value: 2.50
refurbishment_options:
- type: "repackage"
cost: 5.00
resulting_grade: "open_box"
expected_value: 129.99
- type: "full_refurbishment"
cost: 25.00
resulting_grade: "refurbished"
expected_value: 119.99
outputs:
disposition_decision:
recommended_disposition: "repackage_and_resell"
disposition_channel: "open_box_marketplace"
expected_recovery: 129.99
processing_cost: 5.00
net_recovery: 124.99
recovery_rate_percent: 83.3
alternative_options:
- disposition: "liquidate"
recovery: 45.00
processing_cost: 2.00
net_recovery: 43.00
- disposition: "full_refurbishment"
recovery: 119.99
processing_cost: 25.00
net_recovery: 94.99
grading_details:
assigned_grade: "B"
grade_description: "Good condition with minor cosmetic wear"
deductions:
- reason: "packaging_damage"
deduction_percent: 5
- reason: "cosmetic_scratches"
deduction_percent: 8
routing:
destination: "Refurb Center - Memphis"
processing_priority: "standard"
estimated_completion_days: 3
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.