← Back to Skills Marketplace
164
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nansen-wallet-batch
Description
Which of these addresses are smart money? Batch-profile a list in one call.
Usage Guidance
This skill will install the nansen-cli npm package and call Nansen's API using your NANSEN_API_KEY. Before installing: 1) Confirm you trust the nansen-cli package source (inspect the package or its npm/GitHub repo) because it will run with your user privileges. 2) Be aware that wallet addresses you pass will be sent to Nansen; do not submit private keys or other secrets. 3) Provide a dedicated API key with least privilege and be prepared to rotate it if needed. 4) If you want to avoid autonomous agent calls, restrict or review agent permissions for invoking skills.
Capability Analysis
Type: OpenClaw Skill
Name: nansen-wallet-batch
Version: 0.1.0
The skill is designed to batch-profile cryptocurrency addresses using the Nansen API. It requires a legitimate API key (NANSEN_API_KEY) and utilizes a standard CLI tool (nansen-cli) to fetch labels and balances. The instructions in SKILL.md are focused on filtering results for specific categories like 'smart_money' and do not contain any malicious commands, exfiltration patterns, or prompt-injection attacks.
Capability Assessment
Purpose & Capability
Name/description (batch profiling smart-money addresses) matches required binary (nansen) and primary env var (NANSEN_API_KEY). Requesting the Nansen CLI is proportionate to the stated functionality.
Instruction Scope
SKILL.md contains a single Bash example that runs the Nansen CLI with an addresses list and chain; it does not instruct the agent to read unrelated files, other env vars, or exfiltrate data beyond calling the Nansen API.
Install Mechanism
Install uses an npm package (nansen-cli) to create the nansen binary — a reasonable and expected mechanism for this CLI. No arbitrary URL downloads or archive extraction are used.
Credentials
Only NANSEN_API_KEY is required and is declared as the primary credential. No unrelated secrets or excessive env access are requested.
Persistence & Privilege
The skill is not always-on and does not request elevated or cross-skill configuration changes. It can be invoked by the agent (normal for skills); no unusual persistence is requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nansen-wallet-batch - After installation, invoke the skill by name or use
/nansen-wallet-batch - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of nansen-wallet-batch.
- Batch-profile Ethereum addresses to identify "smart money" or fund accounts in a single call.
- Uses Nansen CLI; requires NANSEN_API_KEY.
- Handles invalid addresses gracefully with per-result errors (no crashes).
- Flexible output: can include or skip balance information for faster checks.
- Only keeps addresses labeled as "smart_money" or "fund".
Metadata
Frequently Asked Questions
What is Nansen Wallet Batch?
Which of these addresses are smart money? Batch-profile a list in one call. It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.
How do I install Nansen Wallet Batch?
Run "/install nansen-wallet-batch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nansen Wallet Batch free?
Yes, Nansen Wallet Batch is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nansen Wallet Batch support?
Nansen Wallet Batch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nansen Wallet Batch?
It is built and maintained by Nansen AI (@nansen-devops); the current version is v0.1.0.
More Skills