·browser-navigator
*

browser-navigator

Automates browser actions using Playwright CLI. Can record, replay, and generate browser automation scenarios stored in the knowledge base. Useful for UI testing, data extraction, and visual auditing.

12Installs·0Trend·@famaoai-creator

Installation

$npx skills add https://github.com/famaoai-creator/gemini-skills --skill browser-navigator

How to Install browser-navigator

Quickly install browser-navigator AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/famaoai-creator/gemini-skills --skill browser-navigator
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: famaoai-creator/gemini-skills.

SKILL.md

View raw

This skill automates web browser interactions using the Playwright CLI. It focuses on executing scenarios stored in knowledge/browser-scenarios/ and generating new ones as needed.

Run existing Playwright test scripts to perform complex multi-step actions.

| Cannot find module '@playwright/test' | Playwright not installed | Run npm install -D @playwright/test | | browserType.launch: Executable doesn't exist | Browser binaries missing | Run npx playwright install chromium | | Target page, context or browser has been closed | Navigation timeout | Increase timeout or check URL validity |

Automates browser actions using Playwright CLI. Can record, replay, and generate browser automation scenarios stored in the knowledge base. Useful for UI testing, data extraction, and visual auditing. Source: famaoai-creator/gemini-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/famaoai-creator/gemini-skills --skill browser-navigator
Category
*Creative Media
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from famaoai-creator/gemini-skills

Quick answers

What is browser-navigator?

Automates browser actions using Playwright CLI. Can record, replay, and generate browser automation scenarios stored in the knowledge base. Useful for UI testing, data extraction, and visual auditing. Source: famaoai-creator/gemini-skills.

How do I install browser-navigator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/famaoai-creator/gemini-skills --skill browser-navigator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/famaoai-creator/gemini-skills