← 返回 Skills 市场
kristian-zf

Ai Investing Assistant With Framework

作者 kris · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
339
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-investing-assistant-with-framework
功能描述
Analyze a US stock using a value investing checklist and output detailed scoring steps.
使用说明 (SKILL.md)

AI Investing Assistant (Value Framework)

What it does

Analyze a US stock using a simple checklist:

  • ROE
  • Debt ratio
  • FCF conversion
  • Moat strength

Outputs:

  • Rating (A/B/C/D)
  • Detailed per-metric checks
  • Scoring rules
  • Missing fields
  • Step-by-step trace of logic

Input

Accepts JSON via stdin with fields:

  • ticker
  • metrics (roe, debt_ratio, fcf_to_net_income, moat)

Script

scripts/invest_analysis.py

安全使用建议
This skill is coherent and appears safe: it runs a local Python script that scores user-supplied metrics and returns a JSON result. Before installing, note: (1) you must provide the metrics via stdin JSON (or a ticker as a CLI arg) — the script does not fetch live market data, so results depend on accurate inputs; (2) SKILL.md indicates 'python3' and the code uses modern syntax (PEP 604 union types like 'float | None'), so ensure the runtime is Python 3.10+; (3) there are no network calls or credential requests, so it won't exfiltrate secrets. If you need automatic live data or broker integration, this skill does not provide that and would need trustworthy additional components. Review or run the script locally first to confirm behavior matches your expectations.
功能分析
Type: OpenClaw Skill Name: ai-investing-assistant-with-framework Version: 0.1.0 The skill bundle provides a Python script to analyze stock metrics based on a value investing checklist. The `SKILL.md` file accurately describes the skill's purpose and input/output without any prompt injection attempts. The `invest_analysis.py` script processes JSON input, performs calculations, and outputs results. It uses only standard Python libraries, does not interact with the file system or network, and does not execute any external commands or use user input in a way that could lead to shell injection or other vulnerabilities. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
The name/description (value-investing checklist for US stocks) matches the included Python script and SKILL.md. The code implements the listed metrics (ROE, debt ratio, FCF conversion, moat) and returns a rating and reasons. Minor mismatch: SKILL.md lists 'python3' as a required binary but the registry metadata shows no required binaries; this is a documentation inconsistency, not a security risk.
Instruction Scope
SKILL.md instructs the agent to run scripts/invest_analysis.py and provide metrics via stdin (or ticker via argv). The script only reads stdin/argv and performs local computation; it does not read other files, environment variables, or external endpoints.
Install Mechanism
There is no install spec and no downloads. The skill is instruction-only with a bundled Python script; nothing is written to disk beyond the included files. This is low-risk.
Credentials
The skill requests no environment variables, credentials, or config paths and the code does not access them. No secrets or unrelated service tokens are required.
Persistence & Privilege
The skill is not marked always:true, does not modify other skill configurations, and does not request persistent privileges. It performs a one-off local computation when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-investing-assistant-with-framework
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-investing-assistant-with-framework 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of AI Investing Assistant (Value Framework): - Analyze US stocks using a value investing checklist covering ROE, debt ratio, free cash flow conversion, and moat strength. - Accepts input as JSON with ticker and key metrics. - Provides a rating (A/B/C/D) and detailed scoring with per-metric checks. - Displays scoring rules, identifies missing fields, and traces the analysis logic step-by-step.
元数据
Slug ai-investing-assistant-with-framework
版本 0.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Ai Investing Assistant With Framework 是什么?

Analyze a US stock using a value investing checklist and output detailed scoring steps. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 339 次。

如何安装 Ai Investing Assistant With Framework?

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

Ai Investing Assistant With Framework 是免费的吗?

是的,Ai Investing Assistant With Framework 完全免费(开源免费),可自由下载、安装和使用。

Ai Investing Assistant With Framework 支持哪些平台?

Ai Investing Assistant With Framework 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ai Investing Assistant With Framework?

由 kris(@kristian-zf)开发并维护,当前版本 v0.1.0。

💬 留言讨论