/install global-stock-analysis
Global Stock Analysis
Use these workflows to research stocks, evaluate companies, read technical signals, and monitor macro conditions — all from the terminal.
Tutorial
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
Setup
- Install:
pip install marketdata-clioruv tool install marketdata-cli --forceor run directly withuvx marketdata-cli - Set API key (one of):
export ALPHAVANTAGE_API_KEY=your_key- Add
ALPHAVANTAGE_API_KEY=your_keyto a.envfile - Pass
-k your_keyon each command
Get a free key at https://www.alphavantage.co/support/#api-key
Workflows
1. Quick Stock Lookup
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 5min
2. Fundamental Analysis
Evaluate a company's financial health: overview, financials, earnings, dividends, and insider activity. See fundamentals.md for the full step-by-step guide.
3. Technical Analysis
Assess trend, momentum, volatility, and volume signals. See technicals.md for the full step-by-step guide.
4. Macro & Market Overview
Check economic conditions, commodities, market movers, and upcoming events. See macro.md for the full step-by-step guide.
5. Sector / Multi-Stock Comparison
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 GOOGL
See comparison.md for more examples.
6. Forex & Crypto
Exchange rates and price history for currencies and cryptocurrencies. See forex-crypto.md for the full step-by-step guide.
Quick Reference
Run marketdata-cli --help for the full list of 100+ commands, or marketdata-cli \x3Ccommand> --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 |
- Most stock commands accept a positional SYMBOL argument (e.g.,
marketdata-cli global_quote AAPL) - Forex commands use
--from_symbol/--to_symbolor--from_currency/--to_currency - Technical indicators default to
dailyinterval if not specified
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install global-stock-analysis - After installation, invoke the skill by name or use
/global-stock-analysis - Provide required inputs per the skill's parameter spec and get structured output
What is Global Stock Analysis?
Global stock analysis (US, China & EU stock markets, technicals, fundamentals, etc) powered by NASDAQ's official data provider Alpha Vantage. 全球股票分析(包括美股、A股和... It is an AI Agent Skill for Claude Code / OpenClaw, with 416 downloads so far.
How do I install Global Stock Analysis?
Run "/install global-stock-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Global Stock Analysis free?
Yes, Global Stock Analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Global Stock Analysis support?
Global Stock Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Global Stock Analysis?
It is built and maintained by luohy15 (@luohy15); the current version is v0.0.11.