A specialized skill for fetching live stock quotes and market status directly from Yahoo Finance in a normalized JSON format.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install yahoo-data-fetcher
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 yahoo-data-fetcher 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 Data Fetcher is a robust utility built for developers and financial analysts who need immediate access to market data. By integrating this capability into your environment via Openclaw Skills, you can automate the retrieval of current prices, percentage changes, and market states for any global ticker symbol. This skill streamlines the often complex process of interfacing with financial APIs, providing a clean and predictable data structure.
Designed to be both flexible and efficient, the Yahoo Data Fetcher supports single or batch queries, making it an ideal choice for building automated monitoring systems or data-driven investment tools. As part of the wider ecosystem of Openclaw Skills, it enables seamless data flow between market sources and your AI-driven analysis pipelines.
To use this skill, ensure that Node.js is installed on your system as it is the primary runtime requirement.
# Verify your node installation
node --version
# The skill can be invoked directly within your agent interface
/stock quote symbols="AAPL, MSFT, TSLA"
The skill returns a list of objects, each representing a stock symbol with the following schema:
| Property | Type | Description |
|---|---|---|
| symbol | string | The ticker symbol of the equity. |
| price | number | The current market price. |
| change | number | The absolute change in price. |
| changePercent | number | The percentage change in price. |
| currency | string | The currency the stock is traded in. |
| marketState | string | The current state of the market (e.g., REGULAR, CLOSED). |
This structured format ensures that Openclaw Skills can easily parse and utilize the data for downstream tasks.
Loading
A streamlined utility for fetching current weather conditions and short-term forecasts via the Open-Meteo API.

A real-time blockchain event monitoring tool that delivers on-chain activity via webhooks to your application.

A comprehensive toolset for AI agents to access real-time and historical on-chain data across EVM and Solana networks.

An educational guide and router for the Moralis Web3 data platform, helping developers navigate Data APIs and real-time Streams.

An automated agent skill for gathering deep community intelligence and tracking adoption trends for any open-source project or product.

A specialized tool for generating structured project summaries and archiving completed AI agent conversations to local files and Discord.








































