skills/nansen-web-fetcher/SKILL.md
Fetch and analyze content from one or more URLs using AI (Gemini 2.5 Flash). Use when you have specific URLs and need to extract or summarize their content. Pairs well with `nansen web search` results.
npx skillsauth add nansen-ai/nansen-cli nansen-web-fetcherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fetch and analyze content from one or more URLs using Gemini 2.5 Flash with URL context.
nansen web fetch https://nansen.ai --question "What products does Nansen offer?"
nansen web fetch --url https://example.com --url https://other.com --question "Compare these two sites"
nansen web fetch https://docs.uniswap.org/contracts/v4/overview --question "What changed in v4?"
Positional args and --url flags can be combined — all become URLs to fetch.
| Flag | Values | Default | Purpose |
|------|--------|---------|---------|
| --url | URL | — | URL to fetch (repeatable for multiple URLs, up to 20) |
| --question | string | required | Question to answer about the URL content |
| --pretty | flag | off | Human-readable JSON |
Returns:
analysis — AI-generated answer to your questionretrieved_urls — URLs successfully fetchedfailed_urls — URLs that could not be retrievedTip: Combine with web search — search first to find relevant URLs, then fetch to get full content.
# Find and analyze in two steps
nansen web search "uniswap v4 launch" --num-results 3 --fields link
nansen web fetch https://blog.uniswap.org/... --question "What are the key changes?"
Note: 30s timeout. Paywalled or bot-blocked pages may appear in failed_urls.
documentation
Guide users through native limit orders on Solana via `nansen trade limit-order create|list|cancel|update`, and the alert-based settlement-signal fallback for chains without native support. Use when a user wants a price-triggered buy or sell.
data-ai
Execute DEX swaps on Solana or Base, including cross-chain bridges. Use when buying or selling a token, getting a swap quote, or executing a trade.
tools
Pay-per-call access to the Nansen API via MPP (Tempo). Use when a user wants anonymous Nansen access without an API key and without managing their own Base/Solana wallet — they install the tempo CLI separately and call the API through `tempo request`.
tools
Discover trending tokens — screener, SM holdings, Nansen indicators, and flow intelligence for promising finds. Use when scanning for new tokens or screening what's hot.