Files
KingClawArmy/skills/edge-candidate-agent/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

50 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-candidate-agent
description: 將每日市場觀察轉為結構化、可重現的研究票據Research Ticket作為 Edge 研究流程的第一步輸入
metadata:
sources:
- kind: github-file
repo: tradermonty/claude-trading-skills
path: skills/edge-candidate-agent/SKILL.md
usage: referenced
---
# Edge 候選代理人
將非結構化的市場觀察(「今天科技股成交量大增但價格沒漲」)轉化為標準化研究票據,進入 Edge 研究流程。
## 研究票據格式
```yaml
ticket_id: EDGE-2026-04-10-001
date: 2026-04-10
observation: "觀察描述"
market: "BTC/USDT 或 2330.TW"
timeframe: "D1/H4/H1"
hypothesis: "初步假設"
evidence: ["支持證據1", "支持證據2"]
data_needed: ["需要哪些數據來驗證"]
priority: high|medium|low
status: NEW
```
## 功能
- 接受自由格式的市場觀察作為輸入
- 結構化輸出標準研究票據
- 評估票據優先級(基於潛在 Edge 大小)
-`trader-memory-core` 同步狀態
## 輸入來源
- 每日市場觀察筆記
- 技術分析發現
- 新聞事件觸發的研究想法
- 篩選器發現的異常股票
## 輸出
- 標準化 YAML 研究票據
- 交給 `edge-pipeline-orchestrator` 繼續處理