feat: 初始化黄小瓜AI助手记忆仓库
- 核心配置: IDENTITY, USER, SOUL, AGENTS, TOOLS, HEARTBEAT, MEMORY - memory/: 每日总结和临时记录 - skills/: 所有已安装技能 - notes/: 语音配置笔记
This commit is contained in:
23
skills/stock-monitor-pro/README.md
Normal file
23
skills/stock-monitor-pro/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Stock Monitor Pro
|
||||
|
||||
全功能智能股票监控预警系统
|
||||
|
||||
## 功能
|
||||
- 成本百分比预警
|
||||
- 日内涨跌幅预警
|
||||
- 成交量异动监控
|
||||
- 均线金叉死叉
|
||||
- RSI超买超卖
|
||||
- 跳空缺口检测
|
||||
- 动态止盈
|
||||
|
||||
## 快速开始
|
||||
```bash
|
||||
cd scripts
|
||||
cp config.example.py config.py
|
||||
# 编辑 config.py 填入你的持仓
|
||||
./control.sh start
|
||||
```
|
||||
|
||||
## 许可证
|
||||
MIT
|
||||
Reference in New Issue
Block a user