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

Token-checked LLM call

Prevents silent truncation - the model never sees a prompt it can only half-fit.

Count tokens before sending to an LLM - abort if too large.

Pipeline

cat prompt.txt | vrk tok --check 4000 | vrk prompt --system "Summarise this."

Tools used