Profit Calculator

v1.0.0

Calculate true per-unit profit margins across channels by factoring in COGS, platform fees, shipping costs, ad spend allocation, returns, and overhead to ide...

0· 123·0 current·0 all-time
byLeroyCreates@leooooooow

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for leooooooow/profit-calculator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Profit Calculator" (leooooooow/profit-calculator) from ClawHub.
Skill page: https://clawhub.ai/leooooooow/profit-calculator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install profit-calculator

ClawHub CLI

Package manager switcher

npx clawhub@latest install profit-calculator
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (per-unit profit margins across channels) aligns with the runtime instructions: it requires SKU lists, channel fees, shipping, ad allocation, returns, and overhead and produces contribution-margin waterfalls. No unrelated capabilities or credentials are requested.
Instruction Scope
SKILL.md is self-contained prose describing how to calculate margins and what inputs are required. It does not instruct the agent to read system files, access environment variables, call external APIs, or transmit data to third parties. It explicitly states it does not pull real-time fee data from platform APIs.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is written to disk and there is no package download or binary installation requested.
Credentials
The skill declares no required environment variables, credentials, or config paths. The inputs it asks for are user-supplied financial/operational data, which is proportionate to the stated purpose.
Persistence & Privilege
always is false (default), autonomous invocation is not disabled (the platform default). The skill does not request permanent presence or system-wide changes and has no install-time behavior that would grant extra privileges.
Assessment
This appears to be a coherent, instruction-only calculation helper. Before using it: (1) do not paste sensitive account credentials or API keys into the prompts — the skill expects manual fee and cost inputs, not account access; (2) verify results against a small known sample (spot-check the math) before acting on recommendations; (3) remember it is decision-support only — confirm legal/tax/bookkeeping conclusions with your accountant; and (4) if you later extend it to fetch platform fees automatically, require only the minimum-scoped API credentials and review where those credentials are stored/transmitted.

Like a lobster shell, security has layers — review code before you run it.

latestvk979p1dcyxkfarjg1sw4q2k0a5859t3p
123downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Profit Calculator

Many ecommerce brands think they are profitable because revenue is growing, only to discover at year-end that certain SKUs or channels have been losing money on every order. Profit Calculator walks you through a full per-unit profit teardown so you can see exactly which products and channels deserve more budget and which should be repriced, rebundled, or killed.

Use when

  • The operator says "my TikTok Shop sales look great but the bank account isn't growing — can we figure out what's actually making money?"
  • A Shopify seller asks "if I raise the price by $2, will that offset my new 3PL rate and higher Meta CPMs, or am I still underwater?"
  • An Amazon FBA brand wants to compare a single SKU's contribution margin between FBA, FBM, and their own DTC store side by side before reallocating inventory.
  • A founder is preparing a board update and needs a clean per-SKU contribution margin waterfall that rolls up to a blended gross margin with and without advertising.

What this skill does

Takes a list of SKUs plus channel-level fee structures and produces a per-unit profit waterfall for each SKU on each channel. The calculation starts from the landed product cost (COGS including freight and duty), subtracts platform commissions and payment processing, then outbound shipping and pick-and-pack fees, then amortized ad spend using either blended MER or channel-specific ROAS, then refund and return cost reserves, and finally a per-unit allocation of fixed overhead. The output flags channels where a SKU is margin-dilutive and recommends a minimum retail price to hit a target contribution margin.

Inputs required

  • SKU list with unit COGS (required): landed cost per unit including inbound freight, duty, and any inspection fees. Example: "SKU-001, $4.20 landed."
  • Retail price per channel (required): the current listed or promoted price on each channel including typical on-platform discount.
  • Channel fee schedule (required): commission %, referral fees, payment processing %, and any monthly storage or subscription costs that should be amortized per unit.
  • Shipping and fulfillment cost per unit (required): weight- or zone-based shipping plus 3PL pick-pack rates, or FBA fulfillment fees.
  • Ad spend allocation (optional): either a blended MER target (e.g., 4.0) or channel-specific ROAS so advertising can be subtracted from contribution margin.
  • Return rate and refund cost (optional): average return % per category and the fully loaded cost of a return (product loss + reverse logistics + restocking labor).
  • Monthly overhead (optional): fixed costs like software, salaries, and rent to allocate per unit at expected volume.

Output format

A structured per-SKU, per-channel table showing gross revenue, all deductions line by line, contribution margin in dollars and percent, and a channel ranking for each SKU. Below the table, a prioritized action list calls out: SKUs that lose money on at least one channel, SKUs where raising price by a small amount would unlock a target margin, channels that should get more inventory, and channels where you should pause promotion. A short written summary translates the math into a one-paragraph recommendation suitable for a partner or investor update.

Scope

  • Designed for: ecommerce operators, DTC founders, and marketplace sellers managing multiple channels.
  • Platform context: platform-agnostic with specific fee templates for Amazon, TikTok Shop, Shopee, Lazada, and Shopify.
  • Language: English.

Limitations

  • Does not pull real-time fee data from platform APIs; you must provide current fee rates as inputs.
  • Does not replace bookkeeping, tax filing, or audited financial statements — it is a decision-support tool, not accounting.
  • Ad allocation assumes a steady-state MER or ROAS; it does not model attribution decay or long multi-touch customer journeys.

Comments

Loading comments...