Nansen Perp Trader Profile
v0.1.0Deep dive on a Hyperliquid perp trader. Identity, open positions, recent trades, and overall PnL.
⭐ 0· 142·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 and description match the requested resources: the skill needs the 'nansen' CLI and NANSEN_API_KEY which are exactly what a Nansen data lookup would require.
Instruction Scope
SKILL.md only runs nansen research/profile/perp commands against a provided address; it does not instruct reading unrelated files, other environment variables, or sending data to unexpected endpoints.
Install Mechanism
Install uses an npm package (nansen-cli) to provide the 'nansen' binary. npm installs are a common way to get CLIs but are moderate risk compared to curated system packages — verify the npm package source/version before installing.
Credentials
Only NANSEN_API_KEY is required and declared as the primary credential, which is proportionate for queries to the Nansen API.
Persistence & Privilege
Skill is not always-enabled, does not request system config paths, and does not attempt to modify other skills or global agent settings.
Assessment
This skill is internally consistent: it simply runs the Nansen CLI using your NANSEN_API_KEY to fetch trader labels, perp positions, trades, and leaderboard data. Before installing, verify the nansen-cli npm package (author, version, registry) to avoid a malicious package, use a least-privilege Nansen API key if possible, and be aware the CLI will make network requests to Nansen's service. Because the skill can be invoked by the agent, only grant the API key if you trust the skill's source or run it in a controlled environment.Like a lobster shell, security has layers — review code before you run it.
latestvk976c8q2s556qjev2yfg0yjfss832gks
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