← 返回 Skills 市场
1185
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install send-usd
功能描述
Send USD from one agent to another.
安全使用建议
This skill currently only simulates transfers locally (it generates a transaction_id and returns success) and does not actually move money. If you intended to use it for real payments, require the author to: (1) explain which payment provider it integrates with; (2) add explicit, minimal environment variables for provider credentials and show how they're used securely; (3) remove any simulation code and show audited network calls to the provider's official API endpoints; and (4) document rate limits, error handling, and audit logging. Do not rely on this skill for financial operations until you verify provider integration and secure credential handling; enabling it for autonomous agents could let other agents record 'successful' transfers that never occurred, causing financial or audit confusion.
功能分析
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
Suspicious High-Entropy/Eval files: 1
The skill is designed to simulate a USD transfer between agents. The `code.js` file performs input validation but then explicitly uses a 'Simulated successful transfer' block, meaning it does not make any actual external network calls or interact with sensitive system resources. The `SKILL.md` file is purely descriptive and does not contain any prompt injection attempts or instructions that would lead to malicious behavior by the agent.
能力评估
Purpose & Capability
The name/description promise an actual USD transfer, but the skill requires no credentials, no provider config, and the code contains a TODO comment stating integration with a payment provider is required. As delivered it only simulates transfers; a real payment capability would need API keys, account IDs, or gateway integration.
Instruction Scope
SKILL.md restricts inputs/outputs to transfer parameters and mentions authentication & auditing, but provides no authentication mechanism or instructions for configuring a payment provider. The runtime instructions do not reference reading credentials or contacting an external payment API—so behavior is limited to local simulation.
Install Mechanism
No install spec and no external downloads; this is instruction+code only and does not write files or fetch remote artifacts during install, which is low risk.
Credentials
The skill requests no environment variables or credentials despite claiming to perform money transfers. Real transfers normally require secrets (API keys, service tokens, account credentials). The absence of these is disproportionate to the stated purpose and misleading.
Persistence & Privilege
The skill is not always-enabled, does not request elevated persistence, and does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install send-usd - 安装完成后,直接呼叫该 Skill 的名称或使用
/send-usd触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial publish
元数据
常见问题
Send USD Skill 是什么?
Send USD from one agent to another. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1185 次。
如何安装 Send USD Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install send-usd」即可一键安装,无需额外配置。
Send USD Skill 是免费的吗?
是的,Send USD Skill 完全免费(开源免费),可自由下载、安装和使用。
Send USD Skill 支持哪些平台?
Send USD Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Send USD Skill?
由 afeef23(@afeef23)开发并维护,当前版本 v0.1.0。
推荐 Skills