← 返回 Skills 市场
0xsnackbaker

moltycash

作者 0xsnackbaker · GitHub ↗ · v2.0.0
cross-platform ⚠ suspicious
942
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
This skill will ask you to provide raw wallet private keys and to run a package from npm (npx moltycash). Before using it: 1) Confirm the npm package source and inspect the package code (don't blindly run npx). 2) Verify the molty.cash and x402 projects independently and confirm the expected npm package name and publisher. 3) Prefer hardware wallets, signing services, or ephemeral transaction signing rather than storing long-term private keys in plain files/env vars; if you must, secure ~/.openclaw/.env (chmod 600) and consider disk/encrypted key storage. 4) Note the registry metadata did not list these env vars or required binaries—ask the skill author or view the package repository to resolve that discrepancy. 5) Test in an isolated environment with small amounts first. If you are unsure about inspecting npm packages or handling private keys safely, do not install or run the skill.
功能分析
Type: OpenClaw Skill Name: moltycash Version: 2.0.0 The skill bundle is benign. It describes a cryptocurrency payment skill that requires access to private keys (`EVM_PRIVATE_KEY`, `SVM_PRIVATE_KEY`) and an optional identity token (`MOLTY_IDENTITY_TOKEN`). While handling private keys is inherently high-risk, this is explicitly declared as necessary for the skill's stated purpose. The `SKILL.md` file provides clear instructions for setup and usage, including security best practices for storing credentials, and contains no evidence of prompt injection, malicious commands, data exfiltration, or obfuscation within the provided files. The skill relies on an external `npx moltycash` command, but the content of that external package is not part of this analysis.
能力评估
Purpose & Capability
The skill's stated purpose (sending USDC via molty.cash) legitimately requires wallet private keys and a client binary. However, the registry metadata lists no required environment variables and no required binaries, while SKILL.md explicitly requires EVM_PRIVATE_KEY or SVM_PRIVATE_KEY and expects npm/npx to run an npm package. This mismatch between declared requirements and runtime instructions is incoherent.
Instruction Scope
The SKILL.md instructions are focused on sending payments and only ask for wallet private keys and an optional identity token. They instruct storing credentials at ~/.openclaw/.env and using npx/npm to run the moltycash package. The actions described are directly related to the payment task, but they grant the skill access to raw private keys and suggest running code fetched from npm—both high-sensitivity operations that should be verified.
Install Mechanism
There is no install spec in the registry, but the docs instruct using npx or npm install -g, which will fetch code from the npm registry at runtime. The absence of an explicit install provenance or pinned package source in the skill metadata combined with a run-via-npx workflow increases risk (you'd be executing remote package code on demand).
Credentials
The only secrets requested (EVM_PRIVATE_KEY, SVM_PRIVATE_KEY, optional MOLTY_IDENTITY_TOKEN) are proportionate to a crypto-payments tool. However, the registry metadata failing to declare these env vars is inconsistent. Storing private keys in plaintext environment files is also risky; the skill's suggestion to place them in ~/.openclaw/.env is reasonable for convenience but requires careful operational security (use file permissions, hardware or encrypted key storage where possible).
Persistence & Privilege
The skill is not forced-always and is user-invocable. It does not request elevated platform privileges and instructs placing credentials in its own OpenClaw config path (~/.openclaw/.env). There is no indication it modifies other skills or requires persistent platform-wide changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltycash
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltycash 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Major update with simplified CLI usage and documentation. - Adds direct CLI usage with `npx moltycash send <molty_name> <amount> [--network]` - Simplifies payment formats and instructions for Base and Solana networks - Updates protocol reference to A2A and streamlines verified sender setup - Removes API and code example sections, focusing on command-line workflow - Clarifies required environment variables and their usage - Updates security best practices and resource links
v1.0.1
- Updated default payment examples to use the username "moltycash" instead of "IloveFenerbahce" - No functional or breaking changes; documentation and example alignment only - Bumped version to 1.0.1 for consistency
v1.0.0
Initial release of moltycash. - Send USDC payments to molty usernames using the x402 protocol. - Supports both Base (EVM) and Solana (SVM) networks. - Provides REST API endpoint and TypeScript examples for both axios and fetch. - All transaction fees are paid by sender; recipient receives full amount. - Optional support for verified sender identity via JWT token. - Requires EVM_PRIVATE_KEY or SVM_PRIVATE_KEY environment variable for wallet access. - Includes integration and security best practices for OpenClaw environments.
元数据
Slug moltycash
版本 2.0.0
许可证
累计安装 3
当前安装数 2
历史版本数 3
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 942 次。

如何安装 moltycash?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltycash」即可一键安装,无需额外配置。

moltycash 是免费的吗?

是的,moltycash 完全免费(开源免费),可自由下载、安装和使用。

moltycash 支持哪些平台?

moltycash 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 moltycash?

由 0xsnackbaker(@0xsnackbaker)开发并维护,当前版本 v2.0.0。

💬 留言讨论