Add per-agent skill workspaces and TraderView management

This commit is contained in:
2026-03-17 13:55:14 +08:00
parent 1f5ee3698e
commit 2daf5717ba
35 changed files with 4774 additions and 331 deletions

View File

@@ -1,21 +1,22 @@
---
name: technical_review
description: Evaluate price action, momentum, and volatility to judge timing and market regime.
name: 技术分析
description: 当用户要求“技术分析”“看走势”“判断入场时机”“分析动量”“评估波动率”或“判断市场状态”时,应使用此技能。
version: 1.0.0
---
# Technical Review
# 技术分析
Use this skill when the task is sensitive to entry timing, trend quality, or short-term market structure.
当用户需要从入场时机、趋势质量或短期市场结构出发判断标的时,使用这个技能。
## Workflow
## 工作流程
1. Assess trend direction and strength.
2. Check momentum and mean-reversion conditions.
3. Review volatility before making aggressive recommendations.
4. Convert the setup into a trading view with explicit risk awareness.
1. 评估趋势方向和强度。
2. 检查动量与均值回归条件。
3. 在给出激进建议前先审视波动率。
4. 将当前形态转化为带有明确风险意识的交易观点。
## Guardrails
## 约束
- Distinguish trend continuation from overshoot.
- Avoid strong conviction when signals conflict.
- Treat volatility as a sizing input, not only a directional input.
- 区分趋势延续和过度透支。
- 当信号冲突时避免给出高确定性判断。
- 将波动率视为仓位输入,而不仅仅是方向输入。