8.2k★by gumadeiras
browsh – OpenClaw Skill
browsh is an OpenClaw Skills integration for coding workflows. A modern text-based browser. Renders web pages in the terminal using headless Firefox.
Skill Snapshot
| name | browsh |
| description | A modern text-based browser. Renders web pages in the terminal using headless Firefox. OpenClaw Skills integration. |
| owner | gumadeiras |
| repository | gumadeiras/browsh |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @gumadeiras/browsh |
| last updated | Feb 7, 2026 |
Maintainer

name: browsh description: A modern text-based browser. Renders web pages in the terminal using headless Firefox. metadata: {"clawdbot":{"emoji":"🌐","requires":{"bins":["browsh","firefox"]}}}
Browsh
A fully-modern text-based browser. It renders stories and videos, filters ads, and saves bandwidth.
Prerequisites
browshbinary must be in PATH.firefoxbinary 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).
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- `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: ```bash export PATH=$HOME/apps:$HOME/apps/firefox:$PATH ```
FAQ
How do I install browsh?
Run openclaw add @gumadeiras/browsh in your terminal. This installs browsh into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/gumadeiras/browsh. Review commits and README documentation before installing.
