moonpay-trading-automation
Installation
SKILL.md
Trading automation
Goal
Compose mp CLI commands with OS scheduling (cron/launchd) to run unattended trading strategies: dollar-cost averaging, limit orders, and stop losses. The agent generates shell scripts and schedules them — no new tools needed.
Prerequisites
- Authenticated:
mp user retrieve - Funded wallet:
mp token balance list --wallet <name> --chain <chain> mpbinary on PATH:which mp(note the full path for scheduled scripts)jqinstalled:which jq
Shell script pattern
Every strategy uses the same base pattern. Scripts live in ~/.config/moonpay/scripts/ and log to ~/.config/moonpay/logs/trading.log.