--web-fetch flag enables URL content retrieval and analysis using Anthropicโs native web fetch capability.
Quick Start

Usage
Basic Web Fetch
Combine with Other Flags
Requirements
YAML Equivalent
Useweb_fetch: true on an agent with an Anthropic model:
Web Fetch requires an Anthropic model - the same requirement applies to YAML configurations.
How It Works
- Enable: The
--web-fetchflag activates Anthropicโs URL fetching - Fetch: Claude fetches the content from the specified URL
- Parse: Content is parsed and cleaned
- Analyze: Claude analyzes the content based on your prompt
- Respond: Synthesized response is returned

