A high-performance skill for fetching real-time market data and stock quotes optimized for AI agents and LLM token efficiency.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install stock-prices
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 stock-prices using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Stock Prices skill enables developers and AI agents to query live market data for thousands of ticker symbols including tech giants like NVDA, AAPL, and GOOGL. It is a standout component of the Openclaw Skills library because it utilizes the TOON (Token-Oriented Object Notation) format, which uses approximately 40% fewer tokens than standard JSON, making it the perfect choice for streaming financial data into Large Language Models.
This skill provides comprehensive data points, from current trading prices and percentage changes to pre-market activity and daily highs/lows. By optimizing the data payload for machine readability and efficiency, it ensures faster response times and lower operational costs for financial AI applications.
To integrate this capability from the Openclaw Skills collection, you can test the API directly using CLI tools:
curl "https://stock-prices.on99.app/quotes?symbols=NVDA,AAPL"
To handle the data in a Node.js or TypeScript environment, install the required decoder:
pnpm add @toon-format/toon
The skill returns an object containing an array of quotes with the following metadata taxonomy:
| Field | Type | Description |
|---|---|---|
symbol |
string | The ticker symbol of the security. |
currentPrice |
number | The most recent trading price. |
percentChange |
number | The percentage fluctuation since previous close. |
preMarketPrice |
number | Trading price during pre-market sessions. |
preMarketTime |
string | ISO 8601 timestamp for pre-market data. |
highPrice / lowPrice |
number | The intraday price extremes. |
Loading
An automated productivity framework that synchronizes tasks, calendars, and revenue data into structured daily briefings and evening reflections.

A lightweight Python-based automation skill to control IKEA and TP-Link Kasa smart bulbs directly over your local network.

A CLI-based interface for managing Human-Agent collaboration, task bounties, and decentralized teams.

A comprehensive Node.js integration for the Hostex OpenAPI to manage vacation rental properties, reservations, and guest communication.

A comprehensive CLI-driven skill for resolving locations, planning multi-modal routes, and monitoring real-time transit disruptions within the Île-de-France Mobilités network.

A structured, staged educational agent designed to guide users from basic CLI operations to deep architectural understanding of OpenClaw.








































