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" --json

Notes

  • cue web-fetch is an alias of cue web.
  • Use --json for deterministic automation output.