moonpay-export-data

Installation
SKILL.md

Export data

Goal

Save portfolio snapshots and transaction history to CSV or JSON files using mp output piped through jq. Useful for spreadsheets, tax reporting, and record-keeping.

Prerequisites

  • jq installed: which jq
  • Default output directory: ~/Documents/moonpay/ (create if needed)

Portfolio to CSV

Export all token balances for a wallet on a specific chain:

mkdir -p ~/Documents/moonpay
Installs
38
Repository
moonpay/skills
GitHub Stars
110
First Seen
Mar 21, 2026
moonpay-export-data — moonpay/skills