vibium text
Extract the visible text of the current page.
Synopsis
Section titled “Synopsis”vibium textDescription
Section titled “Description”Prints the rendered, human-visible text content of the page to stdout. This is the cleanest way to give an agent the “what does the user see” view of the page without HTML noise.
The output is plain text suitable for grep, redirection, or piping into
another tool.
Examples
Section titled “Examples”vibium textvibium text > page.txtvibium text | grep -i "error"See also
Section titled “See also”vibium screenshot— visual capture instead of textual.vibium eval— run JavaScript to extract a more specific value.