# Send Trading Coach to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "trading-coach",
    "name": "Trading Coach",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/BENZEMA216/trading-coach",
    "canonicalUrl": "https://clawhub.ai/BENZEMA216/trading-coach",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/trading-coach",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trading-coach",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/csv_formats.md",
      "references/insight_dimensions.md",
      "references/scoring_system.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/trading-coach"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/trading-coach",
    "downloadUrl": "https://openagent3.xyz/downloads/trading-coach",
    "agentUrl": "https://openagent3.xyz/skills/trading-coach/agent",
    "manifestUrl": "https://openagent3.xyz/skills/trading-coach/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/trading-coach/agent.md"
  }
}
```
## Documentation

### 🏆 Trading Coach — AI交易复盘教练

别再凭感觉交易了。让数据告诉你哪里做对了，哪里需要改进。

将券商导出的CSV交易记录，转化为专业级复盘报告和可执行的改进建议。

### ✨ 核心能力

🔄 智能导入 — 自动识别5种券商格式，一键导入
📊 FIFO配对 — 自动把买卖配对成完整持仓周期
🎯 8维度评分 — 入场、出场、趋势、风险、行为...全面诊断
💡 AI洞察 — 10维度分析，找出你的交易盲点

### 🚀 快速开始

# 首次安装
git clone https://github.com/BENZEMA216/tradingcoach.git ~/tradingcoach
cd ~/tradingcoach
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt && cp config_template.py config.py

# 一键复盘
python scripts/import_trades.py /path/to/trades.csv  # 导入
python scripts/run_matching.py                        # 配对
python scripts/score_positions.py --all               # 评分
python scripts/analyze_scores.py                      # 报告

### 📈 支持券商

券商编码自动检测富途(中文)UTF-8-BOM✅ 方向、代码、成交时间富途(英文)UTF-8✅ Side、Symbol、Fill Time老虎证券UTF-8✅ 交易方向、股票代码中信证券GBK✅ 买卖标志、证券代码华泰证券GBK✅ 操作、证券代码

详见 references/csv_formats.md

### 🎯 评分体系

8个维度，每个都有权重：

维度权重评估内容入场质量18%RSI/MACD/布林带配合度出场质量17%止盈止损执行趋势把握14%顺势/逆势、ADX强度风险管理12%R:R比率、MAE/MFE市场环境11%市场状态适配交易行为11%纪律性、冲动检测新闻契合7%新闻背景一致性执行质量5%滑点、成交效率

等级: A(90+) / B(80-89) / C(70-79) / D(60-69) / F(<60)

详见 references/scoring_system.md

### 💡 AI洞察

10个维度深度分析你的交易模式：入场质量、出场时机、风险控制、持仓周期、费用侵蚀、历史对比、模式识别、根因分析、事件关联、改进建议

详见 references/insight_dimensions.md

### 📊 输出示例

总持仓: 150笔 | 胜率: 62.5% | 总盈亏: $12,500 | 平均评分: 72.3 (C)

⚠️ 在超买区域做多 — 入场时RSI=75.2，建议避免RSI>70时追涨
✅ 止损执行良好 — 平均亏损控制在2.3%，纪律性强
💡 持仓时间偏短 — 平均持仓2.3天，考虑延长持有优质标的

### ☕ 支持作者

如果这个工具帮到了你，请考虑请我喝杯咖啡！

GitHub Sponsors: @BENZEMA216
Buy Me a Coffee: buymeacoffee.com/benzema216
USDC (Base): 0x... (联系获取地址)

你的支持是我持续改进的动力 🚀
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: BENZEMA216
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/trading-coach)
- [Send to Agent page](https://openagent3.xyz/skills/trading-coach/agent)
- [JSON manifest](https://openagent3.xyz/skills/trading-coach/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/trading-coach/agent.md)
- [Download page](https://openagent3.xyz/downloads/trading-coach)