← Back to Skills Marketplace
182
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nansen-perp-trader-profile
Description
Deep dive on a Hyperliquid perp trader. Identity, open positions, recent trades, and overall PnL.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: nansen-perp-trader-profile
Version: 0.1.0
The skill bundle provides a legitimate interface for analyzing cryptocurrency perpetual trader profiles using the Nansen CLI. It utilizes standard API-driven commands in SKILL.md to fetch trader labels, positions, and trade history, and correctly identifies the NANSEN_API_KEY as a required environment variable without any signs of exfiltration or unauthorized execution.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nansen-perp-trader-profile - After installation, invoke the skill by name or use
/nansen-perp-trader-profile - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release with Hyperliquid perp trader profiling features:
- Provides identity, open positions, recent trades, and overall PnL for a given address.
- Fetches on-chain labels for trader identification.
- Summarizes perp positions and margin usage.
- Displays recent perp trades with key metrics (PnL, fees, side).
- Checks trader’s standing on the leaderboard for relative performance.
Metadata
Frequently Asked Questions
What is Nansen Perp Trader Profile?
Deep dive on a Hyperliquid perp trader. Identity, open positions, recent trades, and overall PnL. It is an AI Agent Skill for Claude Code / OpenClaw, with 182 downloads so far.
How do I install Nansen Perp Trader Profile?
Run "/install nansen-perp-trader-profile" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nansen Perp Trader Profile free?
Yes, Nansen Perp Trader Profile is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nansen Perp Trader Profile support?
Nansen Perp Trader Profile is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nansen Perp Trader Profile?
It is built and maintained by Nansen AI (@nansen-devops); the current version is v0.1.0.
More Skills