Why these candidatesEach candidate comes from tracked public sources and has a source-attributed adoption signal. This is a shortlist, not a catalogue or global ranking.
What this cannot establishWe read declared instructions and public signals. We do not run skills, benchmark outputs, audit security, or claim a universal best choice.
Use it forGeneral-purpose live-site inspection, interactive reproduction, snapshots, screenshots, and multi-browser workflows.
Avoid ifYou specifically need to take over a user's already-running, logged-in browser session.
ActionUse the CLI workflow: open or navigate, inspect a snapshot, interact through refs, capture screenshots or snapshots, then close.
EditsNone.
SetupUse an available local Playwright command through `npx playwright cli`; otherwise install `@playwright/cli` globally.
Inspect workflow and compatibility details
ContextTop public-recognition signal among direct matches (SkillsMP Popular rank 15). Its documented commands directly cover navigation, interaction, state inspection, and observable evidence.
OutputSnapshots, screenshots, PDFs, browser state, console/request output, traces, or video.
ControlCLI commands using snapshot refs, CSS selectors, or Playwright locators.
Invocationplaywright-cli
Install scopeglobal npm package if no local CLI is available
Agent fitStrong fit for repeatable, evidence-led browser inspection and reproduction.
Watch outThe source says screenshots are less common than snapshots in its normal workflow; use screenshots when visual evidence is required.
Source-visible capabilitiesNavigation and interactionOpen, navigate, click, fill, drag, select, and use tabs.explicit sourceEvidence captureSnapshots, screenshots, PDFs, traces, video, console, and requests.explicit source
CompatibilityChrome, Firefox, WebKit, and Edgedeclarednot runtime-tested
Public signal15 /SkillsMP source-specifictop-rankinteractive-browserevidence-capturemulti-browserexplicit source Use it forInspecting a site through the user's existing Chrome/Edge login state, including internal or login-gated pages, with screenshots and DOM-driven navigation.
Avoid ifAn isolated browser session is sufficient, or setup cannot meet its Node.js 22+ and CDP prerequisites.
ActionRun the dependency check, create a background tab through the CDP proxy, inspect with `/eval`, navigate/click/scroll as needed, capture a screenshot, and close only the created tab.
EditsNone.
SetupRequires Node.js 22+ and a working CDP connection/proxy to a Chromium browser; the source directs a dependency check before use.
Inspect workflow and compatibility details
ContextSecond-highest SkillsMP Popular rank (26) among direct matches. It is particularly useful where live inspection requires an existing authenticated browser session.
OutputPage information, DOM-derived observations, rendered screenshots, and interaction results.
ControlHTTP API over a CDP proxy connected to the user's daily browser.
Invocationnode "${CLAUDE_SKILL_DIR}/scripts/check-deps.mjs" followed by curl calls to the CDP proxy
Install scoperuntime prerequisite: Node.js 22+ plus Chrome/Edge/Chromium CDP availability
Agent fitStrong fit for session-aware inspection; explicitly preserves existing user tabs while using its own background tab.
Watch outIts instructions require displaying an automation-account-risk notice before CDP operation; it also warns that dense tab creation can trigger anti-bot controls.
Source-visible capabilitiesAuthenticated live-browser accessConnects through CDP to a user's Chromium browser and its login state.explicit sourceInspection and evidenceDOM evaluation, navigation, clicks, scrolling, and rendered screenshots.explicit source
CompatibilityChrome, Edge, and Chromium-family browsersdeclarednot runtime-tested
EvidenceThe source requires Node.js 22+ and a CDP availability check before browser operations.SKILL.md:lines 15-30 · inspected 2026-07-20 · high confidence
It selects browser CDP for login state, interactive operation, and free browser navigation, and describes DOM inspection, clicking, scrolling, and screenshots.SKILL.md:lines 58-76 · inspected 2026-07-20 · high confidence
It connects to the user's Chrome/Edge/Chromium browser, creates separate background tabs, and preserves user tabs.SKILL.md:lines 99-102 · inspected 2026-07-20 · high confidence
The proxy API documents page inspection, DOM evaluation, screenshots, navigation, clicks, scrolling, and closing a tab.SKILL.md:lines 112-151 · inspected 2026-07-20 · high confidence
Public signal26 /SkillsMP source-specificlogged-in-sessionreal-browsercdpevidence-captureexplicit source Use it forMulti-step browser inspection with disciplined tab management, snapshot-first interaction, visual labels, and explicit recovery from stale references.
Avoid ifThe required OpenClaw browser tool is unavailable, or you need a standalone CLI rather than an OpenClaw-specific browser workflow.
ActionCheck browser state and tabs, open or reuse a labeled tab, take an ARIA snapshot, act through fresh refs, capture labeled visual evidence when needed, and report any manual blocker.
EditsNone.
SetupRequires the OpenClaw `browser` tool; use its status/doctor checks when browser or plugin setup may be broken.
Inspect workflow and compatibility details
ContextThird-best direct match by SkillsMP Popular rank (68). Its workflow is narrower than the first two but clearly supports live navigation, visible inspection, and evidence-oriented interaction.
OutputARIA snapshots, labeled screenshots, stable tab handles, and explicit blocker reports.
ControlOpenClaw browser-tool actions with labeled tabs and stable target IDs.
Invocationopenclaw browser doctor or browser tool actions
Install scopeOpenClaw browser tool environment
Agent fitStrong fit when the OpenClaw browser environment is already available and the inspection has several dependent steps.
Watch outLabeled screenshots have documented limitations on existing-session profiles and are unavailable in the raw-CDP fallback.
Source-visible capabilitiesStable multi-step navigationChecks browser state, uses labels and stable tab handles, and reuses tabs.explicit sourceVisible inspection and recoveryUses snapshots before interaction, supports labeled visual context, and defines stale-ref recovery.explicit source
CompatibilityOpenClaw browser tooldeclarednot runtime-tested
Public signal68 /SkillsMP source-specificsnapshot-firsttab-hygienestale-ref-recoveryobservable-uiexplicit source