fund-assistant

Installation
SKILL.md

基金投资助手

脚本命令

基金 API(scripts/fund_api.py)

python scripts/fund_api.py query 001618,000001   # 查询实时估值
python scripts/fund_api.py search 白酒           # 搜索基金
python scripts/fund_api.py detail 001618         # 基金详情
python scripts/fund_api.py history 001618 y      # 历史净值 (y/3y/6y/n/3n/5n)
python scripts/fund_api.py position 001618       # 持仓明细
python scripts/fund_api.py manager 001618        # 基金经理
python scripts/fund_api.py index                 # 大盘指数
python scripts/fund_api.py flow                  # 资金流向
python scripts/fund_api.py north                 # 北向资金

持仓管理(scripts/portfolio.py)

Installs
424
GitHub Stars
5
First Seen
Feb 7, 2026
fund-assistant — xer97/fund-assistant