Nansen Agent Guide

v1.0.1

Routing guide -- when to use `nansen agent` (AI research) vs direct CLI data commands. Use when deciding how to answer a user's research question with Nansen...

0· 113·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
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (routing between `nansen agent` and CLI) matches the declared requirements: the nansen binary and a NANSEN_API_KEY are exactly what a CLI guide would need.
Instruction Scope
SKILL.md contains only usage guidance and example nansen commands; it does not instruct reading unrelated files, harvesting extra environment variables, or sending data to unexpected endpoints.
Install Mechanism
Install uses the npm package 'nansen-cli' to provide the nansen binary. This is proportionate for a CLI guide but carries the usual moderate risk of third‑party npm packages (verify package provenance before installing).
Credentials
Only a single service credential (NANSEN_API_KEY) is required and declared as primary. That matches the skill's purpose and no unrelated secrets are requested.
Persistence & Privilege
Skill is not always-enabled and does not request elevated agent privileges or modify other skill/system configurations.
Assessment
This skill is a documentation-only guide and appears coherent, but before installing: - Confirm the npm package 'nansen-cli' is the official provider (check the package page, author/maintainer, and download counts). - Only provide a NANSEN_API_KEY with the minimal scope/permissions needed and avoid sharing other credentials. - If you install, do so in a controlled environment (container or VM) so the CLI runs are isolated. - Review nansen-cli docs to understand what data is transmitted when you run the sample commands. If you cannot validate the npm package origin, skip installing the package and follow the guide conceptually instead.

Like a lobster shell, security has layers — review code before you run it.

latestvk975358mg2an5jnr36tnkr3adh83pcsv

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

Comments