Global Stock Analysis
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: global-stock-analysis Version: 0.0.13 The skill bundle provides a comprehensive interface for global stock, forex, and crypto analysis using the 'marketdata-cli' tool and Alpha Vantage API. The documentation in SKILL.md and the reference files (e.g., fundamentals.md, technicals.md) clearly outline legitimate financial data retrieval workflows. No evidence of malicious intent, data exfiltration, or unauthorized command execution was found; the package appears to be an official or well-aligned tool for the Alpha Vantage service.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing the CLI will run third-party code on the user's machine.
The skill relies on installing or running an external package that is not included in the reviewed artifact set. This is expected for the skill's purpose, but users should verify the package source.
Install: `pip install marketdata-cli` or `uv tool install marketdata-cli --force` or run directly with `uvx marketdata-cli`
Install from a trusted source, consider using a virtual environment, and verify the package and publisher before use.
Commands may use the user's Alpha Vantage account quota or access level.
The skill requires an Alpha Vantage API key to access provider data. This is purpose-aligned and disclosed, but it is still a credential.
Set API key (one of): `export ALPHAVANTAGE_API_KEY=your_key` ... Add `ALPHAVANTAGE_API_KEY=your_key` to a `.env` file ... Pass `-k your_key` on each command
Use a dedicated Alpha Vantage key, avoid sharing it in chats or logs, and store it securely.
