Manage warranties and claims. Use when running `stateset-warranties` or handling warranty/RMA flows.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill commerce-warranties --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Commerce Warranties?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-commerce-warranties)More formats (shields.io, HTML) on the badges page.
---
name: commerce-warranties
description: Manage warranties and claims. Use when running `stateset-warranties` or handling warranty/RMA flows.
---
# Commerce Warranties
Track warranty coverage and process claims.
## How It Works
1. Create warranties for orders or products.
2. Submit claims with issue details.
3. Approve or deny claims and record resolution.
4. Report warranty status and costs.
## Usage
- CLI: `stateset-warranties ...`
- Writes require `--apply`.
- MCP tools: `list_warranties`, `create_warranty`, `create_warranty_claim`, `approve_warranty_claim`.
## Output
```json
{"status":"approved","claim_id":"claim_123","resolution":"replace"}
```
## Present Results to User
- Warranty or claim identifiers and status.
- Resolution details (repair, replace, refund).
- Any follow-up actions required.
## Troubleshooting
- Warranty expired: confirm coverage dates.
- Claim already exists: show the open claim.
## References
- references/warranties-flow.md
- /home/dom/stateset-icommerce/cli/.claude/agents/warranties.md
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!