Use My Browser
Skill Verified ActiveUse when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.
To enable agents to gather evidence from live browser sessions, especially for authenticated dashboards, localhost apps, or when rendered state and interaction are crucial, going beyond static fetches.
Features
- Goal-first routing: static vs. browser-required classification
- Live-session browser work, including session reuse
- DevTools context handoff from selected elements/requests
- Control-plane safety with enhanced confirmation discipline
- Deep DOM, media inspection, and selector bridging
Use Cases
- Debugging authenticated dashboards or CMS flows
- Interacting with localhost applications or local fixtures
- Inspecting rendered UI, lazy-loaded content, or Shadow DOM
- Leveraging active DevTools debugging contexts for analysis
Non-Goals
- Acting as a generic default for all web fetching
- Replacing static retrieval when it is sufficient
- Performing brute-force retries on anti-automation measures
- Silently downgrading browser-required tasks to static paths
Workflow
- Classify task as static-capable or browser-required.
- If browser-required, prove live browser capability.
- Execute base page-action protocol or specialized reference (e.g., debug-handoff, deep-dom).
- Apply control-plane safety or anti-automation friction protocols as needed.
- Review run for reusable site knowledge and update/create site-pattern notes.
- Clean up task-owned pages before exiting.
Prerequisites
- Live browser session (e.g., Chrome >=144)
- Remote debugging enabled in Chrome (`chrome://inspect/#remote-debugging`)
- Chrome DevTools MCP server configured and running (e.g., with `--autoConnect`)
Installation
npx skills add xixu-me/skillsRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
Github
100Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.
Openclaw Testing
100Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.
Ctx Doctor
100Run context-mode diagnostics. Checks runtimes, hooks, FTS5, plugin registration, npm and marketplace versions. Trigger: /context-mode:ctx-doctor
Dogfood
99Systematically explore and test a web application to find bugs, UX issues, and other problems. Use when asked to "dogfood", "QA", "exploratory test", "find issues", "bug hunt", "test this app/site/platform", or review the quality of a web application. Produces a structured report with full reproduction evidence -- step-by-step screenshots, repro videos, and detailed repro steps for every issue -- so findings can be handed directly to the responsible teams.
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions
Public Google Drive
100Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.