Skip to main content

What you can build with MoonPay Skills

Extend your AI coding agent with MoonPay Skills to trade crypto, research tokens, automate payments, and build onchain products — installable in one command across Claude Code, Cursor, Windsurf, Codex, and 40+ other agents.

Updated in the last 15 minutes

Overview


MoonPay Skills are modular capabilities you add to your AI agent via the command line or a plugin marketplace. Each skill maps to a specific onchain action — from swapping tokens to funding prediction markets to accepting crypto payments. Mix and match skills to automate complex workflows without writing infrastructure from scratch.

Note: You don't need to install every skill. Each skill works independently — install only what your workflow needs and add more as you go.

Key benefits


  • Broad agent compatibility — works with Claude Code, Cursor, Windsurf, Codex, and 40+ other agents

  • Composable by design — combine skills into multi-step pipelines for research, trading, safety checks, and more

  • One-line install — add any skill in seconds with npx skills add

Install


Install all skills

</> Bash
npx skills add moonpay/skills

Install a specific skill

</> Bash
npx skills add moonpay/skills --skill moonpay-swap-tokens

Install globally across all projects

</> Bash
npx skills add moonpay/skills --global

Note: Global installation (--global) makes skills available across all your projects. Omit the flag to install skills for the current project only.

Install via Claude Code plugin marketplace

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

Note: Full source and documentation are available on GitHub. To explore agent-specific integrations, visit https://agents.moonpay.com.

Trade and automate


What you want

Skills to use

Swap tokens on Solana, Ethereum, Base, or Polygon

moonpay-swap-tokens

Buy crypto with a credit card or bank transfer

moonpay-buy-crypto

DCA into any token on a recurring schedule

moonpay-trading-automation

Full fiat → DCA loop via virtual account

moonpay-virtual-account + moonpay-trading-automation

Get notified when a token hits your price

moonpay-price-alerts

Check and track your portfolio

moonpay-check-wallet

Export trade history for tax or reporting

moonpay-export-data

Trade prediction markets


Note: Polymarket settles on Polygon (USDC.e), Kalshi on Solana, and Myriad on BNB Chain (USDT/USD1). Make sure your wallet is funded on the correct chain before trading.

What you want

Skills to use

Trade on Polymarket or Kalshi

moonpay-prediction-market

Fund a Polymarket wallet (USDC.e + POL)

moonpay-fund-polymarket

Find arbitrage across Polymarket and Kalshi

moonpay-scout

Trade prediction markets on BNB Chain

myriad-prediction-markets

Use real-time sports data as trading signals

shipp-sports-data + moonpay-prediction-market

Research before you buy


What you want

Skills to use

Research any token (fundamentals, price, sentiment, news)

messari-token-research

Surface trending narratives and momentum assets

messari-alpha-scout

Track VC funding rounds and M&A activity

messari-funding-intel

Generate a long-form research report on any topic

messari-deep-research

Search trending tokens and check risk

moonpay-discover-tokens

Query live on-chain data (wallet activity, DEX volume)

dune-analytics

Get token prices, balances, and transactions

allium-onchain-data

Stay safe


Note: If you're new to on-chain trading, we recommend running maiat-token-safety before any swap. It takes seconds and catches the most common token risks automatically.

What you want

Skills to use

Check a token for honeypots, rug pulls, and high-tax traps

maiat-token-safety

Verify an agent's trust score before transacting

maiat-trust-check

Get adversarial verification on any trade decision

thoughtproof-reasoning-check

Pay for things


What you want

Skills to use

Make micropayments to x402-protected APIs

moonpay-x402

Browse and pay for hundreds of premium APIs without API keys

corbits-marketplace

Accept crypto deposits from any chain (auto-converts to stablecoin)

moonpay-deposit

On-ramp fiat to stablecoin (and off-ramp back)

moonpay-virtual-account

Build products


What you want

Skills to use

Add crypto checkout to any Shopify store

moonpay-commerce

Sign transactions with a Ledger hardware wallet

moonpay-hardware-wallet

Expose all MoonPay tools as an MCP server

moonpay-mcp

Skill combinations that work well together


These multi-skill pipelines cover common end-to-end workflows.

Important: Multi-skill pipelines that include moonpay-swap-tokens or moonpay-trading-automation execute real transactions. Review each proposed trade before confirming execution.

Workflow

Skills

Morning research brief → trade

messari-alpha-scout + messari-token-research + maiat-token-safety + moonpay-swap-tokens

Sports game → prediction market position

shipp-sports-data + moonpay-prediction-market + moonpay-scout

Fiat in → DCA on autopilot

moonpay-virtual-account + moonpay-trading-automation + moonpay-price-alerts

Find, verify, buy memecoin

moonpay-discover-tokens + maiat-token-safety + thoughtproof-reasoning-check + moonpay-swap-tokens

Cross-chain arb scanner

moonpay-scout + moonpay-fund-polymarket + myriad-prediction-markets

Full portfolio dashboard

moonpay-check-wallet + dune-analytics + allium-onchain-data + moonpay-export-data

Did this answer your question?