payout-split-management

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

A marketplace payout system divides each customer payment between the platform and its independent sellers. It can also account for commissions, tax withholding, reserves, and scheduled disbursements.

In plain words
What is it for?
It is for running multi-seller marketplaces, calculating commissions, paying sellers, withholding taxes, and managing reserves for refunds.
Why use it?
It prevents payment splits and seller balances from being calculated manually or handled through one shared account.

Skill for Claude CodeCodex

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

Good fit It is for running multi-seller marketplaces, calculating commissions, paying sellers, withholding taxes, and managing reserves for refunds.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/payout-split-management"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/payout-split-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,517 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.00032 $0.02517
Opus 5 $0.00016 $0.01259
Sonnet 5 $0.00006 $0.00503
Haiku 4.5 $0.00003 $0.00252

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

Security

Grade A, and why

payout-split-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 9d 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/payments-checkout/payout-split-management/SKILL.md · 211 lines

How it starts

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

Payout Split Management

Overview

A marketplace or multi-seller platform must split every payment between the platform (commission) and one or more sellers (net payout), withhold taxes where required, manage rolling reserves for refund protection, and disburse funds on a schedule. Stripe Connect is the industry standard for handling this — it legally routes funds to connected seller accounts, handles tax withholding and 1099 reporting, and eliminates the compliance risk of holding seller funds in a pooled bank account.

For Shopify, WooCommerce, and BigCommerce stores that operate as multi-vendor marketplaces, dedicated marketplace apps (like Dokan for WooCommerce) handle the payout split logic on top of Stripe Connect.

When to Use This Skill

  • When building a marketplace with independent sellers who need earnings disbursements
  • When your platform charges a percentage or flat commission on transactions
  • When you need to comply with IRS 1099-K reporting requirements for sellers
  • When managing rolling reserves for high-risk or new sellers
  • When sellers are requesting faster payouts (daily/weekly vs. monthly)

Core Instructions

Step 1: Choose the right marketplace and payout architecture

Platform Recommended Approach Notes
Shopify Shopify Marketplace Kit + Stripe Connect, or Multi-Vendor Marketplace app Shopify does not natively support multi-seller payouts; marketplace apps handle seller accounts and split payouts
WooCommerce Dokan Multivendor Marketplace or WCFM Marketplace + Stripe Connect Dokan is the most widely used WooCommerce marketplace plugin; has native Stripe Connect integration for split payouts
BigCommerce Multi-Seller Marketplace app + Stripe Connect Third-party marketplace apps on BigCommerce App Marketplace
Custom / Headless Stripe Connect (Express or Custom accounts) Build the full split logic; Stripe handles compliance, tax forms, and fund routing

Read the full file on GitHub · 211 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. 9d ago First seen · 211 lines · 32 tokens per session scan A 8c5a76ad726d

Subscribe to this mod's changes

payout-split-management is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 32 tokens to every session and 2,517 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-09-03.

Related

Other skills, from other repositories

marketplace-purchase-vetting

Use this when the user asks whether a local listing is a scam, "too good to be true," worth looking at, or a good deal. Also use this when he asks you to find options — search/discover candidates, then vet the best ones. The goal is not a generic buying guide; it is a practical risk read with clear next steps.

AtlasOmnia/donna-starter · 72 tokens

contract-to-billing

Extract billing details from purchase orders, contracts, or quotes, then set up Airwallex Billing by creating invoices and/or subscriptions — matching existing customers, products, and prices to avoid duplicates. Use when the user says "create invoice from this PO", "set up billing from this contract", "create a…

airwallex/airwallex-marketplace · 114 tokens

airwallex-billing-checkout

Guide integration of Airwallex Billing Hosted Checkout for subscription, one-off payment (PAYMENT), and card-saving (SETUP) scenarios. Covers authentication, product/price creation, free trial, coupons, success page, webhooks, troubleshooting, and API version via .env. Use when user mentions billing checkout…

airwallex/airwallex-marketplace · 130 tokens

a2a-commerce

Agent-to-agent payments, marketplace, identity, and trust scoring. Escrow is simulated via an in-memory SQLite ledger — no real funds are held. Stripe integration handles actual payment processing.

mirni/a2a · 42 tokens

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

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

stripe

Stripe API integration with managed OAuth. Manage customers, subscriptions, invoices, products, prices, and payments. Use this skill when users want to process payments, manage billing, or handle subscriptions with Stripe. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).…

CraftOS-dev/CraftBot · 79 tokens