Fetch and summarise a page
Catches oversized pages before the API call - no wasted request on a doc that won't fit in context.
Grab a URL, check token count, then summarise with an LLM.
Pipeline
vrk grab https://example.com | vrk tok --check 8000 | vrk prompt --system "Summarise this page."