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

shipping-cost-calculator-ecommerce电子商务运输成本计算器

Agent Skill

shipping-cost-calculator-ecommerce 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

27,354

周安装

1,175

GitHub Stars

公开资料未说明

下载量

9,588
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install shipping-cost-calculator-ecommerce

简介

该技能用于计算电商订单的运输成本,支持多承运商、区域和重量规则。

  • 适用于需要快速估算运费、制定定价策略或优化报价流程的电商团队。
  • 通过输入订单信息自动匹配最优承运方案,并考虑免费配送政策。
  • 安装前请确认是否涉及外部 API 调用及数据访问权限范围。
  • 注意维护状态与实际业务规则的同步更新情况。

SKILL.md

Shipping Cost Calculator Ecommerce

Estimate shipping as a margin and offer-design decision, not just a carrier quote lookup.

This skill goes beyond quoting a rate. It models total delivery cost per order (carrier + fulfillment + packaging + return drag), compares zones and policies, and translates the numbers into pricing, threshold, and offer decisions.


Quick Reference

DecisionKey MetricGreenYellowRed
Free shipping viabilityShipping as % of CM< 30% of CM30–50% of CM> 50% of CM
Threshold effectivenessOrders above threshold> 60% of orders40–60% of orders< 40% of orders
Zone profitabilityMargin after shipping> 15% net margin5–15% net margin< 5% net margin
Carrier competitivenessCost vs benchmark< 90% of benchmark90–110% of benchmark> 110% of benchmark
Packaging efficiencyDIM weight vs actualDIM �j$ actualDIM up to 1.3× actualDIM > 1.3× actual

Solves

Ecommerce teams lose money on shipping not because rates are high, but because:

  • They model carrier cost alone and ignore pick-pack, packaging, label, and handling
  • Free-shipping thresholds are set by gut feel, not margin math
  • Zone-level profitability is invisible — far zones quietly destroy margin
  • DIM weight pricing turns lightweight-but-bulky products into margin traps
  • Return shipping costs are excluded from per-order economics
  • Flat-rate shipping offers subsidize heavy/distant orders with light/nearby ones
  • Teams confuse "carrier cost" with "total delivery cost per order"

Goal: Give operators a complete, zone-aware shipping cost model that supports real pricing, threshold, and offer decisions — not just a rate card.


Use when

  • You need to understand how shipping affects unit economics
  • A team is testing free shipping, threshold-based shipping, bundles, or pricing changes
  • You want to compare zones, carriers, or packaging assumptions
  • Certain regions or order profiles may be quietly unprofitable
  • Evaluating carrier switches, 3PL changes, or packaging redesigns
  • Building a case for pricing adjustments based on delivery cost reality
  • Modeling the margin impact of seasonal shipping surcharges

Do not use when

  • You need live carrier API rates with guaranteed contractual accuracy
  • Packaging, zones, or weight assumptions are completely unknown
  • The task is warehouse operations design beyond shipping-cost estimation
  • You only need a public quote screenshot with no business interpretation
  • Legal or compliance-sensitive logistics reporting is required

Inputs

Gather these inputs — mark any assumptions explicitly:

Package profile:

  • Package weight (actual weight)
  • Package dimensions (L × W × H) for DIM weight calculation
  • DIM factor (carrier-specific: UPS/FedEx = 139, USPS = 166)
  • Billable weight = max(actual weight, DIM weight)

Carrier / rate inputs:

  • Carrier name and service level (Ground, Express, 2-Day, etc.)
  • Base rate by zone or weight band
  • Residential vs commercial delivery surcharge
  • Fuel surcharge percentage (current period)
  • Peak/seasonal surcharges if applicable
  • Negotiated discount % if available

Fulfillment costs:

  • Pick-pack labor cost per order
  • Packaging materials (box, filler, tape, inserts)
  • Label and postage handling
  • Shipping insurance (if offered)

Policy inputs:

  • Current shipping policy (flat rate / free / threshold / calculated)
  • Free-shipping threshold ($X minimum)
  • Average order value (AOV)
  • Order distribution by zone (% of orders per zone)

Loss / return inputs:

  • Return rate (%)
  • Return shipping cost (prepaid label cost)
  • Reship / replacement rate (%)
  • Damaged-in-transit rate and claim recovery %

See references/carrier-rates-guide.md for carrier-specific rate structures and surcharges.


Workflow

1. Calculate true per-order delivery cost

Build the full cost stack, not just the carrier line item:

Carrier base rate (by zone/weight):     $XX.XX
+ Residential surcharge:                $XX.XX
+ Fuel surcharge (X.X%):                $XX.XX
+ Peak surcharge (if applicable):       $XX.XX
= Total carrier cost:                   $XX.XX
+ Pick-pack labor:                      $XX.XX
+ Packaging materials:                  $XX.XX
+ Label / handling:                     $XX.XX
+ Insurance (if applicable):            $XX.XX
= Total delivery cost per order:        $XX.XX

Critical: Check DIM weight

DIM weight = (L × W × H) / DIM factor
Billable weight = max(actual weight, DIM weight)

If DIM weight exceeds actual weight, you're paying for air. Flag this immediately.

2. Segment by zone and order profile

Not all orders cost the same to ship. Break down by:

Segment% of OrdersAvg Shipping CostMargin After ShippingFlag
Zone 1–2 (local)XX%$X.XXXX%
Zone 3–4 (regional)XX%$X.XXXX%
Zone 5–6 (cross-country)XX%$X.XXXX%⚠️ if margin thin
Zone 7–8 (remote)XX%$X.XXXX%🔴 if unprofitable
Oversized / heavyXX%$X.XXXX%Check DIM weight

3. Model free-shipping and threshold scenarios

Test the margin impact of different shipping policies:

PolicyEffective Shipping RevenueCost AbsorbedImpact on CMAOV Change
Calculated (pass-through)$X.XX/order$0BaselineBaseline
Flat $X.XX$X.XX/order$X.XX/order-X.X%Minimal
Free over $XX$X.XX blended$X.XX blended-X.X%+X.X%
Free on everything$0$X.XX/order-X.X%+X.X%

Threshold analysis:

Optimal threshold = point where incremental AOV lift > shipping cost absorbed

Test: $35 / $50 / $75 / $99 thresholds
For each: what % of orders qualify? What's the blended cost?

4. Calculate return and loss drag

Returns cost more than the refund — the shipping round-trip adds cost:

Return shipping drag per order = return rate × return label cost
Reship drag per order = reship rate × full delivery cost
Damage drag per order = damage rate × (replacement cost + shipping - claim recovery)
─────────────────────────────────────────
Total loss drag per order: $XX.XX

Add this to the per-order delivery cost for true total cost.

5. Compare carriers and scenarios

Build a comparison table when evaluating options:

Carrier / OptionZone 2Zone 4Zone 6Zone 8Weighted Avg
Current (Carrier A)$X.XX$X.XX$X.XX$X.XX$X.XX
Option B$X.XX$X.XX$X.XX$X.XX$X.XX
Option C$X.XX$X.XX$X.XX$X.XX$X.XX
Savings vs current$X.XX/order

Weight the average by actual order distribution across zones, not just rate card comparison.

6. Translate to decisions

Don't just output costs. Frame results as decisions:

ResultDecision framing
Shipping < 30% of CMAbsorb: Free shipping is viable, use as conversion lever
Shipping 30–50% of CMThreshold: Set free-shipping minimum to protect margin
Shipping > 50% of CMPass through: Charge shipping or raise price to offset
Far zones unprofitableZone-split: Different policy by region or restrict shipping
DIM weight inflating costRepackage: Redesign packaging to reduce dimensional waste
Returns destroying marginFix product/listing: Reduce return rate first
Carrier overpriced vs benchmarkRenegotiate or switch: Get competitive quotes

7. Quality-check the model

Before presenting results, verify with assets/shipping-checklist.md:

  • Is DIM weight calculated correctly?
  • Are fuel surcharges included?
  • Are fulfillment costs (not just carrier costs) in the model?
  • Is return/reship drag factored in?
  • Are zone distributions based on real order data?

Output

Return a structured analysis package (see references/output-template.md):

  1. Assumptions table

- Every input listed with source and confidence flag (✅ / ⚠️ / ❓)

  1. Per-order delivery cost breakdown

- Full cost stack: carrier + fulfillment + packaging + loss drag - Segmented by zone or order profile

  1. Policy impact analysis

- Current vs proposed shipping policy comparison - Threshold scenario modeling

  1. Carrier / option comparison (if applicable)

- Side-by-side with weighted averages

  1. Decision recommendation

- Absorb / Threshold / Pass-through / Repackage / Switch carrier - Specific actions based on the numbers - Risk flags


Quality bar

Strong output should:

  • Show total delivery cost, not just carrier rate
  • Include fulfillment, packaging, and loss drag in every estimate
  • Segment by zone — national averages hide unprofitable routes
  • Model threshold scenarios with real order distribution data
  • Label every assumption with confidence level
  • Frame results as pricing and offer decisions, not just cost reports

What "better" looks like

Better output does not stop at "shipping costs $X." It helps answer:

  • Can we afford free shipping? At what threshold?
  • Which zones or order types are quietly unprofitable?
  • Should we bundle, reprice, or change packaging?
  • Is our carrier competitive or are we overpaying?
  • What's the true margin impact of our current shipping policy?
  • Where are we underestimating total delivery cost?

Examples

Example 1: DTC apparel brand (Shopify + USPS)

Inputs:

  • Selling price: $55, AOV: $72
  • Package: 12×10×4 in, 1.2 lbs actual
  • DIM weight: (12×10×4)/166 = 2.9 lbs → billable = 2.9 lbs
  • USPS Priority Mail: $8.50 avg (Zone 1–4), $12.80 avg (Zone 5–8)
  • Pick-pack: $2.50, Packaging: $1.20
  • 65% of orders Zone 1–4, 35% Zone 5–8
  • Return rate: 15%, return label: $7.50

Calculation:

  • Weighted carrier cost: (0.65 × $8.50) + (0.35 × $12.80) = $10.01
  • Total delivery cost: $10.01 + $2.50 + $1.20 = $13.71
  • Return drag: 15% × $7.50 = $1.13/order
  • True shipping cost per order: $14.84
  • Shipping as % of AOV: 20.6%
  • Decision: Set $75 free-shipping threshold (currently 52% of orders qualify, lifts AOV 8%)

Example 2: Amazon FBA electronics seller

Inputs:

  • Selling price: $34.99
  • Product: 8×6×3 in, 1.8 lbs
  • FBA fulfillment fee: $5.40 (standard-size)
  • No separate carrier cost (FBA handles shipping)
  • Return rate: 12%, Amazon handles returns

Calculation:

  • Total delivery cost: $5.40 (all-in FBA fee)
  • Return drag: included in FBA return processing ($2–5/return)
  • Return allocation: 12% × $3.50 avg = $0.42/order
  • True shipping cost per order: $5.82
  • Shipping as % of selling price: 16.6%
  • Decision: Shipping cost is competitive via FBA. Focus optimization on COGS and ad spend instead.

Common mistakes

  1. Ignoring DIM weight — A 2 lb product in an oversized box ships as 8 lbs by DIM weight
  2. Using Zone 2 rates as average — Zone mix matters; national sellers pay more than rate cards suggest
  3. Forgetting fuel surcharges — 12–15% surcharge on every shipment adds up fast
  4. Modeling carrier cost only — Pick-pack, packaging, labels, and insurance add $2–5/order
  5. Setting thresholds without data — A $50 threshold means nothing if 80% of orders are already above it
  6. Ignoring seasonal surcharges — Q4 peak surcharges can add $1–4/package
  7. Not factoring return shipping — A 15% return rate with $8 labels = $1.20/order drag

Resources

  • references/output-template.md — Structured output format
  • references/carrier-rates-guide.md — Carrier rate structures and surcharge reference
  • references/free-shipping-playbook.md — Free-shipping threshold strategy framework
  • assets/shipping-checklist.md — Pre-delivery quality checklist

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

97.08%
按下载量换算9,308

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills