market-alert-agent

Monitor financial markets and send configurable alerts via Discord, Telegram, or Slack.

Updated May 9, 2026
One-click install
npx skills add https://github.com/LuminaVault/LuminaVaultServer --skill market-alert-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: market-alert-agent
Source: https://github.com/LuminaVault/LuminaVaultServer/tree/main/Sources/App/Resources/Skills/finance/market-alert-agent
Command: npx skills add https://github.com/LuminaVault/LuminaVaultServer --skill market-alert-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yfinance, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Market Alert Agent addresses the challenge of manually monitoring financial markets, providing an automated solution for tracking market data and receiving alerts on price changes, volume spikes, and crypto movements.

Core Features & Use Cases

  • Real-time Monitoring: Continuously fetches stock and crypto data at regular intervals.
  • Configurable Alerts: Generates alerts based on customizable thresholds for price changes, volume spikes, and crypto movements.
  • Multi-channel Delivery: Alerts can be delivered via Discord, Telegram, or Slack.
  • Hybrid Data Fetching: Supports both mock data for testing and real Yahoo Finance data in production.
  • Deployment Flexibility: Can be deployed as a systemd service or Docker container.

Quick Start

Start the market-alert-agent with real Yahoo Finance data.

Frequently Asked Questions about market-alert-agent

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

FAQPage Schema
How do I get real-time alerts for stock price changes and crypto volume spikes?

Real-time alerts for stock price changes and crypto volume spikes are generated by continuously fetching market data and triggering notifications based on configurable thresholds. You receive these alerts through delivery channels like Discord, Telegram, or Slack.

Can I use Yahoo Finance data for monitoring financial markets?

Yes, you can use Yahoo Finance data for monitoring financial markets. The skill supports fetching real production data via the yfinance dependency, alongside a hybrid option to use mock data for safe testing.

How do I configure alert thresholds for financial market monitoring?

Configuring alert thresholds involves setting customizable parameters for price changes, volume spikes, and crypto movements. The monitoring system evaluates these thresholds at regular intervals to trigger alerts.

Does this market monitoring tool support deployment on Linux and Docker?

Yes, this market monitoring tool supports deployment on Linux and Docker. It offers deployment flexibility by running either as a systemd service or within a Docker container to ensure continuous data fetching.

What is the best way to automate tracking stock and crypto movements?

The best way to automate tracking stock and crypto movements is deploying an agent that continuously fetches data at regular intervals and delivers threshold-based alerts to your configured communication channels.

Why use yfinance for real-time market alerts instead of other financial data sources?

Using yfinance for real-time market alerts provides a direct integration with Yahoo Finance data. It supports hybrid data fetching, allowing you to switch between mock data for testing and real production data.