Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

profit-calculator利润计算器

Agent Skill

profit-calculator 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,005

周安装

162

GitHub Stars

公开资料未说明

下载量

1,257
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:profit-calculator(利润计算器)
来源仓库:https://github.com/leooooooow/profit-calculator
安装命令:
openclaw skills install profit-calculator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install profit-calculator

简介

计算跨平台电商业务的真实单位利润率。profit-calculator 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适用于多渠道销售的成本核算与盈利分析场景。
  • 输入销货成本、运费、广告支出等明细,输出分渠道利润报表。
  • 需手动录入各项费用数据,建议定期更新费率以反映实际运营状况。
  • 计算结果不替代财务审计,重要决策请交叉验证数据来源。

SKILL.md

name
profit-calculator
description
Calculate true per-unit profit margins across channels by factoring in COGS, platform fees, shipping costs, ad spend allocation, returns, and overhead to identify which SKUs and channels actually make money.

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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

85.81%
按下载量换算1,079

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills