A high-performance skill to retrieve real-time stock market quotes and normalized financial data directly from Yahoo Finance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cputemp
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 cputemp 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 specialized utility designed to streamline the retrieval of real-time market data for global stock symbols. By interfacing directly with Yahoo Finance, this skill provides developers and AI agents with precise, up-to-the-minute information on stock prices, price changes, and market status. It serves as a foundational component for building financial dashboards, monitoring portfolios, or automating market analysis using Openclaw Skills.
This skill eliminates the complexity of manual data scraping by providing a clean, normalized JSON output for one or multiple tickers simultaneously. Whether you are tracking a single equity or a diverse watchlist, the Yahoo Data Fetcher ensures your agent has access to the most current financial metrics available.
To utilize the Yahoo Data Fetcher within the Openclaw Skills framework, ensure that Node.js is installed on your local environment. This skill is designed to be user-invocable and requires no complex API keys for basic quote retrieval.
# Verify your environment meets the requirements
node --version
# Invoke the skill via your agent interface
/stock quote symbols="AAPL, MSFT, TSLA"
The Yahoo Data Fetcher produces a clean JSON array. Each object in the array represents a specific ticker with the following schema:
| Property | Type | Description |
|---|---|---|
| symbol | string | The stock ticker symbol (e.g., AAPL) |
| price | number | The current market price |
| change | number | The absolute price change |
| changePercent | number | The percentage change in price |
| currency | string | The trading currency (e.g., USD) |
| marketState | string | Current market status (e.g., REGULAR, CLOSED) |
Loading
A powerful Google Drive integration for Openclaw Skills that enables seamless file synchronization, cloud storage management, and team collaboration via CLI commands.

A professional-grade automation tool for Openclaw Skills that manages daily cloud backups and data retention via rClone.

A centralized proactive monitoring and multi-channel notification framework for Openclaw agents to detect and resolve issues in real-time.

An end-to-end automation toolkit for creating professional AI-generated videos from simple text prompts using multiple AI models and FFmpeg.

A Python-based integration to fetch comprehensive Amazon product details, sales estimates, and market data via the Canopy API.

A powerful DeFi integration for executing seamless cross-chain swaps and bridge operations across 35+ blockchain ecosystems.








































