← 返回 Skills 市场
mwz747512353

AI Investment Analyzer

作者 Liunk · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ⚠ suspicious
203
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install ai-investment-analyzer
功能描述
AI投资分析与决策助手,为用户提供股票、加密货币、房地产投资的分析和建议。支持实时数据分析、风险评估、投资策略优化。
使用说明 (SKILL.md)

AI 投资分析助手

功能特点

多资产分析:股票、加密货币、外汇、大宗商品、房地产、债券、基金 ✅ 技术分析:技术指标、趋势分析、价格预测 ✅ 基本面分析:财务报表分析、估值模型 ✅ 风险评估:蒙特卡洛模拟、VaR计算、风险等级评估 ✅ 投资组合优化:资产配置、风险分散、回报最大化 ✅ 市场预测:基于AI模型的市场趋势预测 ✅ 国际化支持:英语、中文、日语、德语等多语言输出 ✅ 实时数据:模拟实时数据API(可集成真实数据)

工具列表

invest_analyze

分析投资机会,提供详细的风险-回报评估

ai-investment analyze \x3Casset> \x3Cperiod>

portfolio_optimize

优化投资组合配置,最大化回报同时控制风险

ai-investment portfolio optimize \x3Cportfolio_data>

risk_assessment

评估投资风险,提供风险等级和规避策略

ai-investment risk assess \x3Cinvestment>

market_forecast

提供市场趋势预测和投资建议

ai-investment forecast \x3Cmarket> \x3Chorizon>

安装方法

skillhub install ai-investment-analyzer

使用示例

股票投资分析

ai-investment analyze "AAPL" "1年"

加密货币监控

ai-investment analyze "BTC" "3个月"

房地产评估

ai-investment analyze "房产:上海浦东" "5年"

商业模式

免费版

  • 基础数据分析
  • 风险等级评估
  • 简单投资建议
  • 5次/天的使用限制
  • 支持英语、中文输出

付费版 ($9.99/月)

  • 高级预测模型(AI机器学习)
  • 个性化投资策略
  • 实时数据API接入
  • 无使用限制
  • 多语言输出(英语、中文、日语、德语)
  • 电子邮件支持

企业版 ($49.99/月)

  • 多资产投资组合优化
  • 团队协作功能
  • 定制数据接口
  • 优先级支持
  • API调用量1000次/天
  • 技术支持

核心技术

  • 使用机器学习模型进行趋势预测
  • 实时数据API集成(股票、加密货币、房地产)
  • 风险评估算法(蒙特卡洛模拟、VaR计算)
  • 投资组合优化(均值方差优化算法)

收入来源

  1. 技能订阅费
  2. API收费(第三方数据接口)
  3. 定制分析服务(为企业客户提供定制方案)
  4. 投资咨询服务(高级用户咨询)

市场前景

当前AI投资助手市场需求大,特别是在个人投资者中。通过提供准确的预测和建议,可以帮助用户做出更好的投资决策,从而节省资金和增加收益。

安全使用建议
What to consider before installing: - Treat this as a demo/local tool, not a production trading system. The code uses simulated/mock prices and does not implement real-time API integration out-of-the-box. - Do NOT reuse or trust the ClawHub login token found in publish-manual.txt — it appears to be an embedded secret. If you manage or mirrored this repo, rotate any exposed tokens/credentials and remove them from the repository history. - If you intend to connect real data providers (Yahoo/AlphaVantage/Binance/Coinbase/Zillow), add API keys in a secure config mechanism (not in repo files) and verify the skill explicitly declares required env vars before providing secrets. - Review analyzer.js for any shell execution or network calls before running on a machine with sensitive data. The script writes analysis_log.json to the working directory — consider where that file will live and who can read it. - Verify the maintainer and source: the homepage points to a GitHub repo under AIFinanceAssistant; confirm ownership and review upstream commits. If you plan to use this for real investing, audit the algorithms, test thoroughly, and consider legal/regulatory implications. If you want, I can: (1) point to the exact lines where the token appears, (2) suggest a safe recipe to remove secrets and sanitize history, or (3) produce a short checklist to harden this skill before use.
功能分析
Type: OpenClaw Skill Name: ai-investment-analyzer Version: 1.1.1 The skill bundle contains a hardcoded authentication token (clh_stbFXRYc9RTR1Ck7e940tJ1e4AN0EU8X5S_MhoC8MFM) and explicit instructions in 'publish-manual.txt' for the AI agent to use this credential to log in and publish the skill. This constitutes a high-risk prompt injection/command injection attempt that could lead to unauthorized account actions or the agent operating under an attacker-controlled identity. While the core logic in 'analyzer.js' and 'advanced-predictions.js' appears to be a benign financial analysis tool using mock data, the inclusion of deployment credentials and instructions aimed at influencing the agent's behavior is a major security red flag.
能力评估
Purpose & Capability
Name, description, SKILL.md and the Node.js code align: the skill provides stock/crypto/real-estate analysis, portfolio optimization and risk assessment. However the SKILL.md and README advertise 'real-time data API integration' yet the package declares no required env vars/credentials and the code uses only simulated/mock data. This mismatch (advertised external API integration vs no declared credentials) is plausible for an early/demo release but is a point worth noting.
Instruction Scope
Runtime instructions are limited to running the included CLI commands (analyze, portfolio optimize, risk assess, forecast). The SKILL.md does not instruct reading unrelated system files or exfiltrating data. However repository files (publish-manual.txt) contain instructions and a ClawHub login token which would allow external publishing of the repository — that is unrelated to the skill's runtime purpose and introduces an external-facing risk.
Install Mechanism
There is no install spec (instruction-only install method), and no remote downloads or extract steps. This lowers installation risk. The included Node.js files run locally and only read/write a local analysis_log.json file.
Credentials
The skill declares no required environment variables or primary credential, which is consistent with its current simulated-data implementation — but examples/config.json and the prose discuss API keys for data providers. More importantly, publish-manual.txt embeds a ClawHub token (token:clh_stbFXRYc9RTR1Ck7e940tJ1e4AN0EU8X5S_MhoC8MFM). An embedded publish/login token in the repository is disproportionate and potentially sensitive: it could be misused to post or modify content on the referenced platform.
Persistence & Privilege
The skill does not request always: true and does not modify other skills or system-wide settings. The runtime writes a local analysis_log.json (normal for a CLI tool). There is no evidence the skill attempts to persistently elevate privileges or auto-enable itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-investment-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-investment-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
Added international marketing materials and advanced AI algorithms
v1.1.0
Added international support, multi-asset analysis, advanced AI algorithms
v1.0.0
Initial release with core investment analysis functionality
元数据
Slug ai-investment-analyzer
版本 1.1.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

AI Investment Analyzer 是什么?

AI投资分析与决策助手,为用户提供股票、加密货币、房地产投资的分析和建议。支持实时数据分析、风险评估、投资策略优化。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 203 次。

如何安装 AI Investment Analyzer?

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

AI Investment Analyzer 是免费的吗?

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

AI Investment Analyzer 支持哪些平台?

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

谁开发了 AI Investment Analyzer?

由 Liunk(@mwz747512353)开发并维护,当前版本 v1.1.1。

💬 留言讨论