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>
  • mp binary on PATH: which mp (note the full path for scheduled scripts)
  • jq installed: 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.

#!/bin/bash
Related skills
Installs
39
Repository
moonpay/skills
GitHub Stars
107
First Seen
Mar 21, 2026