---
slug: "ozon-profit-skills"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/coral870921-source/Ozon-Profit-Skills@main/README.md"
repo: "https://github.com/coral870921-source/Ozon-Profit-Skills"
source_file: "README.md"
branch: "main"
---
# 🛒 Ozon Skills — 跨境电商 AI 自动化工具包

[![License](https://img.shields.io/badge/license-MIT-orange)](https://opensource.org/licenses/MIT)
[![Claude Code](https://img.shields.io/badge/powered%20by-Claude%20Code-blue)](https://docs.anthropic.com/en/docs/claude-code)

> Claude Code powered automation tools for cross-border e-commerce — auto listing translation, SEO tags, image prompts & profit tracking. Works with Ozon / TikTok Shop / Amazon / AliExpress / Shopee.
>
> 🛒 Claude Code 驱动的跨境电商自动化工具——Listing 翻译生成、SEO 标签、商品图 Prompt、利润自动核算，适配 Ozon / TikTok Shop / Amazon / AliExpress / Shopee。

---

## 🤔 为什么需要这些工具？

做跨境电商，每天重复性工作占了大半时间：

```
填商品信息 ──► 手动翻译Listing ──► 想Tag想半天 ──► 做主图没灵感？
     │                                              │
     ▼                                              ▼
  ✅ Excel填中文，AI自动翻译              ✅ 三种模式生成图片Prompt
     │                                              │
     ▼                                              ▼
  手动查订单、算利润、记账？汇率还要自己查？
     │
     ▼
  ✅ 自动拉单 + 全成本核算 + 运费进价匹配
```

**两个 skill，覆盖跨境电商从上架到核算的核心流程。**

---

## 📦 包含技能 / Included Skills

### 📝 [跨境电商 Listing 生成 / Cross-border Listing Generator](https://github.com/coral870921-source/Ozon-Profit-Skills/blob/HEAD/ozon-listing.md)

读取 Excel 商品表，自动翻译目标语言 Listing、生成 SEO Tag、输出商品主图 Prompt，写回原文件。

Read product data from Excel, auto-translate listings, generate SEO tags & image prompts. Write back to the same file.

| 能力 | 说明 |
|------|------|
| 🌍 **多语言翻译** | 中文 → 任意目标语言（俄语/英语/西班牙语...），符合当地电商用语习惯 |
| 🏷️ **SEO Tag 自动生成** | 根据目标平台规则生成合规标签，覆盖搜索长尾词，禁止营销词 |
| 🖼️ **三种图片 Prompt** | 自定义模版 / 参考图反推 / 竞品首图模仿，直出 Midjourney / DALL-E |
| 📊 **Excel 驱动** | 在熟悉的表格里填中文，AI 自动填充目标语言内容，增量处理不覆盖 |
| 🔄 **多平台适配** | Ozon / TikTok Shop / Amazon / AliExpress / Shopee，改语言和规则即可 |

### 💰 [Ozon 利润账本 / Ozon Profit Ledger](https://github.com/coral870921-source/Ozon-Profit-Skills/blob/HEAD/ozon-profit.md)

自动查询 Ozon 已签收订单，匹配国际运费和进货价，计算每笔利润并写入 Excel。告别手工记账。

Auto-fetch Ozon delivered orders, match shipping & purchase costs, calculate profit per order.

| 能力 | 说明 |
|------|------|
| 📥 **自动拉单** | 查询 FBO/FBS 已签收订单，自动去重，只记录新订单 |
| 💸 **全成本拆解** | 售价、销售佣金、末公里配送、国际运输代理、收单费逐项核算 |
| 💱 **汇率自动折算** | RUB → RMB，支持实时汇率查询，金额透明可追溯 |
| 🔗 **运费/进价自动匹配** | 从辅助表按运单号匹配，辅助表结构用户自定义 |
| 🔒 **安全可靠** | 只追加不删除，每次更新都有报告 |

---

## 🚀 快速开始 / Quick Start

### ⚙️ 前置要求 / Prerequisites

- [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code)
- 根据使用的 skill，可能还需要：
  - 🌐 **Web Reader MCP** — 抓取竞品首图 / For scraping competitor images
  - 🏪 **Ozon MCP Server** — 调用 Ozon Seller API / For Ozon Seller API
  - 🐍 **Python + openpyxl** — 读写 Excel / For Excel read/write

### 📦 安装 / Install

```bash
# 复制全部 / Copy all
cp *.md ~/.claude/commands/

# 或只复制你需要的 / Or just what you need
cp ozon-listing.md ~/.claude/commands/
cp ozon-profit.md ~/.claude/commands/
```

### 🎯 使用 / Usage

```
/ozon-listing       # 📝 Listing 生成 / Listing Generator
/ozon-profit        # 💰 利润账本 / Profit Ledger
```

---

## 🧠 工作原理 / How It Works

这些是 [Claude Code Command](https://docs.anthropic.com/en/docs/claude-code) 文件（Markdown 格式），本质上是结构化的 prompt 模版。Claude Code 加载后按照定义的流程、规则和输出格式执行，实现跨境电商运营自动化。

Structured Claude Code command files that automate cross-border e-commerce operations — from listing to bookkeeping.

---

## 📁 文件结构 / File Structure

```
.
├── README.md
├── LICENSE
├── ozon-listing.md     # 📝 跨境电商 Listing 生成 / Cross-border Listing Generator
└── ozon-profit.md      # 💰 Ozon 利润账本 / Ozon Profit Ledger
```

---

## 📜 License

[MIT](https://github.com/coral870921-source/Ozon-Profit-Skills/tree/HEAD/LICENSE)

---

## ⭐ Star History

如果这个项目对你有帮助，欢迎点个 Star ⭐

If this project helps you, please consider giving it a Star ⭐
