26 Unix tools. One binary. Zero dependencies. · the missing coreutils for the agent era · vrk mcp - expose all 26 tools to any AI agent · curl vrk.sh/install.sh | sh - ready in 5 seconds · 26 Unix tools. One binary. Zero dependencies. · the missing coreutils for the agent era · vrk mcp - expose all 26 tools to any AI agent · curl vrk.sh/install.sh | sh - ready in 5 seconds

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

Tools used