web-browsing-cli

Installation
SKILL.md

only-cli

Renders a web page as a compact, numbered terminal view instead of raw HTML. A typical page is under 500 tokens.

npx --yes @only-cli/oc@0.2.0 open <url>     compact view, numbered elements
npx --yes @only-cli/oc@0.2.0 do <n>         follow link [n], or read it if [n] is text
npx --yes @only-cli/oc@0.2.0 find <query>   lines where a string appears, with numbers
npx --yes @only-cli/oc@0.2.0 next           next ~500 tokens of the page already open
npx --yes @only-cli/oc@0.2.0 read <n>       full text of region [n]
npx --yes @only-cli/oc@0.2.0 raw [url]      whole page as markdown (--html for cleaned HTML)

None of these except open/do/raw <url> fetch anything — they replay the page open already saved.

Output

Installs
12
Repository
only-cli/oc
GitHub Stars
66
First Seen
1 day ago
web-browsing-cli — only-cli/oc