| "마진 계산해줘", "엔드 ROAS 계산", "본전 ROAS 알려줘", "광고비 손익분기", "이 가격 팔아도 본전인가", "쿠팡 수수료 반영 마진", "스마트스토어 수수료 빼고", "역마진 체크", "최소 광고수익률", "마진율 자동 계산기". 자연어 한 줄 입력으로 엑셀 없이 즉시 계산. 모든 채널 수수료 자동 반영(스마트스토어 5.94% / 쿠팡 10-12% / 카페24 2-3% / 아임웹 0-2.5%). ai-slop-reviewer 체이닝 제외 (수치·표 데이터 스킬).
npx skills add https://github.com/modu-ai/cowork-plugins --skill commerce-margin-calculator
이커머스 셀러가 상품별 마진·엔드 ROAS(본전 ROAS)·손익분기 광고비를 자연어 한 줄 입력으로 자동 계산하는 스킬. 표준 이커머스 마진·ROAS 회계 공식(판매가·수수료·원가·배송비·부가세 차감)을 기반으로 자체 구현했으며, AI 챗봇 통합으로 엑셀 업로드 없이 바로 답을 받습니다.
책임 한 줄: 상품 원가·판매가·수수료 입력 → 마진·엔드 ROAS·손익분기 광고비 자동 산출.
마진, 마진율, 엔드 ROAS, 본전 ROAS, 최소 ROAS, 손익분기, 역마진, 수수료 반영, 부가세 반영, 광고비 한도, 본전 광고비, 마진 계산, 마진 계산기, 광고 효율, ROAS 목표
| 항목 | 필수 | 예시 |
|------|------|------|
| 판매가 | 필수 | 19,800원 |
| 원가 | 필수 | 6,000원 |
| 배송비 | 필수 | 3,000원 (셀러 부담 또는 0원) |
| 채널 | 필수 | 스마트스토어 / 쿠팡 / 카페24 / 아임웹 |
| 수수료율 | 자동 | 채널별 자동 적용 (수동 입력 가능) |
| 부가세 | 자동 | 10% (영세사업자 / 면세사업자 다르게 적용) |
| 쿠폰·할인 | 선택 | 5% / 10% / 1+1 |
| 결제 수수료 | 선택 | 토스·카카오페이 0.5-1.5% |
{
"product": "무선이어폰 X200",
"input": {
"selling_price": 19800,
"cost": 6000,
"shipping": 3000,
"channel": "쿠팡",
"fee_rate": 0.107,
"vat_rate": 0.10,
"coupon_discount": 0
},
"breakdown": {
"vat_excluded_price": 18000,
"platform_fee": 1926,
"net_revenue": 16074,
"total_cost": 9000,
"gross_margin": 7074,
"gross_margin_rate": "35.7%"
},
"roas": {
"max_ad_budget": 7074,
"end_roas": "280%",
"end_roas_pct": 2.8,
"explanation": "광고비 7,074원으로 19,800원 매출 = 280% 본전 ROAS. 이 이상 ROAS 나와야 적자 안 남"
},
"recommendations": {
"target_roas_min": "300%",
"target_roas_recommended": "400%",
"coupon_strategy": "쿠팡 자동 쿠폰 ON (본인 부담 0원, 쿠팡 100% 부담)",
"warning": "쿠팡 화면 ROAS는 부가세 빠진 금액 — 실제 ROAS는 10% 더 낮음"
}
}
| 채널 | 수수료율 (판매가의) | 비고 |
|------|---------------------|------|
| 스마트스토어 (네이버) | 5.94% (네이버페이 + 입금 수수료) | 결제 수단별 추가 |
| 쿠팡 일반 | 10.6% (카테고리별 8-13%) | 로켓배송 = 셀러 비용 차이 |
| 쿠팡 로켓배송 | 5-10% + 입출고비 + 보관비 | 매입가 기준 |
| 카페24 (D2C) | 2-3% (카페24 결제 수수료) | 자사몰 도메인 비용 별도 |
| 아임웹 | 0-2.5% | 결제 수단별 차이 |
| 11번가 | 8-13% | 카테고리별 |
| G마켓·옥션 | 8-13% | 카테고리별 |
| 와디즈 (펀딩) | 8.5% + 결제 수수료 | 펀딩 성공 시 |
엔드 ROAS는 적자가 나지 않는 최소 광고수익률입니다. 본 스킬이 엔드 ROAS 공식의 SSOT이며, 전체 공식·단계별 계산·쿠팡 보정·채널별 수수료율은 references/end-roas.md에 정리되어 있습니다.
엔드 ROAS = (판매가 ÷ 마진) × 100 (부가세 포함 판매가 기준)
마진 = 부가세 빠진 판매가 × (1 - 수수료율) - 원가 - 배송비 - 쿠폰
예시(쿠팡 무선이어폰 19,800원 / 원가 6,000 / 배송 3,000 / 수수료 10.7%): 마진 7,074원 → 엔드 ROAS ≈ 280%. 단계별 풀이는 references/end-roas.md 참조.
[Step 1] 자연어 한 줄 입력 또는 JSON 입력 슬롯 채우기
↓ 채널 자동 인식 (스마트스토어/쿠팡/카페24/아임웹/11번가/G마켓/와디즈)
[Step 2] 부가세·플랫폼 수수료·결제 수수료·쿠폰 자동 차감
↓ 실제 입금 매출 산출
[Step 3] 마진 = 실제 입금 매출 - 원가 - 배송비
↓
[Step 4] 엔드 ROAS = (판매가 ÷ 마진) × 100 산출
↓ 권장 목표 ROAS = 엔드 ROAS × 1.3~1.5
[Step 5] 권장 ROAS·쿠폰 전략·쿠팡 부가세 보정 경고 출력
↓ (선택) marketplace-coupang-ads 로 체이닝
"무선이어폰 19,800원, 원가 6,000원, 배송 3,000원, 쿠팡으로 팔 때 엔드 ROAS 알려줘"
→ 엔드 ROAS: 280%, 마진: 7,074원, 권장 목표 ROAS: 400%
"비건 스킨케어 12,900원, 원가 4,000원, 배송 0원, 스마트스토어, 5% 쿠폰 적용"
→ 엔드 ROAS 계산 + 쿠폰 비용 반영
"카페24 자사몰 + 토스페이 결제 수수료 1%까지 정확히 마진 알려줘"
→ 결제 수수료 추가 반영 후 정확한 마진
[입력 단계] commerce-product-naming (상품명 + 가격 후보)
↓
commerce-margin-calculator (본 스킬, 마진·엔드 ROAS 산출)
↓ 광고 운영 단계에서
marketplace-coupang-ads (목표 ROAS·캠페인 분류·자동규칙)
↓ 매출 전략 통합 시
commerce-integrated-strategy (1장 전략 + 자동화 통합)
| 페어 스킬 | 차이 |
|----------|------|
| moai-commerce:marketplace-coupang-ads | 쿠팡 광고 캠페인 분류·의사결정 (본 스킬: 마진·ROAS 계산만) |
| commerce-integrated-strategy | 채널 믹스·가격·프로모션 통합 전략 (본 스킬: 단일 상품 마진) |
| commerce-product-naming | 상품명 검증 (본 스킬: 가격 검증) |
| 항목 | 전통적 엑셀 계산기 | commerce-margin-calculator (본 스킬) |
|------|---------------------|--------------------------------------|
| 입력 방식 | 엑셀 업로드 | 자연어 한 줄 또는 JSON |
| AI 통합 | ❌ | ✅ AI 챗봇으로 즉답 |
| 결제 수수료 | 미반영 | ✅ 토스·카카오페이 등 |
| 채널 자동 인식 | 수동 입력 | 자연어 자동 인식 |
| 광고 운영 연계 | 별도 | moai-commerce:marketplace-coupang-ads와 자동 체인 |
> 참고: 표준 이커머스 마진 회계 공식(판매가·수수료·원가·배송비·부가세 차감)을 따르므로, 동일 입력값에 대해 일반 마진계산기와 산출물이 일치합니다.
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take modu-ai/commerce-margin-calculator from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.