Overview
- Skill Key
- afeef23/send-usd
- Author
- afeef23
- Source Repo
- openclaw/skills
- Version
- 0.1.0
- Source Path
- skills/afeef23/send-usd
- Latest Commit SHA
- 2b508b92634d66b251c6cd6a40a93e9c77ad12c9
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 send-usd 技能。 若已安装,则直接安装 send-usd 技能。
# 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:**
```json
{
"from_agent": "agentA",
"to_agent": "agentB",
"amount": 1.00,
"memo": "Payment for services"
}
```
**Output (success):**
```json
{
"success": true,
"transaction_id": "txn_abc123",
"message": "Successfully transferred $1.00 USD from agentA to agentB"
}
```
**Output (failure):**
```json
{
"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
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.