stock-alerts

Monitor stock prices and notify when predefined thresholds are crossed.

59|6|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/SKYLENAGE-AI/QwenClawBench --skill stock-alerts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-alerts
Source: https://github.com/SKYLENAGE-AI/QwenClawBench/tree/main/data/qwenclawbench-v1.1-100/assets/task_00035_delete_installed_skill_directory_with_verification/stock-alerts
Command: npx skills add https://github.com/SKYLENAGE-AI/QwenClawBench --skill stock-alerts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Monitor stock prices and send alerts when thresholds are crossed, helping users stay informed without manual monitoring.

Core Features & Use Cases

  • Price threshold alerts: Notify when a stock crosses a user-defined price.
  • Multi-symbol support: Track alerts for multiple tickers from a market data source.
  • Persistent storage: Alerts are stored locally for continuity across sessions.

Quick Start

Set up a price alert for a stock and let the system notify you when the price crosses your threshold.

Frequently Asked Questions about stock-alerts

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

FAQPage Schema
How do I set up automated stock price alerts in Python?

To set up automated stock price alerts in Python, you can use a monitoring script to track tickers and notify you when predefined price thresholds are crossed. This requires a Python3 environment and access to a market data source like tushare or Yahoo Finance.

Can I monitor multiple stock tickers for price threshold alerts at the same time?

Yes, you can monitor multiple stock tickers simultaneously. The system supports multi-symbol tracking, allowing you to retrieve price data from a market data source and send notifications when any tracked stock crosses its predefined price threshold.

Do I need a market data source to monitor stock prices and send notifications?

Yes, you need a market data source to monitor stock prices and send notifications. The system requires access to a provider such as tushare or Yahoo Finance to retrieve current price data and evaluate whether your defined alert thresholds have been crossed.

How are stock price alerts stored to persist across different monitoring sessions?

Stock price alerts are stored locally to persist across different monitoring sessions. This persistent storage ensures that your configured price thresholds and multiple ticker tracking data remain intact and continuously monitored without requiring manual reconfiguration.

What is the best way to get notified when a stock crosses a specific price?

The best way to get notified when a stock crosses a specific price is to use an automated monitoring script. It continuously evaluates market data against your predefined price thresholds and triggers notifications automatically, eliminating the need for manual price checking.