MoonPay Skills

April 16, 2026 · View on GitHub

MoonPay Agents

MoonPay Skills

Agent Skills for crypto infrastructure — wallet management, token trading, cross-chain bridges, fiat on/off ramp, prediction markets, and more.

Skills are instructional folders that AI agents load dynamically to perform specialized tasks. Each skill is a directory containing a SKILL.md file with YAML frontmatter and markdown instructions.

Installation

npx skills add moonpay/skills

This uses the Skills CLI to install skills via symlink. Works with Claude Code, Cursor, Windsurf, Codex, and 40+ other agents. Skills stay up to date — run npx skills update to pull the latest.

Install specific skills:

npx skills add moonpay/skills --skill moonpay-swap-tokens

Install globally (available across all projects):

npx skills add moonpay/skills --global

Claude Code — Plugin Marketplace

/plugin marketplace add moonpay/skills
/plugin install moonpay-skills

MCP Server

The MoonPay CLI can also run as an MCP server, exposing all tools to any MCP-compatible client:

npm i -g @moonpay/cli
mp mcp

See the moonpay-mcp skill for setup details.

Skills

Core Skills

SkillDescription
moonpay-authCLI setup, authentication, and wallet management
moonpay-check-walletCheck balances, holdings, and portfolio breakdown
moonpay-swap-tokensSwap tokens on the same chain or bridge across chains
moonpay-discover-tokensSearch tokens, check prices, get trading briefs
moonpay-buy-cryptoBuy crypto with fiat via MoonPay checkout
moonpay-depositCreate deposit links that accept crypto from any chain
moonpay-block-explorerOpen transactions, wallets, and tokens in block explorers
moonpay-export-dataExport portfolio and transaction history to CSV/JSON
moonpay-virtual-accountFiat on-ramp and off-ramp via virtual accounts
moonpay-hardware-walletConnect a Ledger hardware wallet
moonpay-mcpSet up MoonPay as an MCP server
moonpay-upgradeIncrease API rate limits via x402 payment
moonpay-x402Make paid API requests to x402-protected endpoints
moonpay-feedbackSubmit feedback, bug reports, or feature requests
moonpay-missionsGuided walkthrough of all MoonPay CLI capabilities

Trading & Markets

SkillDescription
moonpay-prediction-marketTrade on Polymarket and Kalshi
moonpay-fund-polymarketFund a Polymarket wallet with USDC.e on Polygon
moonpay-scoutCross-platform prediction market arbitrage scanner
moonpay-trading-automationDCA, limit orders, and stop losses via cron
moonpay-price-alertsDesktop notifications when tokens hit target prices
moonpay-commerceBrowse Shopify stores and checkout with crypto

Research & Analytics

SkillDescription
messari-x402Access Messari's full API via x402 micropayments
messari-token-researchToken research workflow via Messari
messari-alpha-scoutAlpha scouting — trending narratives and momentum
messari-funding-intelVC funding rounds and M&A intelligence
messari-deep-researchLong-form AI research reports

Partner Skills

SkillDescription
corbits-marketplacePaid API marketplace with x402 micropayments
myriad-prediction-marketsBNB Chain prediction market trading
zerion-wallet-dataInterpreted on-chain wallet data via x402 — portfolios, DeFi positions, PnL, transactions, NFTs

Contributing

See CONTRIBUTING.md for the full skill quality rubric and submission guide. Only A+ skills are merged.

Quick start:

  1. Fork this repo and create a branch
  2. Create skills/{partner}-{name}/SKILL.md using the template
  3. Add your skill to .claude-plugin/marketplace.json in its own plugin block
  4. Open a PR — every CLI command in your skill must be real and verifiable

Resources