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.
npx skills add tellmefrankie/news-engine --skill price-monitor-alertgit clone --depth 1 https://github.com/tellmefrankie/news-engineWrote 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.
[](https://agentmods.dev/skills/tellmefrankie/news-engine/price-monitor-alert)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
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.
- 12d ago First seen · 73 lines · 0 tokens per session scan A 910444d7ce60
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.
Other skills, from other repositories
comps-analysis
Build comparable-company valuation workbooks in Excel.
excel-author
Build auditable financial workbooks headless via openpyxl.
solana
Query Solana wallets, tokens, txs, and NFTs in USD.
stocks
Stock quotes, history, search, compare, crypto via Yahoo.
merger-model
Build M&A accretion/dilution workbooks in Excel.
polymarket
Query Polymarket: markets, prices, orderbooks, history.