← Back to Skills Marketplace
afeef23

Send USD Skill

by afeef23 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
1185
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install send-usd
Description
Send USD from one agent to another.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install send-usd
  3. After installation, invoke the skill by name or use /send-usd
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial publish
Metadata
Slug send-usd
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Send USD Skill?

Send USD from one agent to another. It is an AI Agent Skill for Claude Code / OpenClaw, with 1185 downloads so far.

How do I install Send USD Skill?

Run "/install send-usd" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Send USD Skill free?

Yes, Send USD Skill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Send USD Skill support?

Send USD Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Send USD Skill?

It is built and maintained by afeef23 (@afeef23); the current version is v0.1.0.

💬 Comments