← 返回 Skills 市场
agnicpay-prog

Agnic Fund Wallet

作者 Agnic.AI · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ⚠ suspicious
107
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install agnicpay-fund-wallet
功能描述
Get instructions for funding your Agnic wallet with USDC. Use when the user wants to add funds, deposit USDC, top up, or needs more balance. Covers "add fund...
使用说明 (SKILL.md)

Funding the Agnic Wallet

Provide instructions for adding USDC to the user's Agnic wallet on Base.

Authentication

Run npx agnic@latest status --json to verify. If not authenticated:

  • Headless (CI/server/agent): Set AGNIC_TOKEN env var or pass --token \x3Ctoken>
  • Interactive (has browser): Run npx agnic@latest auth login

See the authenticate-wallet skill for details.

Get Wallet Address

npx agnic@latest address

Funding Options

Option 1: Agnic Dashboard (Recommended)

  1. Go to app.agnic.ai
  2. Sign in with the same account used in the CLI
  3. Navigate to the dashboard
  4. Use the "Add Funds" button to add USDC via card or on-chain funding

Option 2: Direct USDC Transfer

Send USDC directly to the wallet address on Base network:

  1. Get the address: npx agnic@latest address
  2. From any wallet (MetaMask, Coinbase, Phantom, etc.), send USDC on Base to that address
  3. Verify arrival: npx agnic@latest balance --network base

Important: Send USDC on Base network only. USDC on other chains (Ethereum mainnet, Arbitrum, etc.) will not appear in the balance.

Option 3: Bridge from Another Chain

If the user has USDC on Ethereum, Arbitrum, or Optimism, they can bridge to Base using:

  • bridge.base.org (official Base bridge)
  • Any cross-chain bridge that supports Base

Verify Balance

After funding, confirm the deposit arrived:

npx agnic@latest balance --network base

Important Notes

  • Agnic wallets use USDC (not ETH) for payments
  • Base network is the primary chain
  • Minimum recommended balance: $1.00 USDC for testing
  • Small amounts of ETH on Base may be needed for gas (auto-handled in most cases)

Error Handling

Common errors:

  • "Not authenticated" -- Run npx agnic@latest auth login or set AGNIC_TOKEN
  • Balance shows 0 after transfer -- Verify the transfer was on Base network (not Ethereum mainnet)
  • Transfer pending -- Base transactions typically confirm in 2-3 seconds
安全使用建议
Before installing or running this skill: (1) Be aware that it runs `npx agnic@latest`, which will download and execute code from npm — review the package source (npm/GitHub) and prefer a pinned release rather than '@latest'. (2) The SKILL.md mentions AGNIC_TOKEN (a secret) but the skill metadata does not declare any required env vars — ask the author to declare and document AGNIC_TOKEN, its minimal scope, and how/where it is stored. (3) If you must run the CLI, prefer doing so in an isolated environment (container or ephemeral VM) and avoid pasting secrets into chats. (4) Consider using the web dashboard (app.agnic.ai) for funding if you cannot validate the CLI package. (5) If in doubt, request the skill author to: add explicit requirements (Node/npm), list required env vars, pin the CLI version, and provide a link to the CLI source repository and release artifacts for auditing.
功能分析
Type: OpenClaw Skill Name: agnicpay-fund-wallet Version: 2.0.2 The skill bundle provides standard instructions and tools for funding an Agnic wallet with USDC on the Base network. It utilizes the `npx agnic@latest` CLI for status, address, and balance checks, and directs users to legitimate resources like app.agnic.ai and bridge.base.org. No indicators of malicious intent, data exfiltration, or unauthorized execution were identified in SKILL.md or _meta.json.
能力标签
cryptorequires-walletcan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The name/description and the SKILL.md are consistent: all instructions focus on adding USDC to an Agnic wallet on Base. However the skill implicitly requires the ability to run 'npx agnic@latest' (Node/npm present, network access) even though required binaries/environment are declared as none. That implicit dependency should be made explicit.
Instruction Scope
The runtime instructions stay within the funding workflow (auth, get address, send USDC, verify balance). They do not request unrelated files or system-wide data. However the doc references an AGNIC_TOKEN for headless auth and points to another skill (authenticate-wallet) — the token is sensitive and is not declared in requires.env, which is a scope/information mismatch.
Install Mechanism
There is no install spec, but allowed-tools instruct the agent to run 'npx agnic@latest ...'. Using npx downloads and executes code from the public npm registry at runtime. That can execute arbitrary remote code; using the '@latest' tag increases risk because the package is not pinned to a specific version. This is a moderate-to-high operational risk and should be justified or changed to a pinned, auditable release.
Credentials
SKILL.md tells users to set AGNIC_TOKEN for headless authentication, yet requires.env lists no environment variables and no primary credential. AGNIC_TOKEN is a secret and should be declared, its scope and storage explained, and the skill should request only what it needs. The mismatch is a material omission.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and appears to be user-invocable only. Autonomous model invocation is allowed (the platform default) but is not combined here with other high-risk features.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agnicpay-fund-wallet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agnicpay-fund-wallet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
v2.0.2 — Synced with upstream agnic-wallet-skills: - Standardized authentication (browser OAuth + headless AGNIC_TOKEN) - Rebranded references from "AgnicPay" to "Agnic" - Tightened descriptions for improved AI agent discovery - Scoped allowed-tools patterns
v1.0.0
Initial publish of Fund Wallet for Agnic wallet agent.
元数据
Slug agnicpay-fund-wallet
版本 2.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Agnic Fund Wallet 是什么?

Get instructions for funding your Agnic wallet with USDC. Use when the user wants to add funds, deposit USDC, top up, or needs more balance. Covers "add fund... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Agnic Fund Wallet?

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

Agnic Fund Wallet 是免费的吗?

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

Agnic Fund Wallet 支持哪些平台?

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

谁开发了 Agnic Fund Wallet?

由 Agnic.AI(@agnicpay-prog)开发并维护,当前版本 v2.0.2。

💬 留言讨论