skills/clawhub.ai/a-stock-portfolio-monitor

a-stock-portfolio-monitor

Installation
SKILL.md

A股持仓监控助手

功能

  • 持仓实时监控 - 自动获取最新股价,计算盈亏
  • 每日收盘报告 - 生成日终持仓总结
  • 止损止盈提醒 - 自动检测触发条件
  • 多因子选股 - 基于涨幅/量能/估值评分

使用方法

1. 配置持仓

python scripts/portfolio.py add 600803 --cost 21.76 --qty 1800  # 新奥股份
python scripts/portfolio.py add 600010 --cost 3.30 --qty 15000  # 包钢股份
python scripts/portfolio.py add 600845 --cost 23.92 --qty 3000  # 宝信软件
Installs
1
First Seen
Aug 9, 2026
a-stock-portfolio-monitor from clawhub.ai