ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

moonpay

Your agent needs money. MoonPay is the crypto onramp for AI agents — wallets, swaps, bridges, transfers, DCA, limit orders, deposits, market data, and fiat on/off ramps via CLI or MCP.

Why use this skill?

Give your AI agents crypto superpowers with MoonPay. Manage multi-chain wallets, swaps, bridges, and automated trading directly through your OpenClaw agent.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/kevarifin14/moonpay
Or

What This Skill Does

The MoonPay skill provides an all-in-one crypto infrastructure for AI agents, functioning as a non-custodial crypto onramp. It allows agents to manage multi-chain wallets, execute trades (swaps, bridges, and limit orders), and access market intelligence without human intervention. By leveraging HD (BIP39) wallets, the skill secures assets locally using OS keychain encryption, ensuring that private keys never leave the agent's environment. Whether your agent needs to perform automated DCA (Dollar Cost Averaging), bridge assets between chains, or simply check live token prices, the MoonPay skill handles the complexities of decentralized finance through a simplified, agent-ready interface.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/kevarifin14/moonpay

Once installed, you must authenticate your instance by running the login flow:

  1. Run mp login --email [email protected] to initiate the captcha verification.
  2. Complete the captcha in the opened browser window.
  3. Run mp verify --email [email protected] --code <code-received-in-email>. Your session will be securely stored, and the agent will be ready to perform transactions.

Use Cases

  • Automated Portfolio Management: Configure your agent to perform daily Dollar Cost Averaging (DCA) into specific assets to mitigate market volatility.
  • Cross-Chain Transactions: Seamlessly bridge stablecoins between Ethereum, Solana, and Layer 2s like Base or Arbitrum to optimize gas fees for agent tasks.
  • Market Monitoring: Use the agent to set price alerts and trigger limit orders automatically when token prices hit specific targets.
  • Fiat Integration: Enable the agent to accept fiat currency deposits via MoonPay's onramps, facilitating seamless conversion into on-chain assets.

Example Prompts

  1. "Check my current balance across all chains for the wallet named 'main' and give me a summary of my total value in USD."
  2. "Search for the top 5 trending tokens on Solana and prepare a swap transaction to buy 0.1 SOL worth of the most active one."
  3. "Set a limit order for ETH at $2500 on the Arbitrum chain using my current USDC balance."

Tips & Limitations

  • Security: Always maintain backups of your mnemonic phrases securely; because these are non-custodial wallets, there is no 'password reset' if you lose your local encryption keys.
  • Rate Limits: Note that authenticated sessions are capped at 60 requests per minute. Optimize your agent's loops to avoid hitting these thresholds during high-frequency market tracking.
  • Compatibility: Use the mp mcp command to expose the skill to other MCP-compatible clients like Cursor or Claude Desktop, enabling multi-surface control of your agent's assets.

Metadata

Stars1776
Views2
Updated2026-03-02
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-kevarifin14-moonpay": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#crypto#trading#wallets#defi#solana#ethereum#mcp#fiat
Safety Score: 3/5

Flags: network-access, external-api, file-read, file-write