Nansen Defi Positions
v0.1.0What DeFi positions does a wallet hold? Protocol-by-protocol breakdown of assets, debts, and rewards across chains.
⭐ 0· 146·1 current·1 all-time
byNansen AI@nansen-devops
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (decompose a wallet's DeFi positions) matches the declared requirements: the nansen binary and NANSEN_API_KEY are the expected artifacts for calling Nansen's CLI.
Instruction Scope
SKILL.md only instructs running specific nansen CLI commands with a wallet address variable. It does not ask the agent to read unrelated files, additional environment variables, or transmit data to endpoints outside the Nansen CLI.
Install Mechanism
Install uses the npm package 'nansen-cli' to provide the 'nansen' binary. This is appropriate for the CLI but npm packages carry standard supply-chain risks — the install is expected, not inherently suspicious.
Credentials
Only NANSEN_API_KEY is required and it's declared as the primary credential, which is proportionate for calling the Nansen API/CLI.
Persistence & Privilege
Skill is not always-on, does not request elevated system-wide settings, and does not claim to modify other skills or global agent configuration.
Assessment
This skill is internally consistent: it needs the nansen CLI and your Nansen API key to query on-chain positions. Before installing, confirm you trust the 'nansen-cli' npm package author (npm packages can execute code at install time) and consider using a scoped or limited API key if Nansen supports it. Wallet addresses are public on-chain data, but avoid providing any private keys or unrelated secrets. If you are uncomfortable with the skill running autonomously, keep it user-invocable only or disable autonomous invocation in agent settings.Like a lobster shell, security has layers — review code before you run it.
latestvk976gb9x3s6qxee6s678nx3w8d832dzb
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binsnansen
EnvNANSEN_API_KEY
Primary envNANSEN_API_KEY
Install
Node
Bins: nansen
npm i -g nansen-cli