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

SSE stream to text

Raw SSE is unusable without parsing - sse extracts the content field so downstream tools get clean text, not protocol framing.

Parse an SSE stream and extract text tokens.

Pipeline

curl -sN $API | vrk sse --event content_block_delta --field data.delta.text | tr -d '
'

Tools used