global-stock-analysis — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited global-stock-analysis (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use these workflows to research stocks, evaluate companies, read technical signals, and monitor macro conditions — all from the terminal.
Watch the end-to-end installation tutorial, from procuring a fresh Mac VM (or Mac mini), to installing OpenClaw, to installing and using the skill: https://www.youtube.com/watch?v=Z6DjYKN4uos
pip install marketdata-cli or uv tool install marketdata-cli --force or run directly with uvx marketdata-cliexport ALPHAVANTAGE_API_KEY=your_keyALPHAVANTAGE_API_KEY=your_key to a .env file-k your_key on each commandGet a free key at https://www.alphavantage.co/support/#api-key
Get a snapshot of where a stock is right now — price, recent history, and news.
marketdata-cli global_quote AAPL
marketdata-cli time_series_daily AAPL
marketdata-cli news_sentiment --tickers AAPL
# Optional: intraday detail
marketdata-cli time_series_intraday AAPL --interval 5minEvaluate a company's financial health: overview, financials, earnings, dividends, and insider activity. See fundamentals.md for the full step-by-step guide.
Assess trend, momentum, volatility, and volume signals. See technicals.md for the full step-by-step guide.
Check economic conditions, commodities, market movers, and upcoming events. See macro.md for the full step-by-step guide.
Compare fundamentals or technicals across multiple tickers by running the same commands for each symbol:
marketdata-cli company_overview AAPL
marketdata-cli company_overview MSFT
marketdata-cli company_overview GOOGLSee comparison.md for more examples.
Exchange rates and price history for currencies and cryptocurrencies. See forex-crypto.md for the full step-by-step guide.
Inspect US options chains, greeks, and put/call sentiment — realtime or historical.
marketdata-cli realtime_options AAPL
marketdata-cli realtime_options AAPL --require_greeks --expiration 2026-06-19
marketdata-cli realtime_options_fmv AAPL --expiration 2026-06-19
marketdata-cli realtime_put_call_ratio SPY
marketdata-cli historical_options AAPL --date 2024-01-15
marketdata-cli historical_put_call_ratio SPY --date 2024-01-15See options.md for the full step-by-step guide.
Run marketdata-cli --help for the full list of 100+ commands, or marketdata-cli <command> --help for any specific command.
| Flag | Description |
|---|---|
-k, --api-key | API key (overrides env var) |
-v, --verbose | Enable verbose logging |
-h, --help | Show help for any command |
marketdata-cli global_quote AAPL)--from_symbol / --to_symbol or --from_currency / --to_currencydaily interval if not specified~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.