portfolio-threshold-monitoring

Monitors portfolio prices crossing predefined thresholds and alerts via Discord and Telegram using Python script.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, json, datetime, os, sys, http.client, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides automated alerts for portfolio threshold crossings, ensuring you're promptly informed about price changes without receiving duplicate messages.

Core Features & Use Cases

  • Threshold Alerts: Alerts triggered when portfolio prices cross predefined thresholds.
  • Deduplication: Built-in 24-hour deduplication to avoid spamming alerts.
  • Multi-platform Delivery: Alerts sent to Discord and Telegram platforms.
  • Use Case: Monitor your portfolio for buy or trim triggers, and receive notifications on your preferred messaging platforms.

Quick Start

Run the portfolio_threshold_alerts.py script to monitor portfolio thresholds.

Frequently Asked Questions about portfolio-threshold-monitoring

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

FAQPage Schema
How do I set up automated portfolio threshold alerts for price crossings?

You can prevent duplicate financial alerts by using a built-in 24-hour deduplication mechanism that tracks previously sent messages. This ensures you only receive unique notifications for threshold crossings within that timeframe.

Can I send threshold alerts to Discord and Telegram simultaneously?

Multi-platform delivery supports sending threshold alerts to both Discord and Telegram simultaneously. The script requires access to Discord and Telegram APIs to push notifications directly to your preferred messaging platforms.

What real-time price data sources do I need for portfolio monitoring?

Portfolio monitoring requires real-time price feeds to function correctly, as the script processes live price data against your set thresholds. You must provide access to these feeds for the automated alert system to trigger accurately.

How does the deduplication feature work for financial threshold notifications?

The deduplication feature works by suppressing repeated financial threshold notifications for 24 hours after an initial alert is triggered. This prevents notification spam while monitoring volatile portfolio price movements across messaging platforms.

Are there limitations when using Python scripts for risk management alerts?

Limitations include relying entirely on continuous real-time price feeds and stable access to Discord and Telegram APIs for alert delivery. If the price data stream or API connection drops, automated risk management notifications may fail.