xtract.bot

Inspect & compare

Read structured information out of plain text. `text-stats` returns word, line, character, byte, and reading-time counts in one response; `diff-text` produces a unified diff between two inputs, ready to render in code-review or version-history UI. Both tools are pure functions of input — identical inputs return cached results instantly, which is exactly what you want for diffing two large documents repeatedly.