← 返回 Skills 市场
rachidjarray-hk-qa-fdt

Fund Wallet

作者 Rachid Jarray · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
264
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fund-wallet
功能描述
Add funds to the wallet. Use when you or the user want to fund, deposit, top up, load, add funds, onramp, buy crypto, or get tokens into the wallet. Also use...
使用说明 (SKILL.md)

Funding the Wallet

The Finance District wallet can be funded in two ways: through the web interface (credit card / onramp) or by direct token transfer to the wallet address from another wallet or exchange.

Confirm wallet is authenticated

fdx status

If the wallet is not authenticated, refer to the authenticate skill.

Get the Wallet Address

First, retrieve the wallet address that funds should be sent to:

fdx call getWalletOverview

This returns wallet addresses for all supported chains. Share the appropriate address with the human based on which chain they want to fund.

For a specific chain:

fdx call getWalletOverview --chainKey ethereum

Funding Methods

Method 1: Web Interface (Credit Card / Onramp)

The Finance District platform provides a web-based onramp where users can purchase crypto with credit cards or other payment methods.

Tell your human: "You can fund your wallet through the Finance District web interface at the platform dashboard. You'll be able to use a credit card or other payment methods to purchase tokens directly into your wallet."

Method 2: Direct Transfer

The human can send tokens from any other wallet or exchange directly to their Finance District wallet address.

Tell your human: "You can send tokens from any wallet or exchange to your Finance District wallet address. Here's your address on [chain]: [address]."

Provide the correct wallet address for the chain they want to fund. Remind them to double-check the chain matches — sending tokens on the wrong chain may result in lost funds.

Checking Balance After Funding

Once the human confirms they have sent funds:

fdx call getWalletOverview --chainKey \x3Cchain>

Note that transaction confirmation times vary by chain:

  • Ethereum: ~12 seconds per block, but may take a few minutes for finality
  • Polygon/Base/Arbitrum: Typically faster, a few seconds
  • Solana: Near-instant
  • Exchange withdrawals: May take additional time due to exchange processing

Flow

  1. Check authentication with fdx status
  2. Get wallet addresses with fdx call getWalletOverview
  3. Share the appropriate address with the human
  4. Guide them to use the web onramp or direct transfer
  5. After they confirm funding, verify balance with fdx call getWalletOverview --chainKey \x3Cchain>

Prerequisites

  • Must be authenticated (fdx status to check, see authenticate skill)

Notes

  • The wallet supports all EVM chains and Solana — make sure the human sends tokens on the correct chain
  • There is no CLI command for direct onramp; funding requires the human to take action outside the CLI
  • If the human wants to move funds between chains within their wallet, that's a transfer operation — see the send-tokens skill
安全使用建议
This skill appears coherent and limited in scope, but before installing: (1) verify the skill owner/source since no homepage is provided; (2) ensure you trust the fdx CLI binary on your system (the skill relies on it to read wallet addresses); (3) never share private keys, seed phrases, or other secret credentials—this skill only needs public wallet addresses; (4) confirm onramp URLs and web dashboards are the official Finance District site before entering payment details; and (5) double-check chain selection and addresses before any transfer to avoid lost funds.
功能分析
Type: OpenClaw Skill Name: fund-wallet Version: 0.1.0 The fund-wallet skill is designed to guide an AI agent in helping users add funds to their Finance District wallet. It uses legitimate CLI commands (fdx status, fdx call getWalletOverview) to retrieve wallet addresses and verify balances, and provides clear instructions for the agent to communicate with the user regarding web-based onramps or direct transfers, with no evidence of malicious behavior or data exfiltration.
能力评估
Purpose & Capability
Name/description (funding a wallet) matches the instructions, which only use fdx CLI calls to check authentication and retrieve wallet addresses and then advise the human on onramp or direct transfer methods. There are no unrelated env vars, binaries, or installs requested.
Instruction Scope
SKILL.md confines the agent to run fdx status and fdx call getWalletOverview (and suggests getWalletOverview with --chainKey). It does not instruct reading other files, system state, or sending data to external endpoints. It appropriately delegates payment actions to the human.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. The skill assumes an fdx CLI is available (declared as allowed-tools), which is appropriate for the described operations.
Credentials
The skill declares no required environment variables, credentials, or config paths. It only needs access to the fdx CLI (to query wallet status/addresses), which is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent system changes or access to other skills' configurations. disable-model-invocation is false (normal) but the skill has no sensitive capabilities that would materially expand autonomous risk.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fund-wallet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fund-wallet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of the "fund-wallet" skill: - Allows users to add funds to their Finance District wallet through credit card/onramp or direct token transfer. - Provides clear steps for checking authentication status and retrieving wallet addresses. - Includes guidance on verifying funds arrived and chain-specific confirmation advice. - User-invocable; recommended when users request help adding funds or encounter insufficient balance. - Supports all EVM chains and Solana; emphasizes sending funds on the correct chain for safety.
元数据
Slug fund-wallet
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Fund Wallet 是什么?

Add funds to the wallet. Use when you or the user want to fund, deposit, top up, load, add funds, onramp, buy crypto, or get tokens into the wallet. Also use... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 264 次。

如何安装 Fund Wallet?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install fund-wallet」即可一键安装,无需额外配置。

Fund Wallet 是免费的吗?

是的,Fund Wallet 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Fund Wallet 支持哪些平台?

Fund Wallet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Fund Wallet?

由 Rachid Jarray(@rachidjarray-hk-qa-fdt)开发并维护,当前版本 v0.1.0。

💬 留言讨论