← 返回 Skills 市场
Send Tokens
作者
Rachid Jarray
· GitHub ↗
· v0.1.0
· MIT-0
255
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install send-tokens - 安装完成后,直接呼叫该 Skill 的名称或使用
/send-tokens触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 255 次。
如何安装 Send Tokens?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install send-tokens」即可一键安装,无需额外配置。
Send Tokens 是免费的吗?
是的,Send Tokens 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Send Tokens 支持哪些平台?
Send Tokens 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Send Tokens?
由 Rachid Jarray(@rachidjarray-hk-qa-fdt)开发并维护,当前版本 v0.1.0。
推荐 Skills