marketplace-fee-reconciliation

marketplace-fee-reconciliation is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 35 tokens per session (2,631 once invoked), scanned A, original, MIT.

A guide for checking and analyzing seller fees from Amazon, eBay, Walmart, and Etsy, then calculating the revenue left after those fees.

In plain words
What is it for?
Reconciling settlement reports, grouping fees, checking payouts against expected charges, and calculating net revenue by product or category.
Why use it?
Marketplace payouts can combine many charges and make it difficult to see whether the expected amount reached the bank account or whether a fee was wrong.

Skill for Claude CodeCodex

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

Good fit Reconciling settlement reports, grouping fees, checking payouts against expected charges, and calculating net revenue by product or category.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finsilabs/awesome-ecommerce-skills/marketplace-fee-reconciliation
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 marketplace-fee-reconciliation
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 marketplace-fee-reconciliation

README.md
[![agentmods](https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/marketplace-fee-reconciliation/github.svg)](https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/marketplace-fee-reconciliation)
Your own site
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/marketplace-fee-reconciliation"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/marketplace-fee-reconciliation/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 marketplace-fee-reconciliation

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/marketplace-fee-reconciliation"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/marketplace-fee-reconciliation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,631 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.00035 $0.02631
Opus 5 $0.00017 $0.01316
Sonnet 5 $0.00007 $0.00526
Haiku 4.5 $0.00003 $0.00263

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

Security

Grade A, and why

marketplace-fee-reconciliation 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 12d 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/data-analytics/marketplace-fee-reconciliation/SKILL.md · 193 lines

How it starts

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

Marketplace Fee Reconciliation

Overview

Selling on marketplaces like Amazon, eBay, Walmart, and Etsy introduces a complex layer of fees that significantly impact net profitability. Amazon alone has over a dozen distinct fee types: referral fees, FBA fulfillment fees, storage fees, advertising fees, return processing fees, and more. These fees are deducted before disbursement, making it easy to lose track of how much of your gross revenue actually reaches your bank account.

Fee reconciliation is the practice of matching marketplace settlement data against your expected fee schedule, verifying that you have been charged correctly, and computing true net revenue by SKU and category.

This skill guides you through downloading settlement reports from each major marketplace, reconciling fees against expectations, and using dedicated tools to automate this process.

When to Use This Skill

  • When selling on Amazon, eBay, Walmart, or Etsy and needing to understand true net revenue
  • When suspecting FBA fulfillment fee overcharges due to incorrect product dimensions
  • When reconciling marketplace payouts against your GL on a monthly basis
  • When computing true contribution margin per SKU by channel including marketplace fees
  • When evaluating whether to move products from FBA to FBM (fulfilled by merchant)
  • When building a multi-channel profitability model with normalized fee data

Core Instructions

Step 1: Download settlement reports from each marketplace

Amazon (Seller Central):

  1. Go to Seller Central → Reports → Payments → Transaction View
  2. Click Download flat file (.txt) for each settlement period (bi-weekly)
  3. Alternatively, access via the SP-API (Selling Partner API): use the /finances/v0/financialEventGroups endpoint for automated downloads
  4. Key settlement fields: transaction type, fee type, amount, order ID, SKU

eBay:

  1. Go to eBay Seller Hub → Payments → Payments report
  2. Download as CSV (monthly or custom date range)
  3. eBay Payments API is available for programmatic access

Read the full file on GitHub · 193 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. 12d ago First seen · 193 lines · 35 tokens per session scan A 463d617e238a

Subscribe to this mod's changes

marketplace-fee-reconciliation is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 35 tokens to every session and 2,631 once invoked, about $0.0002 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

amazon-search-results-product-extractor

This skill provides a one-stop product data collection service through BrowserAct's Amazon Product Search API template. It directly extracts structured product results from Amazon search lists. Simply input search keywords, brand filters, and quantity limits to get clean, usable…

rondoflow/rondoflow · 55 tokens

amazon-product-reviews-extractor

This skill provides a one-stop Amazon review collection service through BrowserAct's Amazon Reviews API template. It can directly extract structured review results from Amazon product pages. By simply providing an ASIN, you can get clean, usable review data without building craw…

rondoflow/rondoflow · 57 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