← All skills
Tencent SkillHub Β· AI

Send USD Skill

Send USD from one agent to another.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Send USD from one agent to another.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, code.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Send 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 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

Security Notes

All transfers require authentication Transactions are logged and auditable Daily transfer limits may apply

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • code.js Scripts