headless-browser-setup

Installs Playwright Chromium and OS libraries to fix Hermes browser access on headless Linux servers.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/quiznat/Hermes_Sapho --skill headless-browser-setup
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: headless-browser-setup
Source: https://github.com/quiznat/Hermes_Sapho/tree/main/.hermes/skills/dogfood/headless-browser-setup
Command: npx skills add https://github.com/quiznat/Hermes_Sapho --skill headless-browser-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Repair Hermes browser tool access on headless Ubuntu/Debian servers by installing Playwright Chromium, required OS libraries, and verifying direct-link reading for sites like X.

Core Features & Use Cases

  • Install Playwright Chromium on headless Linux servers.
  • Install missing OS libraries and verify direct-link reading for public sites.
  • Use Hermes browser tools to read public pages from headless environments.

Quick Start

Run this skill to restore Hermes browser access on a headless Linux server by installing Playwright Chromium and necessary OS libraries.

Frequently Asked Questions about headless-browser-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix Playwright Chromium executable not found errors on headless Linux?▼

Fix missing shared libraries for Playwright Chromium on headless Linux by installing the required OS dependencies. This resolves Hermes browser tool failures on Ubuntu and Debian environments.

How do I set up a headless browser to read public pages on Ubuntu?▼

Verify direct-link reading for public pages on headless Linux by installing Playwright Chromium and its OS libraries. This allows Hermes browser tools to successfully read public sites.

Do I need root privileges to install Playwright Chromium on a headless server?▼

Yes, root or sudo privileges are required to install system-level OS libraries for Playwright Chromium. You also need a Python virtual environment and npm/npx availability.

Why does Playwright Chromium fail with missing shared libraries on Debian?▼

Playwright Chromium fails with missing shared libraries on Debian because headless environments lack the required OS dependencies. Installing these system libraries restores Hermes browser tool access.

Can I use Hermes browser tools in a Python virtual environment on headless Linux?▼

Yes, you can use Hermes browser tools in a Python virtual environment on headless Linux. Ensure npm/npx availability and install Playwright Chromium with the required OS libraries.