
Opportunity Capture
Fund Advisor
基金定投顾问(Fund Advisor)是一个本地化的命令行理财工具,提供定投收益模拟、资产配置与再平衡建议、止盈策略和基金类型科普。主要功能包括:定投计算(复利与真实年化)、多收益率对比、三种风险偏好(保守/稳健/激进)的一键资产配置、持仓偏离检测与再平衡操作建议,以及基于风险偏好的定投策略建议。所有功能通过 scripts/fund.sh 提供(invest/dca/compare/allocate/rebalance/types/strategy/help),支持月投金额、年化收益率和定投年数等参数输入。适用于制定定投计划、评估不同收益情景、优化组合配置及定期再平衡。
Overview
基金定投顾问(Fund Advisor)是一个本地化的命令行理财工具,提供定投收益模拟、资产配置与再平衡建议、止盈策略和基金类型科普。主要功能包括:定投计算(复利与真实年化)、多收益率对比、三种风险偏好(保守/稳健/激进)的一键资产配置、持仓偏离检测与再平衡操作建议,以及基于风险偏好的定投策略建议。所有功能通过 scripts/fund.sh 提供(invest/dca/compare/allocate/rebalance/types/strategy/help),支持月投金额、年化收益率和定投年数等参数输入。适用于制定定投计划、评估不同收益情景、优化组合配置及定期再平衡。核心优势为离线运行、快速可复现的本地计算(兼容 Python 3.6+)与实用的操作建议;结果为理论模拟,不构成投资建议,投资有风险需谨慎。
基金定投顾问(Fund Advisor)是一个本地化的命令行理财工具,提供定投收益模拟、资产配置与再平衡建议、止盈策略和基金类型科普。主要功能包括:定投计算(复利与真实年化)、多收益率对比、三种风险偏好(保守/稳健/激进)的一键资产配置、持仓偏离检测与再平衡操作建议,以及基于风险偏好的定投策略建议。所有功能通过 scripts/fund.sh 提供(invest/dca/compare/allocate/rebalance/types/strategy/help),支持月投金额、年化收益率和定投年数等参数输入。适用于制定定投计划、评估不同收益情景、优化组合配置及定期再平衡。核心优势为离线运行、快速可复现的本地计算(兼容 Python 3.6+)与实用的操作建议;结果为理论模拟,不构成投资建议,投资有风险需谨慎。
Skill.md
How this skill works
基金定投顾问(Fund Advisor)是一个本地化的命令行理财工具,提供定投收益模拟、资产配置与再平衡建议、止盈策略和基金类型科普。主要功能包括:定投计算(复利与真实年化)、多收益率对比、三种风险偏好(保守/稳健/激进)的一键资产配置、持仓偏离检测与再平衡操作建议,以及基于风险偏好的定投策略建议。所有功能通过 scripts/fund.sh 提供(invest/dca/compare/allocate/rebalance/types/strategy/help),支持月投金额、年化收益率和定投年数等参数输入。适用于制定定投计划、评估不同收益情景、优化组合配置及定期再平衡。
fund-advisor
基金定投顾问。定投计算(复利+真实年化)、收益模拟、资产配置、再平衡建议、止盈策略、基金类型科普。
Commands
All commands via scripts/fund.sh:
| Command | Usage | Description |
|---|---|---|
invest | fund.sh invest "月定投额" "年化收益%" "定投年数" | 定投收益计算 |
dca | fund.sh dca "月定投额" "年化收益%" "定投年数" | 定投计算器(同invest,含复利+真实年化) |
compare | fund.sh compare "金额" "年数" "收益率1%,收益率2%,收益率3%" | 多收益率对比 |
allocate | fund.sh allocate "保守|稳健|激进" "总金额" | 资产配置建议(三种方案详细配置+金额) |
rebalance | fund.sh rebalance "股票50000,债券30000,货币20000" | 再平衡建议(偏离目标配置时提醒调整) |
types | fund.sh types | 基金类型科普 |
strategy | fund.sh strategy "风险偏好" | 定投策略建议(保守/稳健/积极) |
help | fund.sh help | 显示帮助信息 |
Examples
# 每月定投2000元,年化8%,定投10年
bash scripts/fund.sh invest 2000 8 10
# 定投计算器(同invest)
bash scripts/fund.sh dca 3000 10 20
# 月投1000,10年,对比5%/8%/12%
bash scripts/fund.sh compare 1000 10 5,8,12
# 10万元稳健型资产配置
bash scripts/fund.sh allocate 稳健 100000
# 持仓再平衡分析
bash scripts/fund.sh rebalance "股票50000,债券30000,货币20000"
# 查看基金类型介绍
bash scripts/fund.sh types
# 获取稳健型策略建议
bash scripts/fund.sh strategy 稳健
Reference
- 参考文档:
tips.md— 基金投资实用指南(定投策略、资产配置、避坑指南)
Notes
- 收益为理论模拟,不代表实际投资收益
- 纯本地计算,无需联网
- Python 3.6+ 兼容
- ⚠️ 基金有风险,投资需谨慎
Best used for
When to use it
基金定投顾问(Fund Advisor)是一个本地化的命令行理财工具,提供定投收益模拟、资产配置与再平衡建议、止盈策略和基金类型科普。主要功能包括:定投计算(复利与真实年化)、多收益率对比、三种风险偏好(保守/稳健/激进)的一键资产配置、持仓偏离检测与再平衡操作建议,以及基于风险偏好的定投策略建议。所有功能通过 scripts/fund.sh 提供(invest/dca/compare/allocate/rebalance/types/strategy/help),支持月投金额、年化收益率和定投年数等参数输入。适用于制定定投计划、评估不同收益情景、优化组合配置及定期再平衡。

01 · PRE-MEETING
Prepare a decision brief
Turn scattered evidence into a structured case before an investment committee meeting.

02 · TEAM WORKFLOW
Standardize handoffs
Create consistent research outputs across analysts, portfolio managers, and agents.

03 · LIVE UPDATE
Refresh the thesis
Update scenarios after a new catalyst, KPI release, or earnings result.
Community notes
Built to improve with use.
随着 Skill 被使用与评审,反馈将展示在这里。
Discover more
Related skills
View allThematic Investment Mapping
Map companies to a theme by revenue exposure, transmission channels, and second-order effects, then rank the best expressions of the theme. Use when building a thematic basket or researching idea…
capacitr
Capacitr provides single-call market discovery and paid analysis: paste a URL or free-text query and receive ranked Polymarket, Hyperliquid, and Deribit markets augmented with Quotient intelligence…
alphagbm-duan-analysis
AlphaGBM Duan Yongping Analysis packages Duan-style, seller-only option playbook into a single, trade-ready call. It produces three focused panels: Sell Put (compute strike, premium, delta, DTE,…