Skip to content

moonpay/skills

Repository files navigation

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

Any Agent (Recommended)

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

Skill Description
moonpay-auth CLI setup, authentication, and wallet management
moonpay-check-wallet Check balances, holdings, and portfolio breakdown
moonpay-swap-tokens Swap tokens on the same chain or bridge across chains
moonpay-discover-tokens Search tokens, check prices, get trading briefs
moonpay-buy-crypto Buy crypto with fiat via MoonPay checkout
moonpay-deposit Create deposit links that accept crypto from any chain
moonpay-block-explorer Open transactions, wallets, and tokens in block explorers
moonpay-export-data Export portfolio and transaction history to CSV/JSON
moonpay-virtual-account Fiat on-ramp and off-ramp via virtual accounts
moonpay-hardware-wallet Connect a Ledger hardware wallet
moonpay-mcp Set up MoonPay as an MCP server
moonpay-upgrade Increase API rate limits via x402 payment
moonpay-x402 Make paid API requests to x402-protected endpoints
moonpay-feedback Submit feedback, bug reports, or feature requests
moonpay-missions Guided walkthrough of all MoonPay CLI capabilities

Trading & Markets

Skill Description
moonpay-prediction-market Trade on Polymarket and Kalshi
moonpay-fund-polymarket Fund a Polymarket wallet with USDC.e on Polygon
moonpay-scout Cross-platform prediction market arbitrage scanner
moonpay-trading-automation DCA, limit orders, and stop losses via cron
moonpay-price-alerts Desktop notifications when tokens hit target prices
moonpay-commerce Browse Shopify stores and checkout with crypto

Research & Analytics

Skill Description
messari-x402 Access Messari's full API via x402 micropayments
messari-token-research Token research workflow via Messari
messari-alpha-scout Alpha scouting — trending narratives and momentum
messari-funding-intel VC funding rounds and M&A intelligence
messari-deep-research Long-form AI research reports

Partner Skills

Skill Description
corbits-marketplace Paid API marketplace with x402 micropayments
myriad-prediction-markets BNB Chain prediction market trading

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

About

Skills for AI agents to move money — on-ramps, swaps, wallets, deposits, and more via the MoonPay CLI

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Contributors