← 返回 Skills 市场
ckchzh

Fund Invest Advisor

作者 BytesAgain2 · GitHub ↗ · v2.3.4 · MIT-0
cross-platform ✓ 安全检测通过
1082
总下载
2
收藏
7
当前安装
13
版本数
在 OpenClaw 中安装
/install fund-invest-advisor
功能描述
基金投资顾问。基金筛选、定投策略、资产配置、风险评估、收益计算、再平衡建议。Fund investment advisor with screening, DCA strategy, asset allocation, rebalancing. 基金理财、定投计划、投资组合、资产配置。Use when makin...
使用说明 (SKILL.md)

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+ 兼容
  • ⚠️ 基金有风险,投资需谨慎

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Requirements

  • bash 4+
  • python3 (standard library only)
安全使用建议
This skill appears to do what it claims: local fund calculations and a simple local portfolio CLI. Before installing/run: (1) Review the scripts yourself if you can — they are plain Bash/Python and readable. (2) Be aware the tool stores data under $XDG_DATA_HOME or $HOME/.local/share/fund-invest-advisor (portfolio.jsonl and history.log); if you care about privacy, inspect or move that directory and back it up. (3) There is no network access or secret exfiltration in the code, but the skill is not a substitute for professional financial advice — double-check calculations and assumptions before acting on them. (4) Note small packaging inconsistencies (two scripts, metadata homepage/source mismatch); these are not malicious but you may want the publisher/source verified if provenance matters.
功能分析
Type: OpenClaw Skill Name: fund-invest-advisor Version: 2.3.4 The skill bundle provides a comprehensive set of financial calculation tools and a local portfolio manager for fund investments. The scripts (scripts/fund.sh and scripts/script.sh) implement standard financial formulas such as DCA, IRR, Sharpe Ratio, and Monte Carlo simulations using Python's standard library. There is no evidence of network access, data exfiltration, or malicious command execution; all operations are performed locally on user-provided data or within a local data directory (~/.local/share/fund-invest-advisor).
能力评估
Purpose & Capability
The name/description (fund investment advisor) matches the included code and docs: both scripts implement calculators, allocation and rebalancing suggestions, tips, and a local portfolio store. Minor inconsistencies: registry metadata earlier showed no homepage/source while SKILL.md lists a homepage and GitHub source; and two scripts are present (scripts/fund.sh and scripts/script.sh) with overlapping but different CLIs — not harmful but a slight packaging inconsistency.
Instruction Scope
SKILL.md instructs the agent to run local scripts (scripts/fund.sh). The scripts perform only local computation, print guidance, and read/write portfolio files under a user data directory. The instructions do not reference or attempt to read unrelated system files, secrets, or network endpoints. They do create and use persistent local files for portfolio/history.
Install Mechanism
This is an instruction-only skill with included scripts (no install spec). No remote downloads or package installs are performed by the skill bundle itself, so there is no elevated install risk.
Credentials
The skill requires standard shells and Python (documented). It does not request environment variables or secrets. It optionally respects FUND_DIR / XDG_DATA_HOME / HOME to determine its data directory (expected for a CLI that stores data). No unrelated credentials or sensitive env vars are requested.
Persistence & Privilege
The scripts create and write to a data directory (default: $XDG_DATA_HOME or $HOME/.local/share/fund-invest-advisor), a portfolio JSONL file, and a history.log. This is a normal behavior for a local portfolio tool but does mean the skill will persist user data on disk. always:false (not force-included) and no elevated privileges are requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fund-invest-advisor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fund-invest-advisor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.3.4
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.3
yaml-fix+quality
v2.3.2
yaml-fix+quality
v2.3.1
Quality upgrade
v2.4.0
Major upgrade: custom commands and real functionality
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v2.0.0
- Updated script path from scripts/fund.sh to fund.sh for all commands and usage examples. - Removed the scripts/fund.sh file and added fund.sh at the root level.
v1.1.1
v1.1.0
Pain-point upgrade: new commands solving real user problems, tips.md reference doc.
v1.0.0
Initial release with Chinese SEO keywords.
元数据
Slug fund-invest-advisor
版本 2.3.4
许可证 MIT-0
累计安装 8
当前安装数 7
历史版本数 13
常见问题

Fund Invest Advisor 是什么?

基金投资顾问。基金筛选、定投策略、资产配置、风险评估、收益计算、再平衡建议。Fund investment advisor with screening, DCA strategy, asset allocation, rebalancing. 基金理财、定投计划、投资组合、资产配置。Use when makin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1082 次。

如何安装 Fund Invest Advisor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install fund-invest-advisor」即可一键安装,无需额外配置。

Fund Invest Advisor 是免费的吗?

是的,Fund Invest Advisor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Fund Invest Advisor 支持哪些平台?

Fund Invest Advisor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Fund Invest Advisor?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.3.4。

💬 留言讨论