Basic
Web Fetch
Fetch and summarize content from a URL
Use cue web fetch when you already have the URL and want clean extracted content.
Core Commands
cue web -h
cue web fetch "https://example.com/article"
cue web fetch "https://example.com/article" --max-uses 5
cue web fetch "https://example.com/article" --citations
cue web fetch "https://example.com/article" --jsonNotes
cue web-fetchis an alias ofcue web.- Use
--jsonfor deterministic automation output.