From shopport
원가/마진/수수료/실수령액 계산 워크플로우. Use when asked to "마진 계산", "원가 분석", "이거 팔면 얼마 남아", "수수료 계산".
How this skill is triggered — by the user, by Claude, or both
Slash command
/shopport:cost-calcThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
상품의 원가/마진/수수료/실수령액을 계산하는 워크플로우.
상품의 원가/마진/수수료/실수령액을 계산하는 워크플로우.
소싱 채널에서 도매가를 확인합니다:
sppt source detail <sourceChannel> <productId>
sppt settlement fee list
채널별 수수료율:
| 채널 | 기본 수수료 |
|---|---|
| cafe24 | 3.3% (PG 수수료) |
| coupang | 10.8% (카테고리별 상이) |
| smartstore | 5.5% (카테고리별 상이) |
| shopify | 2.9% + $0.30 (결제 수수료) |
sppt settlement calc <channel> <orderId> --amount <판매가>
또는 직접 계산:
sppt cost estimate --source-price <도매가> --selling-price <판매가> --channel <채널> --shipping <배송비>
계산 공식:
실수령액 = 판매가 - 수수료 - 배송비
마진 = 실수령액 - 도매가
마진율 = 마진 / 판매가 × 100
여러 채널에 같은 상품을 판매할 때 채널별 수익 비교:
💰 수익 비교 (도매가 8,500원, 판매가 15,900원)
────────────────────────────────────────
채널 수수료 배송비 실수령 마진 마진율
cafe24 525 3,000 12,375 3,875 24.4%
coupang 1,717 0 14,183 5,683 35.7%
smartstore 875 3,000 12,025 3,525 22.2%
────────────────────────────────────────
목표 마진율로 판매가를 역산합니다:
목표 마진 30% → 판매가 = (도매가 + 배송비) / (1 - 수수료율 - 목표마진율)
계산 결과가 만족스러우면, 원가를 등록하여 대시보드에서 지속적으로 마진율을 추적할 수 있습니다:
# 매입단가 + 부대비용 등록
sppt cost set SKU-001 --purchase 8500 --shipping 3000 --packaging 500
# 등록 확인
sppt cost list
등록 후 대시보드 정산 페이지에서 채널별 마진율·공헌이익이 자동 계산됩니다.
원가 등록·관리에 대한 자세한 안내는 /sppt-cost-register 스킬을 참고하세요.
sppt settlement fee set으로 커스터마이즈 가능sppt cost set으로 등록Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub onlymytho/shopport --plugin shopport