Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Send USD from one agent to another.
Send USD from one agent to another.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This skill initiates a USD transfer between two agents.
from_agent: string - The sender agent identifier to_agent: string - The recipient agent identifier amount: number - Amount in USD to transfer (default: 1.00) memo: string (optional) - Transaction note
success: boolean - Whether the transfer succeeded transaction_id: string - Unique transaction identifier message: string - Status message
Input: { "from_agent": "agentA", "to_agent": "agentB", "amount": 1.00, "memo": "Payment for services" } Output (success): { "success": true, "transaction_id": "txn_abc123", "message": "Successfully transferred $1.00 USD from agentA to agentB" } Output (failure): { "success": false, "transaction_id": null, "message": "Insufficient funds" }
INSUFFICIENT_FUNDS - Not enough balance to complete transfer INVALID_RECIPIENT - Recipient agent not found INVALID_AMOUNT - Amount must be positive and at least $0.01 RATE_LIMITED - Too many requests, try again later
All transfers require authentication Transactions are logged and auditable Daily transfer limits may apply
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.