use-my-browser

Extract real-time evidence from live Chrome DevTools browser sessions.

71|7|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/xixu-me/skills --skill use-my-browser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: use-my-browser
Source: https://github.com/xixu-me/skills/tree/main/skills/use-my-browser
Command: npx skills add https://github.com/xixu-me/skills --skill use-my-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It addresses situations where agents need evidence from the user's current browser session—such as logged‑in dashboards, local apps, dynamic pages, or DevTools contexts—rather than relying on static retrieval.

Core Features & Use Cases

  • Goal‑first routing: classifies tasks as static‑capable or browser‑required and selects the cheapest path that still yields the required evidence.
  • Live‑browser session reuse: attaches to the user's existing Chrome DevTools MCP session, preserving login state and UI context.
  • DevTools handoff & deep‑DOM handling: can continue from a selected element or network request, inspect iframes, Shadow DOM, lazy‑loaded content, and media.
  • Safety & recovery: enforces confirmation discipline for control‑plane actions and provides structured recovery loops for anti‑automation friction, stale uids, and unexpected navigation.

Quick Start

Ask the agent to use the browser skill to verify the visible state of a logged‑in dashboard without requiring a new sign‑in.

Frequently Asked Questions about use-my-browser

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

FAQPage Schema
How do I extract real-time evidence from a live browser session for debugging?

To extract real-time evidence from a live browser session, you need an active Chrome DevTools MCP connection to attach to your existing browser, preserving login state and UI context for debugging dynamic pages.

Can I reuse my logged-in dashboard state when gathering UI evidence?

Yes, you can reuse your logged-in dashboard state by attaching the session to your existing Chrome DevTools MCP connection, preserving your current login state and UI context without requiring a new sign-in.

When should I use live browser session extraction instead of static page fetching?

You should use live browser session extraction instead of static page fetching when tasks depend on rendered UI or DevTools context, such as logged-in dashboards, localhost applications, and dynamic pages.

Does browser session automation require confirmation for control-plane actions?

Yes, browser session automation enforces confirmation discipline for control-plane actions and provides structured recovery loops for anti-automation friction, stale uids, and unexpected navigation.

What is the best way to route tasks between static retrieval and live browser inspection?

The best way to route tasks is using a goal-first classification that evaluates whether tasks are static-capable or browser-required, selecting the cheapest path that still yields the required rendered UI evidence.