Home / feder-cr / invisible_playwright_mcp · skills/setup/SKILL.md · GitHub

setup skillB

This file is byte-identical to the first copy the registry indexed. Same content hash, same audit grade.

setup is agent-read markdown (skill) from feder-cr/invisible_playwright_mcp: What the invisible_playwright_mcp browser server needs on this machine - the patched Firefox it drives, which the server downloads on its own the first time it runs. Use when browser_open answers that the engine is downloading or that its download failed, or right after installing the plugin..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

The server runs with `uvx invisible-playwright-mcp` and needs its browser engine on this machine once, about a quarter of a gigabyte. It downloads it on its own when it starts; while that is in flight, `browser_open` answers with how far the download is instead of opening a browser, and asking again a minute later is all that is needed.

To do the download ahead of time, or again after it failed, in a terminal where the user can watch it, run the block for the user's system:

Windows, in PowerShell:

```powershell
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
$env:Path = "$env:USERPROFILE\.local\bin;$env:Path"
uvx invisible-playwright fetch
```

Linux:

```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.local/bin/env
uvx invisible-playwright fetch
```

Nothing else to configure: no account, no key. Over MCP the model is the client's own.

Read the whole file at its exact version.

How to install

Latest version
mdr add feder-cr/invisible_playwright_mcp/setup@git:20260923.a602cff
Exact content
mdr add feder-cr/invisible_playwright_mcp/setup@sha256:6a232539eb2f00af

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_62agihypecdczm4v.svg)](https://markdownregistry.com/a/art_62agihypecdczm4v)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.a602cff latest2026-09-23 a602cff 1,234 BB view · diff
git:20260922.3a6b6aa2026-09-22 3a6b6aa 1,216 BB view · diff
git:20260921.99974802026-09-21 9997480 1,198 BB view · diff
git:20260913.57038702026-09-13 5703870 797 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: No curl or wget piped into a shell (matched: curl -LsSf https://astral.sh/uv/install.sh | sh)
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (1234 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

feder-cr/invisible_playwright_mcp · 31,631 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_62agihypecdczm4v
GET https://markdownregistry.com/api/v1/resolve?ref=feder-cr/invisible_playwright_mcp/setup
GET https://markdownregistry.com/api/v1/blob/6a232539eb2f00af1af9ec2752592e7aadb739f0807c871ed6dd94cca89fda98

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

Other files named setup

setup skill
feder-cr/aihawk · skills/setup/SKILL.md · What the invisible_playwright_mcp browser server needs on this machine - the patched Firefox it drives, which the…
git:20260923.a602cff · audit B · 31,647 stars
setup skill
nanocoai/nanoclaw · .claude/skills/setup/SKILL.md · Run initial NanoClaw setup. Use when user wants to install NanoClaw, configure it, or go through first-time setup…
git:20260606.14dba9b · audit A · 30,833 stars
setup skill
tencent/teamai-cli · skill-data/setup/SKILL.md · TeamAI day 0 and repo lifecycle: create a team repo as admin, join an existing team as a member, manage members, roles…
git:20260923.ca6e512 · audit A · 4,976 stars
setup skill
alsk1992/cloddsbot · src/skills/bundled/setup/SKILL.md · Setup Wizard — Configure environment for all skills
git:20260208.767d1d8 · audit A · 2,830 stars
setup rules
sipyourdrink-ltd/bernstein · .cursor/rules/setup.mdc · Setup
git:20260521.b455a7c · audit A · 1,263 stars
setup skill
fcakyon/claude-codex-settings · plugins/overleaf-skills/skills/setup/SKILL.md · This skill should be used when user asks to "set up overleaf", "configure overleaf cookie", "overleaf auth failed"…
git:20260502.ad8603b · audit A · 1,153 stars
setup skill
fcakyon/claude-codex-settings · plugins/github-dev/skills/setup/SKILL.md · This skill should be used when the user asks "how to setup GitHub CLI", "configure gh", "gh auth not working", "GitHub…
git:20260408.6476d71 · audit A · 1,153 stars
setup skill
fcakyon/claude-codex-settings · plugins/paper-search-tools/skills/setup/SKILL.md · This skill should be used when user encounters "paper-search MCP error", "Docker not found", "Docker not running"…
git:20251217.e27dd0a · audit A · 1,153 stars

Browse by kind, by grade B, or by owner.