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.
npx skills add moonpay/skillsThis 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-tokensInstall globally (available across all projects):
npx skills add moonpay/skills --global/plugin marketplace add moonpay/skills
/plugin install moonpay-skills
The MoonPay CLI can also run as an MCP server, exposing all tools to any MCP-compatible client:
npm i -g @moonpay/cli
mp mcpSee the moonpay-mcp skill for setup details.
| 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 |
| 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 |
| 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 |
| Skill | Description |
|---|---|
| corbits-marketplace | Paid API marketplace with x402 micropayments |
| myriad-prediction-markets | BNB Chain prediction market trading |
See CONTRIBUTING.md for the full skill quality rubric and submission guide. Only A+ skills are merged.
Quick start:
- Fork this repo and create a branch
- Create
skills/{partner}-{name}/SKILL.mdusing the template - Add your skill to
.claude-plugin/marketplace.jsonin its own plugin block - Open a PR — every CLI command in your skill must be real and verifiable
- MoonPay CLI (
npm i -g @moonpay/cli) - MoonPay for Agents
- Skills CLI (
npx skills add moonpay/skills)
