skills$openclaw/browsh
gumadeiras8.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.

8.2k stars1.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namebrowsh
descriptionA modern text-based browser. Renders web pages in the terminal using headless Firefox. OpenClaw Skills integration.
ownergumadeiras
repositorygumadeiras/browsh
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @gumadeiras/browsh
last updatedFeb 7, 2026

Maintainer

gumadeiras

gumadeiras

Maintains browsh in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
268 B
SKILL.md
848 B
SKILL.md

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

  • 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).

README.md

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.