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>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
> 更新日期:2026-04-10
|
||||
> 來源:基於 tradermonty/claude-trading-skills、ginlix-ai/langalpha、anthropics/skills 的調查結果
|
||||
> 原則:技能來自真實開源 repo,不自製;台股+美股雙市場覆蓋
|
||||
> 版本說明:目前 SKILL.md 均為摘要參考版(Summary Reference),提供方法論架構與 MCP 需求聲明。完整 reference/ 與 scripts/ 目錄將於後續版本補齊。
|
||||
|
||||
---
|
||||
|
||||
@@ -23,8 +24,8 @@
|
||||
| `ceo` | 執行長 | 5 | tradermonty、anthropics |
|
||||
| `xiao-an` | 小安 | 2 | anthropics |
|
||||
|
||||
**技能檔案總計:62 個 SKILL.md(全在 skills/ 目錄)**
|
||||
**技能配置總計:71 個分配(含共用技能跨 Agent 重複引用)**
|
||||
**技能檔案總計:53 個 SKILL.md(全在 skills/ 目錄)**
|
||||
**技能配置總計:72 個分配(含共用技能跨 Agent 重複引用)**
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
- **GitHub**:https://github.com/stefanoamorelli/fred-mcp-server
|
||||
- **工具數**:3 個
|
||||
- **需要 key**:是(已取得,見環境設定)
|
||||
- **FRED API Key**:`abcdefghijklmnopqrstuvwxyz123456`(需在 .mcp.json 填入)
|
||||
- **FRED API Key**:`YOUR_FRED_API_KEY`(需在 .mcp.json 填入)
|
||||
- **主要工具**:
|
||||
- `fred_browse` — 瀏覽 80 萬+ 經濟數列
|
||||
- `fred_search` — 關鍵字搜尋
|
||||
@@ -149,7 +149,7 @@
|
||||
"command": "npx",
|
||||
"args": ["-y", "fred-mcp-server"],
|
||||
"env": {
|
||||
"FRED_API_KEY": "abcdefghijklmnopqrstuvwxyz123456"
|
||||
"FRED_API_KEY": "YOUR_FRED_API_KEY"
|
||||
}
|
||||
}
|
||||
```
|
||||
@@ -192,7 +192,7 @@
|
||||
```json
|
||||
"optionsflow": {
|
||||
"command": "python",
|
||||
"args": ["/home/chris/workspace/mcp-optionsflow/optionsflow.py"]
|
||||
"args": ["<YOUR_PATH>/mcp-optionsflow/optionsflow.py"]
|
||||
}
|
||||
```
|
||||
|
||||
@@ -259,7 +259,7 @@
|
||||
"command": "npx",
|
||||
"args": ["-y", "fred-mcp-server"],
|
||||
"env": {
|
||||
"FRED_API_KEY": "abcdefghijklmnopqrstuvwxyz123456"
|
||||
"FRED_API_KEY": "YOUR_FRED_API_KEY"
|
||||
}
|
||||
},
|
||||
"tradingview": {
|
||||
@@ -272,7 +272,7 @@
|
||||
},
|
||||
"optionsflow": {
|
||||
"command": "python",
|
||||
"args": ["/home/chris/workspace/mcp-optionsflow/optionsflow.py"]
|
||||
"args": ["<YOUR_PATH>/mcp-optionsflow/optionsflow.py"]
|
||||
},
|
||||
"openecon-data": {
|
||||
"type": "sse",
|
||||
@@ -292,7 +292,7 @@
|
||||
| 確認 Node.js ≥ 18 | `node --version` | 待確認 |
|
||||
| clone mcp-optionsflow | `git clone https://github.com/twolven/mcp-optionsflow.git` + `pip install -r requirements.txt` | 待執行 |
|
||||
| 申請 Fugle API key | https://developer.fugle.tw/docs/key | 待申請 |
|
||||
| 填入 FRED API key | 已取得 `abcdefghijklmnopqrstuvwxyz123456` | ✅ 已取得 |
|
||||
| 填入 FRED API key | 填入 `YOUR_FRED_API_KEY` 至 .mcp.json | 待執行 |
|
||||
| 建立 `.mcp.json` | 放入 KingClawArmy/ 根目錄 | 待執行 |
|
||||
| 設定 Claude Code 權限 | `{"enableAllProjectMcpServers": true}` | 待執行 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user