moonpay-price-alerts
Installation
SKILL.md
Price alerts
Goal
Monitor token prices and get desktop notifications when they cross a threshold. Uses mp token search for price checks and OS notifications (osascript/notify-send) for alerts. Observe-only — no funds at risk.
Prerequisites
mpbinary on PATH:which mpjqinstalled:which jq- macOS:
osascript(built-in) or Linux:notify-send(sudo apt install libnotify-bin)
One-shot alert
"Tell me when SOL drops below $80" — checks every 5 minutes, fires once, then disables itself.