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

  • mp binary on PATH: which mp
  • jq installed: 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.

Script: ~/.config/moonpay/scripts/alert-sol-below-80.sh

Related skills
Installs
34
Repository
moonpay/skills
GitHub Stars
107
First Seen
Mar 21, 2026