sundial-org/awesome-openclaw-skills

browsh

A modern text-based browser. Renders web pages in the terminal using headless Firefox.

First seen Mar 24, 2026

Installation

$ npx skills add sundial-org/awesome-openclaw-skills --skill browsh

Also in this package

Other skills from sundial-org/awesome-openclaw-skills · top by installs.

npx skills add sundial-org/awesome-openclaw-skills

Browse all from sundial-org/awesome-openclaw-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 660
License LICENSE
Default branch main
Open issues 12
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 848 B
  • docs SUMMARY.md 100 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

Browsh

A fully-modern text-based browser. It renders stories and videos, filters ads, and saves bandwidth.

Prerequisites

  • browsh binary must be in PATH.
  • firefox binary must be in PATH (Browsh uses it as a headless backend).

Local Setup (if installed in ~/apps): Ensure your PATH includes the installation directories:

export PATH=$HOME/apps:$HOME/apps/firefox:$PATH

Usage

Start Browsh:

browsh

Open a specific URL:

browsh --startup-url https://google.com

Note: Browsh is a TUI application. Run it inside a PTY session (e.g., using tmux or the process tool with pty=true).