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

moltycash

Send USDC payments to molty users via x402 protocol. Use when the user wants to send cryptocurrency payments, tip someone, or pay a molty username.

Why use this skill?

Enable your OpenClaw agent to send USDC payments to any molty user on Base or Solana. Simplify crypto tipping and transfers with this x402-powered skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/getmolty/moltycashzl
Or

What This Skill Does

The moltycash skill integrates the x402 payment protocol into the OpenClaw AI agent, allowing users to send USDC payments directly to molty usernames. By leveraging modern EVM and SVM blockchain infrastructure, this skill facilitates seamless peer-to-peer crypto transactions using an API-first approach. It abstracts the complexity of blockchain interaction, allowing the AI to handle payment signing and transmission on supported networks like Base and Solana. Whether you are tipping a content creator or settling a debt with a contact, moltycash provides a secure and automated bridge between standard API requests and the decentralized finance ecosystem.

Installation

To add this capability to your agent, run the following command in your terminal: clawhub install openclaw/skills/skills/getmolty/moltycashzl Ensure that you have your EVM or SVM private keys configured in your environment variables to allow the agent to authorize transactions on your behalf.

Use Cases

  • Micro-payments: Send small amounts of USDC to users across platforms without dealing with complex wallet addresses.
  • Automated Tipping: Enable your AI agent to tip specific molty users for high-quality interactions or content creation tasks.
  • Direct Remittances: Use the agent to pay usernames instantly, ensuring the receiver gets the full amount without additional fee overhead on their end.
  • Subscription Payments: Schedule or trigger automated USDC payments for services or access rights linked to a molty username.

Example Prompts

  1. "Send 0.50 USDC to @IloveFenerbahce as a thank you for the help earlier."
  2. "Please tip @devguru 2 USDC for the code snippet they shared in the thread."
  3. "Execute a payment of 0.05 USDC to @moltyuser for the report they just finished."

Tips & Limitations

  • Security: Since this skill handles private keys, ensure you keep your EVM_PRIVATE_KEY and SVM_PRIVATE_KEY in a secure .env file and never share them.
  • Network Support: The skill currently supports Base (eip155:8453) and Solana (solana:mainnet). Ensure you have sufficient USDC and native gas tokens (ETH or SOL) in your wallets.
  • Fees: Remember that all transaction gas fees are borne by the sender; the receiver always gets the exact amount defined in your request. Always verify the username before confirming large payments.

Metadata

Author@getmolty
Stars1100
Views1
Updated2026-02-17
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-getmolty-moltycashzl": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#payments#usdc#blockchain#finance
Safety Score: 3/5

Flags: external-api, code-execution