returns-management

returns-management is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 26 tokens per session (2,317 once invoked), scanned A, original, MIT.

A guide to handling product returns from the customer’s request through refund, exchange, restocking, and notification. It can cover self-service return portals, prepaid labels, tracking, and different refund outcomes.

In plain words
What is it for?
Use it to build return portals, create return authorizations and labels, apply refunds or store credit, process exchanges, update inventory, and decide how returned items are restocked.
Why use it?
It replaces scattered manual return steps with a defined process. This helps keep inventory, payments, shipping labels, and customer updates aligned.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions Gemini CLI; mentions OpenCode.

Good fit Use it to build return portals, create return authorizations and labels, apply refunds or store credit, process exchanges, update inventory, and decide how returned items are restocked.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/returns-management
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add finsilabs/awesome-ecommerce-skills --skill returns-management
Clone the repo
git clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for returns-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/returns-management/github.svg)](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/returns-management)
Your own site
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/returns-management"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/returns-management/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for returns-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/returns-management"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/returns-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,317 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.02317
Opus 5 $0.00013 $0.01158
Sonnet 5 $0.00005 $0.00463
Haiku 4.5 $0.00003 $0.00232

Measured 11d ago against content hash 6d9c930be6fe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

returns-management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/fulfillment-shipping/returns-management/SKILL.md · 202 lines

How it starts

The opening of the file, as written. The whole thing — 202 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Returns Management

Overview

A returns management system lets customers initiate returns self-service, generates prepaid shipping labels, processes refunds or exchanges when the item is received, and handles restocking decisions. A well-run returns process builds customer trust and can become a competitive advantage. Most platforms have solid native returns workflows or purpose-built apps that handle this without custom development.

When to Use This Skill

  • When launching a self-service returns portal to reduce customer service workload
  • When you need a structured RMA process with tracking numbers to prevent refund fraud
  • When building logic that differentiates between "refund to original payment", "store credit", and "exchange" resolutions
  • When integrating return label generation with carrier APIs (UPS, FedEx, USPS)
  • When managing restocking — deciding whether returned items go back to sellable inventory or to a quarantine bin

Core Instructions

Step 1: Determine your platform and choose the right returns tool

Platform Recommended Tool Why
Shopify Loop Returns, Returnly, or AfterShip Returns Loop Returns is the most popular; handles self-service portal, labels, exchanges, and store credit automatically
WooCommerce WooCommerce Returns and Warranty Requests plugin or ReturnGo WooCommerce's official extension handles RMA workflows; ReturnGo adds a branded self-service portal
BigCommerce AfterShip Returns Center, Loop Returns, or ReturnGo All three have native BigCommerce integrations with self-service portals
Custom / Headless Build an RMA system + Shippo/EasyPost for return labels Use Shippo's return label API; build the approval and restocking workflow on top

Step 2: Set up the returns portal

Shopify

Option A: Loop Returns (most popular, starts free)

  1. Install Loop Returns from the Shopify App Store
  2. In Loop settings, configure your return window (e.g., 30 days from delivery), eligible resolutions (refund, exchange, store credit), and which products are returnable
  3. Loop creates a branded returns portal at yourstore.com/returns — customers enter their order number and email to initiate
  4. Configure return reasons (wrong size, changed mind, defective, etc.) in Loop → Policy → Return Reasons
  5. Loop generates prepaid USPS, UPS, or FedEx return labels automatically based on your carrier settings
  6. Enable Instant Exchange (Loop feature) so customers can place an exchange order immediately without waiting for the return to arrive
  7. When a return is received and inspected, Loop can automatically process the refund and sync the inventory update back to Shopify

Read the full file on GitHub · 202 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 202 lines · 26 tokens per session scan A 6d9c930be6fe

Subscribe to this mod's changes

returns-management is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 26 tokens to every session and 2,317 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

logistics-ops

Use when an order is paid and packed and the box now has to move, go sideways, or come back — picking a carrier and service and cutting a label, reacting to a delivery exception, getting ahead of where-is-my-order tickets, running a return, exchange or refund with its reverse label, filing a carrier claim before the…

ericrisco/rsc-harness · 127 tokens

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens

product-description-generator

E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…

nexscope-ai/eCommerce-Skills · 126 tokens