stock_watch

Manage user stock watchlists and fetch real-time quotes in chat bots.

3|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/glwlg/X-bot --skill stock-watch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock_watch
Source: https://github.com/glwlg/X-bot/tree/main/skills/builtin/stock_watch
Command: npx skills add https://github.com/glwlg/X-bot --skill stock-watch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires repositories, services.stock_service, core.platform.models, core.scheduler, core.config, and includes scripts (resource) components.

What problem does it solve?

This Skill helps users manage their stock watchlist and fetch real-time stock quotes.

Core Features & Use Cases

  • Manage watchlist: add or remove stocks to build a personalized portfolio.
  • View live quotes: display current prices and price changes for all watched stocks.
  • Quick refresh: refresh quotes during trading hours and notify significant changes.
  • Platform integration: works within chat bots (Telegram/Discord) with simple commands.

Quick Start

Add NVDA to my watchlist and fetch its current price.

Frequently Asked Questions about stock_watch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage a stock watchlist with real-time quotes in a Discord or Telegram bot?

You can manage a stock watchlist by adding or removing tickers through simple chat commands, fetching live prices, and receiving periodic quote refreshes integrated asynchronously for Discord or Telegram bots.

How do I get live stock prices and add tickers to a chat bot watchlist?

To get live stock prices, use the add command to append specific tickers to your watchlist, then trigger the fetch function to display current prices and price changes for all watched stocks.

Can I receive notifications for significant stock price changes during trading hours?

Yes, the watchlist supports quick refreshes during trading hours and automatically notifies users of significant price changes for the stocks being tracked.

Does this stock quote tracker work asynchronously for multiple chat platform users?

Yes, the stock quote tracker runs asynchronously per user platform, integrating with internal modules to search stocks, update watchlists, fetch quotes, and format messages across different chat bot contexts.