Send Tokens (send-tokens) for Openclaw

A specialized tool for executing secure, multi-chain token transfers and crypto payments.

rachidjarray-hk-qa-fdt
v0.1.0
Mar 9, 2026
0
849
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install send-tokens

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install send-tokens using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Send Tokens (send-tokens)?

The send-tokens skill is a robust solution for managing cryptocurrency transfers within the ecosystem of Openclaw Skills. It allows users to move assets, pay invoices, and distribute tips across various blockchains including Ethereum, Polygon, Base, and Solana. By utilizing this skill, developers can interact with blockchain protocols through a simplified interface, ensuring that complex operations like ERC-20 transfers or Solana native moves are handled with consistent logic and safety checks.

Send Tokens (send-tokens) Use Cases

  • Executing peer-to-peer crypto payments or settling invoices.
  • Automating the distribution of tips or donations to content creators.
  • Moving assets between different personal wallets or accounts.
  • Managing liquidity by transferring tokens across supported EVM chains.

How Send Tokens (send-tokens) Works

  1. The skill first checks for active authentication by running the fdx status command.
  2. It retrieves the wallet current balance for the target chain using the getWalletOverview function.
  3. The system requires human confirmation of the recipient address and amount to prevent irreversible errors.
  4. Once confirmed, the transferTokens command is executed with relevant chain and token parameters.
  5. The final transaction hash and status are reported back to the user for verification.

Send Tokens (send-tokens) Setup

To begin using this skill within Openclaw Skills, you must have an authenticated wallet. Run the status check first:

fdx status

If you have not configured your wallet yet, please refer to the authenticate skill documentation or run:

fdx setup

Send Tokens (send-tokens) Data Schema & Taxonomy

The skill uses the following parameter structure to organize transaction data:

Parameter Type Description
chainKey String The target blockchain (e.g., base, ethereum, solana).
recipientAddress String The valid destination address for the selected chain.
amount Number/String The human-readable amount of tokens to transfer.
tokenAddress String Optional: The contract address for ERC-20 or SPL tokens.
memo String Optional: A text note attached to the transaction record.

Send Tokens (send-tokens) Advanced Features

  • Support for granular gas fee overrides on EVM chains using maxPriorityFeePerGas and maxFeePerGas.
  • Capability to specify a fromAccountAddress when managing multi-account wallets.
  • Native support for both EVM-compatible networks and the Solana blockchain.
  • Seamless integration with the fund-wallet skill for handling insufficient balance scenarios.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*