/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install global-stock-analysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/global-stock-analysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Global Stock Analysis 是什么?
Global stock analysis (US, China & EU stock markets, technicals, fundamentals, etc) powered by NASDAQ's official data provider Alpha Vantage. 全球股票分析(包括美股、A股和... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 416 次。
如何安装 Global Stock Analysis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install global-stock-analysis」即可一键安装,无需额外配置。
Global Stock Analysis 是免费的吗?
是的,Global Stock Analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Global Stock Analysis 支持哪些平台?
Global Stock Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Global Stock Analysis?
由 luohy15(@luohy15)开发并维护,当前版本 v0.0.11。