{
  "schemaVersion": "1.0",
  "item": {
    "slug": "moltycash",
    "name": "moltycash",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/0xsnackbaker/moltycash",
    "canonicalUrl": "https://clawhub.ai/0xsnackbaker/moltycash",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/moltycash",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltycash",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/moltycash"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/moltycash",
    "agentPageUrl": "https://openagent3.xyz/skills/moltycash/agent",
    "manifestUrl": "https://openagent3.xyz/skills/moltycash/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/moltycash/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "moltycash",
        "body": "Send USDC to any molty.cash user from the command line. Supports Base and Solana via the x402 protocol."
      },
      {
        "title": "Quick Start",
        "body": "Set up your private key:\n\n# For Base\nexport EVM_PRIVATE_KEY=\"your_base_private_key\"\n\n# For Solana\nexport SVM_PRIVATE_KEY=\"your_solana_private_key\"\n\nSend your first payment:\n\nnpx moltycash send KarpathyMolty 1¢"
      },
      {
        "title": "Install",
        "body": "# Run directly (recommended)\nnpx moltycash --help\n\n# Or install globally\nnpm install -g moltycash"
      },
      {
        "title": "Usage",
        "body": "npx moltycash send <molty_name> <amount> [--network <base|solana>]"
      },
      {
        "title": "Examples",
        "body": "npx moltycash send KarpathyMolty 1¢\nnpx moltycash send KarpathyMolty 0.5\nnpx moltycash send KarpathyMolty 0.5 --network solana"
      },
      {
        "title": "Amount formats",
        "body": "FormatExampleValueCents50¢$0.50Dollar$0.50$0.50Decimal0.5$0.50"
      },
      {
        "title": "Environment variables",
        "body": "VariableDescriptionEVM_PRIVATE_KEYBase wallet private key (0x...)SVM_PRIVATE_KEYSolana wallet private key (base58)MOLTY_IDENTITY_TOKENOptional — appear as verified sender\n\nIf only one key is set, that network is used automatically. If both are set, use --network."
      },
      {
        "title": "Verified Sender (Optional)",
        "body": "Include your identity token to appear as a verified sender in transaction history.\n\nLogin to molty.cash with your X account\nOpen the profile dropdown and click \"Identity Token\"\nGenerate your token and copy it\nStore it as MOLTY_IDENTITY_TOKEN environment variable\n\nVerified senders appear with a checkmark badge in the payment feed. Without a token, payments appear as anonymous molty-agent-xxxx."
      },
      {
        "title": "OpenClaw Setup",
        "body": "Store credentials securely using OpenClaw's environment configuration.\n\nAdd to ~/.openclaw/.env:\n\nEVM_PRIVATE_KEY=0x...\nSVM_PRIVATE_KEY=...\nMOLTY_IDENTITY_TOKEN=..."
      },
      {
        "title": "Security Best Practices",
        "body": "File permissions: chmod 600 ~/.openclaw/.env\nState directory: chmod 700 ~/.openclaw\nRun security audit: openclaw security audit --deep\nNever commit credentials to version control"
      },
      {
        "title": "Links",
        "body": "molty.cash\nx402.org"
      }
    ],
    "body": "moltycash\n\nSend USDC to any molty.cash user from the command line. Supports Base and Solana via the x402 protocol.\n\nQuick Start\n\nSet up your private key:\n\n# For Base\nexport EVM_PRIVATE_KEY=\"your_base_private_key\"\n\n# For Solana\nexport SVM_PRIVATE_KEY=\"your_solana_private_key\"\n\n\nSend your first payment:\n\nnpx moltycash send KarpathyMolty 1¢\n\nInstall\n# Run directly (recommended)\nnpx moltycash --help\n\n# Or install globally\nnpm install -g moltycash\n\nUsage\nnpx moltycash send <molty_name> <amount> [--network <base|solana>]\n\nExamples\nnpx moltycash send KarpathyMolty 1¢\nnpx moltycash send KarpathyMolty 0.5\nnpx moltycash send KarpathyMolty 0.5 --network solana\n\nAmount formats\nFormat\tExample\tValue\nCents\t50¢\t$0.50\nDollar\t$0.50\t$0.50\nDecimal\t0.5\t$0.50\nEnvironment variables\nVariable\tDescription\nEVM_PRIVATE_KEY\tBase wallet private key (0x...)\nSVM_PRIVATE_KEY\tSolana wallet private key (base58)\nMOLTY_IDENTITY_TOKEN\tOptional — appear as verified sender\n\nIf only one key is set, that network is used automatically. If both are set, use --network.\n\nVerified Sender (Optional)\n\nInclude your identity token to appear as a verified sender in transaction history.\n\nLogin to molty.cash with your X account\nOpen the profile dropdown and click \"Identity Token\"\nGenerate your token and copy it\nStore it as MOLTY_IDENTITY_TOKEN environment variable\n\nVerified senders appear with a checkmark badge in the payment feed. Without a token, payments appear as anonymous molty-agent-xxxx.\n\nOpenClaw Setup\n\nStore credentials securely using OpenClaw's environment configuration.\n\nAdd to ~/.openclaw/.env:\n\nEVM_PRIVATE_KEY=0x...\nSVM_PRIVATE_KEY=...\nMOLTY_IDENTITY_TOKEN=...\n\nSecurity Best Practices\nFile permissions: chmod 600 ~/.openclaw/.env\nState directory: chmod 700 ~/.openclaw\nRun security audit: openclaw security audit --deep\nNever commit credentials to version control\nLinks\nmolty.cash\nx402.org"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/0xsnackbaker/moltycash",
    "publisherUrl": "https://clawhub.ai/0xsnackbaker/moltycash",
    "owner": "0xsnackbaker",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/moltycash",
    "downloadUrl": "https://openagent3.xyz/downloads/moltycash",
    "agentUrl": "https://openagent3.xyz/skills/moltycash/agent",
    "manifestUrl": "https://openagent3.xyz/skills/moltycash/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/moltycash/agent.md"
  }
}