Automated return authorization and routing skill optimizing return paths and customer experience
Automates return authorization decisions, generates labels, and screens for fraud to optimize customer experience.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Returns Authorization Processor automates return authorization and routing decisions to optimize return paths and enhance customer experience. It validates return eligibility, selects optimal return methods, and detects potential fraud while maintaining customer satisfaction.
skill: returns-authorization-processor
inputs:
return_request:
order_id: "ORD-2026-12345"
customer_id: "CUST-98765"
items:
- sku: "SKU001"
quantity: 1
reason_code: "defective"
description: "Product stopped working after 2 weeks"
original_purchase_date: "2026-01-05"
original_amount: 149.99
customer_profile:
return_history:
returns_last_12_months: 2
return_rate_percent: 8
customer_tier: "gold"
return_policy:
return_window_days: 30
condition_requirements: ["original_packaging", "all_accessories"]
free_return_threshold: 50.00
outputs:
authorization:
rma_number: "RMA-2026-54321"
status: "approved"
eligibility:
within_return_window: true
policy_compliant: true
fraud_risk: "low"
return_method:
recommended_method: "carrier_pickup"
carrier: "UPS"
pickup_date_options: ["2026-01-26", "2026-01-27", "2026-01-28"]
label_url: "https://returns.example.com/label/RMA-2026-54321"
return_location: "Returns Center - Columbus, OH"
refund_estimate:
refund_amount: 149.99
refund_method: "original_payment"
estimated_processing_days: 5
estimated_refund_date: "2026-02-03"
customer_communication:
confirmation_email_sent: true
tracking_url: "https://returns.example.com/track/RMA-2026-54321"
fraud_analysis:
risk_score: 15
risk_level: "low"
flags: []
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 asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.