← Back to Skills Marketplace
kristian-zf

Ai Investing Assistant With Framework

by kris · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
339
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ai-investing-assistant-with-framework
Description
Analyze a US stock using a value investing checklist and output detailed scoring steps.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-investing-assistant-with-framework
  3. After installation, invoke the skill by name or use /ai-investing-assistant-with-framework
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug ai-investing-assistant-with-framework
Version 0.1.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Ai Investing Assistant With Framework?

Analyze a US stock using a value investing checklist and output detailed scoring steps. It is an AI Agent Skill for Claude Code / OpenClaw, with 339 downloads so far.

How do I install Ai Investing Assistant With Framework?

Run "/install ai-investing-assistant-with-framework" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ai Investing Assistant With Framework free?

Yes, Ai Investing Assistant With Framework is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Ai Investing Assistant With Framework support?

Ai Investing Assistant With Framework is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ai Investing Assistant With Framework?

It is built and maintained by kris (@kristian-zf); the current version is v0.1.0.

💬 Comments