@nansen-ai/nansen-web-fetcher

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.

View in AI SkillSafe app
Scanned · no findings
0 downloads
0 stars
0 demos
SKILL.md
namenansen-web-fetcher
descriptionFetch 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.
metadataNANSEN_API_KEY
allowed-toolsBash(nansen:*)

Web Fetch

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 question
  • retrieved_urls — URLs successfully fetched
  • failed_urls — URLs that could not be retrieved

Tip: 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.

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@nansen-ai/nansen-web-fetcher/verified)](https://skillsafe.ai/skill/@nansen-ai/nansen-web-fetcher/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@nansen-ai/nansen-web-fetcher/installs)](https://skillsafe.ai/skill/@nansen-ai/nansen-web-fetcher/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@nansen-ai/nansen-web-fetcher/scan)](https://skillsafe.ai/skill/@nansen-ai/nansen-web-fetcher/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@nansen-ai/nansen-web-fetcher/eval)](https://skillsafe.ai/skill/@nansen-ai/nansen-web-fetcher/)