← 返回 Skills 市场
108
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install check-balance
功能描述
Check USDC balance across networks (Base, Solana). Use when the user wants to check balance, see how much USDC is available, view funds, or verify wallet bal...
使用说明 (SKILL.md)
Checking USDC Balance
Use npx agnic@latest balance to check USDC balance across supported networks.
Authentication
Run npx agnic@latest status --json to verify. If not authenticated:
- Headless (CI/server/agent): Set
AGNIC_TOKENenv var or pass--token \x3Ctoken> - Interactive (has browser): Run
npx agnic@latest auth login
See the authenticate-wallet skill for details.
Command Syntax
npx agnic@latest balance [--network \x3Cnetwork>] [--json]
Options
| Option | Description |
|---|---|
--network \x3Cname> |
Filter by network (default: all networks) |
--json |
Output result as JSON |
Supported Networks
| Network | Description |
|---|---|
base |
Base mainnet (primary) |
base-sepolia |
Base testnet |
solana |
Solana mainnet |
solana-devnet |
Solana devnet |
Examples
# Check balance on all networks
npx agnic@latest balance --json
# Check balance on Base mainnet only
npx agnic@latest balance --network base --json
Expected Output
Network Balance Address
base 125.50 USDC 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb7
base-sepolia 0.00 USDC 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb7
solana 0.00 USDC N/A
solana-devnet 0.00 USDC N/A
Error Handling
Common errors:
- "Not authenticated" -- Run
npx agnic@latest auth loginor setAGNIC_TOKEN - Network timeout -- Try again or specify a single network with
--network base
安全使用建议
This skill is internally consistent for checking USDC balances, but it asks you to run `npx agnic@latest` with no source or homepage provided. Running npx@latest executes code fetched at runtime and is a supply-chain risk. Before installing or running: (1) verify the agnic package on npm (owner, repo, recent activity) and prefer a pinned version instead of @latest; (2) confirm where AGNIC_TOKEN comes from and what permissions it grants; (3) inspect the package source code or run it in an isolated environment (container or sandbox) if you must test; (4) avoid entering private keys or broad-scoped secrets into unknown CLIs. If the author or package provenance cannot be verified, treat this skill with caution.
功能分析
Type: OpenClaw Skill
Name: check-balance
Version: 2.0.2
The skill bundle provides a legitimate interface for checking USDC balances on Base and Solana networks using the 'agnic' CLI tool via npx. The instructions in SKILL.md are clearly aligned with the stated purpose, providing standard command syntax, authentication guidance (via AGNIC_TOKEN), and expected output formats without any evidence of malicious intent, data exfiltration, or prompt injection.
能力标签
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md simply tells the agent to run the agnic CLI to check USDC balances on Base and Solana. No unrelated creds, binaries, or file paths are requested.
Instruction Scope
Instructions are narrowly scoped to running `npx agnic@latest status` and `npx agnic@latest balance`, optional `AGNIC_TOKEN`, and auth flow. The doc does not ask the agent to read unrelated files or exfiltrate data to other endpoints.
Install Mechanism
There is no install spec, but the runtime instructions require `npx agnic@latest` which will fetch and execute code from the npm registry at runtime. Using @latest means every invocation can run different code (supply‑chain risk) and there is no declared source/homepage to verify the package.
Credentials
No required env vars are declared, but the docs reference `AGNIC_TOKEN` for headless auth (reasonable for a CLI). The skill does not explain where tokens come from or what permissions they grant, so token provenance and scope are unclear.
Persistence & Privilege
Skill is user-invocable, not always:true, and does not request persistence or modify other skills. Default autonomous invocation remains enabled but is not combined with additional broad privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install check-balance - 安装完成后,直接呼叫该 Skill 的名称或使用
/check-balance触发 - 根据 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"
- Scoped allowed-tools patterns
v1.0.0
Initial publish of Check Balance skill for Agnic wallet agent.
元数据
常见问题
Agnic Check Balance 是什么?
Check USDC balance across networks (Base, Solana). Use when the user wants to check balance, see how much USDC is available, view funds, or verify wallet bal... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。
如何安装 Agnic Check Balance?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install check-balance」即可一键安装,无需额外配置。
Agnic Check Balance 是免费的吗?
是的,Agnic Check Balance 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agnic Check Balance 支持哪些平台?
Agnic Check Balance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agnic Check Balance?
由 Agnic.AI(@agnicpay-prog)开发并维护,当前版本 v2.0.2。
推荐 Skills