Files
KingClawArmy/skills/edge-hint-extractor/SKILL.md
Chris ee06e6de6b fix: 修正審查員 P1-P6 全部問題
P1/P2: 為所有 53 個 SKILL.md 補明確 slug frontmatter,解決 importer slug 衝突
P3: 新增 .mcp.json,補 .paperclip.yaml envInputs
P4: agent-skill-mapping.md 補摘要版說明
P5: 修正文檔統計數字(53 skills,非 62)
P6: 清除 mcp-plan.md 敏感資訊與機器相依路徑

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 21:21:38 +00:00

52 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: Edge 線索提取器
slug: edge-hint-extractor
description: 從每日市場觀察、新聞或研究筆記中提取結構化 Edge 線索,輸出標準 hints.yaml 供下游合成器使用
metadata:
sources:
- kind: github-file
repo: tradermonty/claude-trading-skills
path: skills/edge-hint-extractor/SKILL.md
usage: referenced
---
# Edge 線索提取器
將非結構化的市場觀察轉化為結構化的 Edge 線索,是 Edge 研究流程的第二步。
## 功能
- 從自由格式觀察中萃取可重用的 Edge 線索
- 標準化輸出為 `hints.yaml` 格式
- 分類線索類型(動量/均值回歸/事件驅動/套利)
- 評估線索強度與可重複性
## hints.yaml 格式
```yaml
hints:
- id: HINT-2026-04-10-001
type: momentum|mean_reversion|event_driven|arbitrage
description: "線索描述"
evidence: ["觀察1", "觀察2"]
market: "BTC/USDT 或 2330.TW"
timeframe: "D1/H4"
strength: high|medium|low
repeatability: "歷史上這種情況出現了幾次"
```
## 輸入格式
- 每日觀察筆記(自由格式)
- 新聞摘要
- 技術分析發現
- 上一期的 postmortem 結果
## 輸出
- `hints.yaml`(交給 `edge-concept-synthesizer`
## 使用時機
資料分析師每日處理觀察數據,提取可能演變成 Edge 的線索