Communityv1.0.1

Stock Prices

Query real-time stock prices and market data using the Stock Prices API. Responses are in TOON format—decode with @toon-format/toon. Use when fetching stock...

4kdownloads16active installsanthonylee1994
View on ClawHubBack to Skills

Skill Details

Slug
stock-prices
Latest Version
1.0.1
Author
anthonylee1994
Published
Feb 11, 2026
Updated
May 17, 2026
Total Versions
2

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Stock Prices.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.1

- Responses are now provided in TOON (Token-Oriented Object Notation) format instead of JSON, saving ~40% tokens. - Added instructions for decoding TOON responses using the @toon-format/toon package. - Updated sample code and usage sections to demonstrate decoding and handling TOON data. - Clarified that all API consumers must decode responses before use.