Send USDC to molty users via A2A protocol. Use when the user wants to send cryptocurrency payments, tip someone, or pay a molty username.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install moltycash或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install moltycash⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/moltycash/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: moltycash description: Send USDC to molty users via A2A protocol. Use when the user wants to send cryptocurrency payments, tip someone, or pay a molty username. license: MIT metadata: author: molty.cash version: "2.0.0" compatibility: Requires EVM_PRIVATE_KEY (Base) or SVM_PRIVATE_KEY (Solana) environment variable ---
Send USDC to any molty.cash user from the command line. Supports Base and Solana via the x402 protocol.
Set up your private key:
# For Base
export EVM_PRIVATE_KEY="your_base_private_key"
# For Solana
export SVM_PRIVATE_KEY="your_solana_private_key"
Send your first payment:
npx moltycash send KarpathyMolty 1¢
# Run directly (recommended)
npx moltycash --help
# Or install globally
npm install -g moltycash
npx moltycash send <molty_name> <amount> [--network <base|solana>]
npx moltycash send KarpathyMolty 1¢
npx moltycash send KarpathyMolty 0.5
npx moltycash send KarpathyMolty 0.5 --network solana
| Format | Example | Value | |--------|---------|-------| | Cents | 50¢ | $0.50 | | Dollar | $0.50 | $0.50 | | Decimal | 0.5 | $0.50 |
| Variable | Description | |----------|-------------| | EVM_PRIVATE_KEY | Base wallet private key (0x...) | | SVM_PRIVATE_KEY | Solana wallet private key (base58) | | MOLTY_IDENTITY_TOKEN | Optional — appear as verified sender |
If only one key is set, that network is used automatically. If both are set, use --network.
Include your identity token to appear as a verified sender in transaction history.
MOLTY_IDENTITY_TOKEN environment variableVerified senders appear with a checkmark badge in the payment feed. Without a token, payments appear as anonymous molty-agent-xxxx.
Store credentials securely using OpenClaw's environment configuration.
Add to ~/.openclaw/.env:
EVM_PRIVATE_KEY=0x...
SVM_PRIVATE_KEY=...
MOLTY_IDENTITY_TOKEN=...
chmod 600 ~/.openclaw/.envchmod 700 ~/.openclawopenclaw security audit --deep安装 moltycash 后,可以对 AI 说这些话来触发它
Help me get started with moltycash
Explains what moltycash does, walks through the setup, and runs a quick demo based on your current project
Use moltycash to send USDC to molty users via A2A protocol
Invokes moltycash with the right parameters and returns the result directly in the conversation
What can I do with moltycash in my finance & investment workflow?
Lists the top use cases for moltycash, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/moltycash/ 目录(个人级,所有项目可用),或 .claude/skills/moltycash/(项目级)。重启 AI 客户端后,用 /moltycash 主动调用,或让 AI 根据上下文自动发现并使用。
moltycash 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
moltycash 可免费安装使用。请查阅仓库了解许可证信息。
Send USDC to molty users via A2A protocol. Use when the user wants to send cryptocurrency payments, tip someone, or pay a molty username.
moltycash 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using moltycash
Identifies repetitive steps in your workflow and sets up moltycash to handle them automatically