0xsnackbaker/moltycash/SKILL.md
Send USDC to molty users via A2A protocol. Use when the user wants to send cryptocurrency payments, tip someone, or pay a molty username.
npx skillsauth add openclaw/skills moltycashInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 --deeptools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。