nansen-web-fetcher
Fetch and analyze content from one or more URLs using Gemini 2.5 Flash with URL context.
Works with
Installation Guide
How to use nansen-web-fetcher on Cursor
AI-first code editor with Composer
Prerequisites
Before installing skills in Cursor, ensure your development environment meets these requirements:
- βΊCursor installed and configured on your machine
- βΊNode.js 16+ with npm β verify with
node --version - βΊActive project directory where you want to add
nansen-web-fetcher
Run the install command
Execute the skills CLI command in your project's root directory to begin installation:
Fetches nansen-web-fetcher from nansen-ai/nansen-cli and configures it for Cursor.
Select Cursor when prompted
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Verify installation
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate nansen-web-fetcher. Access via /nansen-web-fetcher in your agent's command palette.
Security Notice
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Documentation
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 questionretrieved_urlsβ URLs successfully fetchedfailed_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.
List & Monetize Your Skill
Submit your Claude Code skill and start earning
Use Cases
User Story & Requirements Generation
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Competitive Analysis
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Roadmap Prioritization
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale