Install
openclaw skills install fund-keeperChinese mutual fund intelligent advisor with real-time valuation, buy/sell suggestions, profit tracking, SIP planning, OCR recognition, and stock-fund linkag...
openclaw skills install fund-keeperA comprehensive tool for Chinese mutual fund management with real-time valuation, buy/sell suggestions, and portfolio tracking.
pip install akshare pandas requests
Create your portfolio in workspace/funds/my-funds.md:
# My Fund Portfolio
## Holdings
| Fund Code | Fund Name | Shares | Cost NAV | Notes |
|---------|---------|---------|---------|------|
| 000001 | HuaXia Growth | 10000 | 1.500 | SIP |
| 110011 | YiFangDa SME | 5000 | 2.300 | Long-term |
# View portfolio P&L
fund-keeper portfolio
# Get buy/sell suggestions
fund-keeper advice
# View config
fund-keeper config
# Modify config
fund-keeper config --set alert_threshold=2.0
# Reset config
fund-keeper config --reset
# Add fund from screenshot
fund-keeper add-from-image screenshot.png
# View market overview
fund-keeper market
# Set alert
fund-keeper alert --fund 000001 --price 1.800
Based on comprehensive analysis:
Suggestion Levels:
Support screenshot recognition from:
Auto-extract:
py fund_keeper.py search --name gold # Search by name
py fund_keeper.py search --fund 000218 # View fund details
# Edit fund
py fund_keeper.py edit --fund 000218 # Interactive edit
py fund_keeper.py edit --fund 000218 --field amount --value 10000
# Remove fund
py fund_keeper.py remove --fund 000218
name - Fund nameamount - Amount heldprofit - Take profit %stop - Stop loss %day - SIP daynote - Notespy fund_keeper.py gold
Includes:
py fund_keeper.py stats # Basic stats
py fund_keeper.py stats --chart # With charts
py fund_keeper.py trend # 7-day trend
Multi-source Support:
Caching:
--offlineInvestment Risk
Data Delay
Link with stock-analysis skill:
# Recommend funds by sector
python stock_fund_linkage.py --sector semiconductor
# Analyze fund holdings
python stock_fund_linkage.py --fund 000218
# Daily 15:00 after market close
openclaw cron add --name "fund-check" --cron "0 15 * * 1-5" \
--session isolated --message "Check fund valuation and generate report"
# Weekly report on Monday 8:00
openclaw cron add --name "fund-weekly" --cron "0 8 * * 1" \
--session isolated --message "Generate weekly fund portfolio report"
funds/my-funds.md - Portfolio listfunds/config.json - Configurationfunds/history.md - Transaction historymemory/fund-learnings.md - Investment insightsLong-term investing, rational decisions. 🐔