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 |
|
Buy crypto with a credit card or bank transfer |
|
DCA into any token on a recurring schedule |
|
Full fiat → DCA loop via virtual account |
|
Get notified when a token hits your price |
|
Check and track your portfolio |
|
Export trade history for tax or reporting |
|
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 |
|
Fund a Polymarket wallet (USDC.e + POL) |
|
Find arbitrage across Polymarket and Kalshi |
|
Trade prediction markets on BNB Chain |
|
Use real-time sports data as trading signals |
|
Research before you buy
What you want | Skills to use |
Research any token (fundamentals, price, sentiment, news) |
|
Surface trending narratives and momentum assets |
|
Track VC funding rounds and M&A activity |
|
Generate a long-form research report on any topic |
|
Search trending tokens and check risk |
|
Query live on-chain data (wallet activity, DEX volume) |
|
Get token prices, balances, and transactions |
|
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 |
|
Verify an agent's trust score before transacting |
|
Get adversarial verification on any trade decision |
|
Pay for things
What you want | Skills to use |
Make micropayments to x402-protected APIs |
|
Browse and pay for hundreds of premium APIs without API keys |
|
Accept crypto deposits from any chain (auto-converts to stablecoin) |
|
On-ramp fiat to stablecoin (and off-ramp back) |
|
Build products
What you want | Skills to use |
Add crypto checkout to any Shopify store |
|
Sign transactions with a Ledger hardware wallet |
|
Expose all MoonPay tools as an MCP server |
|
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 |
|
Sports game → prediction market position |
|
Fiat in → DCA on autopilot |
|
Find, verify, buy memecoin |
|
Cross-chain arb scanner |
|
Full portfolio dashboard |
|
