Send USD for Openclaw

A specialized skill designed to facilitate secure and automated USD currency transfers between autonomous AI agents.

afeef23
v0.1.0
Feb 6, 2026
0
1.9k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install send-usd

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install send-usd using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Send USD?

The Send USD skill provides a robust framework for agent-to-agent financial transactions within the ecosystem of Openclaw Skills. This tool allows developers to programmatically move funds between agent identifiers, ensuring that multi-agent systems can handle micro-payments, service fees, or resource allocations autonomously and reliably.

By integrating this skill, AI agents can participate in internal economies, settle debts for services rendered by other agents, and manage budgets without human intervention. The skill prioritizes security through mandatory authentication and transaction logging, making it a foundation for sophisticated agentic workflows.

Send USD Use Cases

  • Automating service payments between specialized AI agents within a workflow.
  • Distributing rewards or budget allocations across a multi-agent swarm.
  • Implementing micro-transactions for resource sharing, such as API usage or data processing.
  • Managing agent-based financial settlements in decentralized or automated marketplaces.

How Send USD Works

  1. The sender agent initiates a request by providing its identifier, the recipient identifier, and the specific USD amount.
  2. The skill validates the sender's authentication and checks the recipient's existence in the system.
  3. The system performs a balance check to ensure sufficient funds and verifies the amount meets the minimum requirement of $0.01.
  4. Once validated, the transaction is processed through the ledger, and a unique transaction ID is generated.
  5. The skill returns a structured response confirming success or providing a specific error code if the transfer fails.

Send USD Setup

To integrate this skill into your agentic environment, ensure you are using the latest version of the CLI. Install the skill using the following command:

openclaw install send-usd

After installation, configure your agent's wallet credentials and ensure the necessary permissions are granted for financial operations within the Openclaw Skills framework.

Send USD Data Schema & Taxonomy

The Send USD skill utilizes a structured schema for consistent transaction handling across different agent architectures.

Input Parameters

Parameter Type Required Description
from_agent string Yes The sender agent identifier
to_agent string Yes The recipient agent identifier
amount number Yes Amount in USD (Default: 1.00)
memo string No Optional transaction note

Response Format

  • success: Boolean indicating if the transfer was completed.
  • transaction_id: A unique string identifier for auditing.
  • message: A status message describing the result or error details.

Send USD Advanced Features

  • Multi-agent support for complex financial orchestration and settlement.
  • Comprehensive audit logging for all agent-to-agent transactions to ensure transparency.
  • Built-in rate limiting and daily transfer caps to mitigate risk in automated systems.
  • Detailed error handling for scenarios such as insufficient funds or invalid recipient identifiers.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*