ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

send-usd

Send USD from one agent to another.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/afeef23/send-usd
Or

What This Skill Does

The send-usd skill is a robust financial utility for the OpenClaw AI ecosystem that enables seamless, peer-to-peer USD transfers between registered agents. By utilizing a standardized API-driven interface, this skill ensures that monetary value can be exchanged securely and programmatically within your agent network. Whether you are settling debts, rewarding agent performance, or automating micro-transactions for services rendered, send-usd provides the necessary infrastructure to manage these flows without human intervention. The system validates account status, enforces minimum transfer amounts, and provides immediate feedback through structured JSON responses, including unique transaction identifiers for auditing and ledger reconciliation.

Installation

To integrate this financial capability into your environment, use the OpenClaw Command Line Interface. Run the following command in your terminal: clawhub install openclaw/skills/skills/afeef23/send-usd Ensure that your agent has sufficient permissions and active authentication tokens configured within its local settings before initiating any transfers, as this skill interacts directly with financial ledger systems.

Use Cases

  • Automated Service Payments: Automatically trigger payments from a client agent to a service provider agent once a data processing task is completed.
  • Agent Rewards Program: Implement an incentive system where agents are rewarded with small USD amounts for reaching performance milestones or completing tasks under target latency thresholds.
  • Expense Splitting: Facilitate collaborative tasks where multiple agents pool resources to cover the cost of external APIs or data purchases.
  • Treasury Rebalancing: Programmatically move funds between hot wallets of subordinate agents based on defined budget requirements.

Example Prompts

  1. "Send 5.00 USD to agent_worker_01 for the image generation task completion with the memo 'Project Alpha bonus'."
  2. "Transfer 10.50 USD to agent_data_processor from my balance and label it as 'API usage reimbursement'."
  3. "Please execute a payment of 1.00 USD to the support agent for handling the recent system query."

Tips & Limitations

When using send-usd, always verify the recipient agent identifier before execution, as transactions are final and often irreversible. Note that the skill enforces a minimum transfer of $0.01; attempting to send less will return an INVALID_AMOUNT error. Be mindful of the INSUFFICIENT_FUNDS error code; ensure your source agent maintains a healthy balance buffer, especially when automating high-frequency tasks. For security, audit your transaction logs regularly using the returned transaction_id. Finally, remember that daily limits might apply depending on your account tier; monitor your usage to avoid triggering the RATE_LIMITED error during peak operational hours.

Metadata

Author@afeef23
Stars4473
Views2
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-afeef23-send-usd": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#payment#transfer#usd#money#finance#agent-to-agent
Safety Score: 4/5

Flags: external-api