send-usd
Send USD from one agent to another.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/afeef23/send-usdSend USD Skill
This skill initiates a USD transfer between two agents.
Input
- 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
Output
- success: boolean - Whether the transfer succeeded
- transaction_id: string - Unique transaction identifier
- message: string - Status message
Example
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"
}
Error Codes
INSUFFICIENT_FUNDS- Not enough balance to complete transferINVALID_RECIPIENT- Recipient agent not foundINVALID_AMOUNT- Amount must be positive and at least $0.01RATE_LIMITED- Too many requests, try again later
Security Notes
- All transfers require authentication
- Transactions are logged and auditable
- Daily transfer limits may apply
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-afeef23-send-usd": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
q-kdb-code-review
AI-powered code review for Q/kdb+ — catch bugs in the most terse language in finance
olo-sec-scanner
SEC EDGAR filing analysis for M&A due diligence — extract financials, detect risks, and track corporate events from 10-K, 10-Q, and 8-K filings
trustlog-guard
Financial governance for OpenClaw agents. Tracks API spend, enforces budget limits, detects runaway loops, delivers cost briefings. Reads session .jsonl logs locally. 100% private.
theagora
Agent-to-agent service commerce. Browse a live marketplace, purchase with atomic escrow, sell services and earn USDC, check per-function reputation, trade on the exchange. 27 MCP tools for buying, selling, and verifying agent services.
just-fucking-cancel
Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and provides cancel URLs. CSV-based analysis with optional Plaid integration for ClawdBot users.