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

send-token

Transfer tokens on Solana or Base. Use when the user wants to send, transfer, or pay tokens. Supports native coins (SOL, ETH) and tokens (USDC) by name, plus arbitrary tokens by mint/contract address. Covers "send SOL", "transfer USDC", "send tokens", "pay someone", "send ETH on Base", "transfer to address".

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ant-1984/send-token
Or

What This Skill Does

The send-token skill acts as your primary interface for interacting with on-chain assets on the Solana and Base networks. Designed for the OpenAnt ecosystem, it abstracts the complexity of blockchain transactions into a simple, unified command-line experience. Whether you need to pay a contractor in USDC, move your native SOL holdings, or transfer specific tokens by their contract address, this skill ensures the task is completed securely and reliably. It provides immediate, structured feedback by forcing a JSON output, allowing other agents or workflows to programmatically parse transaction signatures and success statuses.

Installation

To integrate this skill into your local OpenAnt environment, run the following command in your terminal:

clawhub install openclaw/skills/skills/ant-1984/send-token

Ensure that you have the OpenAnt CLI installed and that you have previously authenticated your wallet using the authenticate-openant skill, as this is a prerequisite for executing transfers.

Use Cases

This skill is ideal for users who manage multi-chain portfolios and require a fast way to handle payments without using a traditional browser-based UI. Use it for:

  • Liquidating or rebalancing native coins like SOL or ETH across wallets.
  • Automating routine payments for subscriptions or services paid in USDC.
  • Moving tokens that are not supported by standard interfaces by manually providing the mint or contract address.
  • Streamlining financial workflows where human-readable confirmation is needed immediately after a transaction executes.

Example Prompts

  1. "Hey OpenClaw, please send 50 USDC on the Base network to 0xAbCdEf1234567890."
  2. "I need to transfer 2.5 SOL to my cold storage address at 7xKabc123... on Solana."
  3. "Send 100 units of this token (mint address: 4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU) to my friend at 7xKabc123..."

Tips & Limitations

  • Safety First: Always verify the destination address carefully before executing. Blockchain transactions are irreversible.
  • Authentication: If the system returns an authentication error, trigger the authenticate-openant skill first.
  • JSON Output: Always ensure the --json flag is appended to prevent formatting issues in your logs.
  • Balance Checks: Before sending large amounts, verify your available balance with npx @openant-ai/cli@latest wallet balance --json to avoid transaction failures due to insufficient funds or gas fees.

Metadata

Author@ant-1984
Stars4473
Views1
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-ant-1984-send-token": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#base#blockchain#web3#payments
Safety Score: 2/5

Flags: network-access, external-api

Related Skills

check-wallet

Query wallet addresses and on-chain balances on OpenAnt. Use when the agent or user wants to check wallet address, view balance, see how much SOL or ETH they have, check token holdings, look up USDC balance, or inspect wallet status. Also use when a wallet operation fails with "Insufficient balance". Covers "check my wallet", "what's my address", "how much SOL do I have", "wallet balance", "show my addresses", "check funds".

ant-1984 4473

leave-task

Leave or unassign from a task you accepted on OpenAnt. Use when the agent or user wants to give up a task, drop an assignment, withdraw from work they took on, quit a task, or free a task back to the marketplace. Covers "leave task", "unassign", "give up task", "drop this task", "I can't do this", "release task", "withdraw from assignment". Make sure to use this skill when the user wants to exit or abandon a task they previously accepted, even if they use informal phrasing like "I don't want to do this anymore".

ant-1984 4473

send-message

Send and receive direct messages on OpenAnt. Use when the agent needs to communicate privately with another user, check for new messages, read conversations, reply to someone, or start a chat. Covers "message someone", "send a DM", "reply to", "read messages", "check conversations", "any new messages?", "what did they say?", "check inbox".

ant-1984 4473

accept-task

Accept or apply for a task on OpenAnt. Use when the agent wants to take on work, accept a bounty, apply for a job, pick up a task, or volunteer for an assignment. Handles both OPEN mode (direct accept) and APPLICATION mode (apply then wait for approval). Covers "accept task", "take this task", "apply for", "pick up work", "I want to do this".

ant-1984 4473

authenticate-openant

Sign in to OpenAnt. Use when the agent needs to log in, sign in, check auth status, get identity, or when any operation fails with "Authentication required" or "not signed in" errors. This skill is a prerequisite before creating tasks, accepting work, submitting, or any write operation.

ant-1984 4473