nansen-wallet
Wallet management — create, list, show, export, send, delete. Use when creating wallets, checking balances, or sending tokens.
Why use this skill?
Manage your crypto wallets with the Nansen Wallet skill for OpenClaw. Create, list, export, and send tokens securely on EVM and Solana chains.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hurcannansen/nansen-walletWhat This Skill Does
The Nansen Wallet skill provides a comprehensive suite of tools for managing cryptocurrency wallets directly within the OpenClaw environment. It is designed to handle the full lifecycle of wallet operations, including secure creation, balance tracking, token transfers, and configuration management. By integrating Nansen's research and wallet capabilities, the skill allows agents to programmatically interact with EVM and Solana chains, ensuring that financial operations can be automated with security as a primary consideration.
Installation
You can install the skill by running the following command in your terminal: clawhub install openclaw/skills/skills/hurcannansen/nansen-wallet
Ensure you have completed the initial authentication by running nansen login. Before performing any wallet actions, verify that your environment is prepared by creating the ~/.nansen directory and initializing the NANSEN_WALLET_PASSWORD environment variable within ~/.nansen/.env as outlined in the documentation.
Use Cases
- Automated Portfolio Management: Regularly check balances across different chains to trigger automated reports or rebalancing strategies.
- Asset Transfers: Programmatically send native tokens to specific addresses for dApp interactions or cross-chain liquidity management.
- Secure Key Handling: Utilize the automated password persistence system to ensure wallet encryption is handled safely without storing sensitive credentials in volatile agent memory.
- Pre-flight Validation: Use the
--dry-runflag to simulate transactions before execution to avoid costly errors or failed gas submissions.
Example Prompts
- "List all available wallets and show me the balance for my default ethereum wallet."
- "Send 0.5 ETH to 0x123...abc to cover the gas for the next batch of transactions."
- "Create a new Solana wallet, show the address, and save it as my primary wallet for solana interactions."
Tips & Limitations
- Security First: Never store passwords in conversation history. The skill strictly enforces an AES-256-GCM encryption standard, requiring passwords to be persisted in
~/.nansen/.env. Always verify file permissions usingchmod 600to prevent unauthorized access. - Environment Sourcing: Always prepend
source ~/.nansen/.envto your commands. This ensures that the agent correctly recognizes your wallet password and RPC configurations. - RPC Configuration: If you encounter connection issues, you can override default behavior by setting the
NANSEN_EVM_RPCorNANSEN_SOLANA_RPCenvironment variables to use your preferred node provider.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-hurcannansen-nansen-wallet": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api, code-execution
Related Skills
nansen-token
Token analytics — screener, indicators, OHLCV, holders, flows, PnL, DEX trades, flow intelligence. Use when researching a specific token, checking smart money holders, or screening trending tokens.
nansen-profiler
Wallet profiler — balance, PnL, labels, transactions, counterparties, related wallets, batch, trace, compare. Use when analysing a specific wallet address or comparing wallets.
nansen-smart-money
Smart money tracking — netflow, trades, holdings, DCAs, perp trades. Use when finding what smart money wallets are buying/selling or tracking whale activity.
nansen-trade
Execute DEX swaps on Solana or Base. Use when buying or selling a token, getting a swap quote, or executing a trade.
nansen-search
Search for tokens, wallets, or entities by name or address. Use when you have a token name and need the full address, or want to find an entity.