price-monitor-alert

price-monitor-alert is a skill for Claude Code, Codex from tellmefrankie/news-engine. It costs 0 tokens per session (643 once invoked), scanned A, original, MIT.

A stock-price monitor that watches configured positions during market hours and sends Telegram alerts when stop-loss or take-profit levels are reached. A stop-loss limits a planned loss, while a take-profit marks a target gain.

In plain words
What is it for?
Use it to monitor IREN, TEM, RXRX and KTOS at the listed thresholds, check prices every five minutes during market hours, and receive mobile alerts through Telegram.
Why use it?
It avoids manual price checking and reduces repeated alerts by skipping closed market periods and applying a cooldown between notifications.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to monitor IREN, TEM, RXRX and KTOS at the listed thresholds, check prices every five minutes during market hours, and receive mobile alerts through Telegram.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tellmefrankie/news-engine/price-monitor-alert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add tellmefrankie/news-engine --skill price-monitor-alert
Clone the repo
git clone --depth 1 https://github.com/tellmefrankie/news-engine

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for price-monitor-alert

README.md
[![agentmods](https://agentmods.dev/badge/skills/tellmefrankie/news-engine/price-monitor-alert/github.svg)](https://agentmods.dev/skills/tellmefrankie/news-engine/price-monitor-alert)
Your own site
<a href="https://agentmods.dev/skills/tellmefrankie/news-engine/price-monitor-alert"><img src="https://agentmods.dev/badge/skills/tellmefrankie/news-engine/price-monitor-alert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for price-monitor-alert

Your own site · 80×15
<a href="https://agentmods.dev/skills/tellmefrankie/news-engine/price-monitor-alert"><img src="https://agentmods.dev/badge/skills/tellmefrankie/news-engine/price-monitor-alert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 643 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00643
Opus 5 $0.00000 $0.00321
Sonnet 5 $0.00000 $0.00129
Haiku 4.5 $0.00000 $0.00064

Measured 12d ago against content hash 910444d7ce60, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

price-monitor-alert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/price-monitor-alert/SKILL.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Price Monitor & Alert Agent

Real-time stock price monitoring with configurable stop-loss, take-profit alerts, and market hours awareness. Sends alerts via Telegram.

What it does

  • Monitors stock prices during market hours (pre-market, regular, after-hours)
  • Triggers alerts when stop-loss or take-profit levels are hit
  • 30-minute cooldown deduplication (no alert spam)
  • Automatic market hours detection (skips weekends/closed hours)
  • Telegram bot integration for instant mobile alerts

Configuration

Monitor these positions:
- IREN: stop-loss $39.00, take-profit $75.00
- TEM:  stop-loss $49.75, take-profit $65.00
- RXRX: stop-loss $2.85,  take-profit $5.00
- KTOS: stop-loss $52.00, take-profit $70.00

Alert me via Telegram. Check every 5 minutes during market hours.

Example Output (terminal)

[Monitor] PRE-MARKET — checking prices...
📊 Price Check — 2026-05-13 08:47 ET

  IREN: $56.93 (+3.23%) | stop $39.00  | distance +46.0% ✅
  TEM:  $47.19 (-2.62%) | stop $49.75  | distance  -5.1% 🚨 ALERT
  RXRX: $3.15  (-3.37%) | stop $2.85   | distance +10.5% ✅
  KTOS: $57.47 (+0.84%) | stop $52.00  | distance +10.5% ✅

[Monitor] ALERT sent → Telegram: TEM $47.19 below stop $49.75. Review at open.
[Monitor] Next check: 09:02 ET

Example Telegram Alert

🚨 STOP-LOSS ALERT

TEM  $47.19  ▼ -2.62%
Stop: $49.75 | Breach: -$2.56 (-5.1%)

Pre-market. Consider reviewing at open.
Not financial advice.

Features

  • Pre-market (4:00–9:30 ET), Regular (9:30–16:00), After-hours (16:00–20:00)
  • Price fetch via Yahoo Finance API (free, no API key needed)
  • 30-minute cooldown deduplication (no repeat alerts)
  • Auto-skips weekends and market holidays

Requirements

  • Bash tool access (for running the monitor script)
  • Telegram bot token and chat ID (for alerts)

Pricing

Free: Monitor up to 3 tickers (included in GitHub repo) Full bundle — $29 one-time: Unlimited tickers + options flow alerts + all investment skills → https://jaehyunpark.gumroad.com/l/tcyahy

Read the full file on GitHub · 73 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 73 lines · 0 tokens per session scan A 910444d7ce60

Subscribe to this mod's changes

price-monitor-alert is a skill published in the GitHub repository tellmefrankie/news-engine (1 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 643 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.