← Back to Skills Marketplace
Send Tokens
by
Rachid Jarray
· GitHub ↗
· v0.1.0
· MIT-0
255
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install send-tokens
Description
Send or transfer tokens to any address on any supported chain (EVM or Solana). Use when you or the user want to send money, pay someone, transfer tokens, tip...
Usage Guidance
This skill will invoke a local CLI (fdx) to move real funds. Before installing: (1) confirm that you have and trust the fdx CLI the skill expects — the skill metadata should explicitly list fdx as a required binary but does not; (2) understand where your wallet keys live (local keyfile, unlocked signer, agent environment) — if the agent has access to an authenticated wallet it can send irreversible transactions; (3) prefer enabling an extra human-confirmation enforcement or disabling autonomous invocation so transfers cannot happen without manual approval; (4) test with very small amounts on a testnet first; (5) ask the publisher to update the skill to declare the fdx binary as required and to document the expected credential/storage location for the wallet. If you cannot verify these, treat the skill as risky and avoid installing it on agents that can access real funds.
Capability Analysis
Type: OpenClaw Skill
Name: send-tokens
Version: 0.1.0
The skill bundle provides legitimate instructions for an AI agent to facilitate cryptocurrency transfers using the 'fdx' CLI tool. It includes appropriate safety measures, such as requiring human confirmation before execution and checking wallet balances, with no evidence of malicious intent, data exfiltration, or obfuscation in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The skill is legitimately a 'send tokens' helper and its instructions call fdx CLI commands to perform transfers. However the skill metadata declares no required binaries or primary credential even though the SKILL.md explicitly relies on the fdx CLI and an authenticated local wallet. The missing declared dependency on the fdx binary/wallet is an incoherence.
Instruction Scope
SKILL.md stays within the expected scope (check auth, check balance, confirm with human, call fdx transfer). It does not instruct reading unrelated files or exfiltrating data. It does rely on human confirmation before execution, which is appropriate, but the instructions don't force machine-verifiable address/amount validation beyond manual confirmation.
Install Mechanism
Instruction-only skill with no install steps. That minimizes on-disk installation risk. The tradeoff is the skill assumes the environment already has the fdx CLI available.
Credentials
No environment variables or credentials are declared, yet the skill performs operations that require an authenticated wallet (local keys, unlocked signer, or daemon). The lack of declared credential requirements or mention of where secrets live (fdx config, keyfile, environment) is disproportionate and hides the sensitive context needed to perform transfers.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. Autonomous invocation is allowed (platform default) but that alone is not flagged; consider restricting autonomous invocation because the skill can perform irreversible fund transfers.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install send-tokens - After installation, invoke the skill by name or use
/send-tokens - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of the send-tokens skill.
- Enables sending or transferring tokens on any supported EVM chain or Solana.
- Supports native tokens and custom tokens (ERC-20).
- Includes options for specifying source account, token, memo, and gas parameters.
- Guides through checking authentication and balance before transfers.
- Provides error handling for authentication, balance, and recipient address issues.
- Designed for use cases like sending money, paying, tipping, or transferring between wallets.
Metadata
Frequently Asked Questions
What is Send Tokens?
Send or transfer tokens to any address on any supported chain (EVM or Solana). Use when you or the user want to send money, pay someone, transfer tokens, tip... It is an AI Agent Skill for Claude Code / OpenClaw, with 255 downloads so far.
How do I install Send Tokens?
Run "/install send-tokens" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Send Tokens free?
Yes, Send Tokens is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Send Tokens support?
Send Tokens is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Send Tokens?
It is built and maintained by Rachid Jarray (@rachidjarray-hk-qa-fdt); the current version is v0.1.0.
More Skills