Install
openclaw skills install a-stock-decision-fugui从共享记忆读取持仓,生成 A 股投资决策报告(止损/止盈/仓位管理)
openclaw skills install a-stock-decision-fugui本 Skill 提供以下功能:
openclaw skill run stock-decision
openclaw skill config stock-decision --maxPosition 20 --stopLoss -8 --stopProfit 15
# 📊 A 股投资决策报告
## 🚨 紧急操作
### 太辰光 (300570) strong_sell
- 操作:减仓/止损
- 理由:触及止损线 (-8.0%)
- 止损价:119.91 元
- 止盈价:149.89 元
export FEISHU_WEBHOOK="https://open.feishu.cn/open-apis/bot/v2/hook/xxx"
| 参数 | 默认值 | 说明 |
|---|---|---|
maxPosition | 20.0 | 单票最大仓位% |
stopLoss | -8.0 | 止损线% |
stopProfit | 15.0 | 止盈线% |
pip3 install requests