← 返回 Skills 市场
0xrag

Send Usdc

作者 0xRAG · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
956
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install send-usdc
功能描述
Send USDC to an Ethereum address or ENS name. Use when you or the user want to send money, pay someone, transfer USDC, tip, donate, or send funds to a wallet address or .eth name. Covers phrases like "send $5 to", "pay 0x...", or "transfer to vitalik.eth".
安全使用建议
This skill is coherent for sending USDC, but it runs 'npx awal@latest' at runtime — that fetches and executes code from the npm registry each time. Before using: 1) confirm you trust the 'awal' package (check its npm/github page, maintainers, and recent releases); 2) be cautious when authenticating wallets — never paste private keys into prompts you don't trust and prefer hardware wallets or well-known wallet flows; 3) test with a very small amount first; 4) verify recipient addresses and ENS resolutions carefully before confirming a send. If you need stronger assurance, ask for the package's source URL or use a locally audited CLI instead of npx@latest.
功能分析
Type: OpenClaw Skill Name: send-usdc Version: 0.1.0 The skill bundle is classified as suspicious due to the high-risk capability granted by `allowed-tools` in `SKILL.md`. It permits the AI agent to execute `npx awal@latest send *`, allowing arbitrary arguments to the `send` command. While this aligns with the skill's stated purpose of sending USDC, it represents a significant vulnerability surface for prompt injection, where a malicious prompt could trick the agent into transferring funds to an unintended recipient or amount, leading to financial loss. There is no evidence of intentional malicious code or instructions within the skill bundle itself, but the broad permission for a sensitive financial operation warrants a 'suspicious' classification.
能力评估
Purpose & Capability
Name and description match the runtime instructions: the SKILL.md only tells the agent to run the 'awal' CLI via npx to check status, check balance, authenticate, and send USDC. There are no unrelated binaries, env vars, or config paths requested.
Instruction Scope
Instructions stay on‑topic: they describe how to check auth/status, compose the send command, handle ENS resolution, and handle common errors. They do not instruct the agent to read arbitrary files, exfiltrate data, or access unrelated system state. They reference a separate 'authenticate-wallet' skill for login steps.
Install Mechanism
No install spec is included, but allowed-tools and the SKILL.md rely on running 'npx awal@latest ...' which dynamically downloads and executes a package from the public npm registry. This is expected for a CLI helper but is a moderate risk because arbitrary remote code will be executed at runtime.
Credentials
The skill does not request any environment variables, credentials, or config paths. Wallet authentication is delegated to the 'awal' CLI (or the authenticate-wallet skill) which may prompt the user for credentials or perform an OAuth flow — that is consistent with the purpose and not requested directly by this skill.
Persistence & Privilege
The skill does not request persistent inclusion (always:false) and does not modify other skills or system-wide settings. Autonomous invocation is allowed (disable-model-invocation:false), which is the platform default and not by itself a red flag here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install send-usdc
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /send-usdc 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of send-usdc skill. - Allows sending USDC to any Ethereum address or ENS name using `npx awal@latest send`. - Supports dollar amounts, atomic units, and resolves ENS names automatically. - Includes authentication and balance checks before sending. - Offers JSON output and chain selection options. - Provides detailed error messages for common issues like authentication, balance, or invalid recipients.
元数据
Slug send-usdc
版本 0.1.0
许可证
累计安装 5
当前安装数 4
历史版本数 1
常见问题

Send Usdc 是什么?

Send USDC to an Ethereum address or ENS name. Use when you or the user want to send money, pay someone, transfer USDC, tip, donate, or send funds to a wallet address or .eth name. Covers phrases like "send $5 to", "pay 0x...", or "transfer to vitalik.eth". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 956 次。

如何安装 Send Usdc?

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

Send Usdc 是免费的吗?

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

Send Usdc 支持哪些平台?

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

谁开发了 Send Usdc?

由 0xRAG(@0xrag)开发并维护,当前版本 v0.1.0。

💬 留言讨论