skills/use-my-browser/SKILL.md
Use 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.
npx skillsauth add xixu-me/skills use-my-browserInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Do not treat this skill as a generic browsing default. Route from the evidence you need, not from tool preference.
Every task must be classified before you choose a route:
static-capable: the evidence can be produced without live browser state, visible confirmation, or page interactionbrowser-required: the evidence depends on rendered state, interaction, live session behavior, or browser-only structuresOnly static-capable tasks may fall back to static retrieval, curl, or other non-browser paths. Once a task is browser-required, stay on the browser path and mark missing capability as blocked instead of silently downgrading.
This skill is for work inside the user's live browser session, not for launching a separate fresh automation browser.
Before doing browser automation, confirm that your environment already has access to a live browser stack that can provide the capabilities the task depends on, such as page inventory, task-owned page creation, page selection, snapshots or visible-state reads, DOM inspection, text or form input, uploads, dialogs, console inspection, and network inspection. The exact stack does not matter here: confirm capability, not brand.
If the live browser stack is unavailable, do not attempt browser automation through this skill. Only static-capable work may fall back to static retrieval.
Live browser automation can trigger anti-bot or anti-automation defenses on some sites. Use browser interaction only when the task truly needs it, and avoid unnecessary repetitive actions once the needed evidence has been obtained.
Treat site patterns as part of the browser protocol, not as optional background reading.
For browser-required work, run this loop:
references/site-patterns/.Do not create a domain note for one-off noise. Do not skip the end-of-run review just because the task itself succeeded.
Writeback is expected when a run verifies any of the following:
isolatedContext quirkStart with the outcome, not the tool. Make the user's goal explicit, define what counts as done, and choose the cheapest route that can still produce the right evidence.
Use this routing order:
static-capable or browser-required.static-capable, load references/task-routing.md and stay on the cheapest route that still satisfies the evidence target.browser-required, load references/browser-playbook.md.references/browser-capability-matrix.md.references/debug-handoff.md.references/control-plane-workflows.md.references/anti-automation-friction.md.references/deep-dom.md.references/media-inspection.md.references/parallel-browser-ownership.md.uid target, also load references/selector-bridge.md.uid may have gone stale, or console / network inspection is now needed to explain the next browser decision, also load references/browser-recovery.md.references/site-patterns/, read that note before operating on the site.Treat the following as browser-required by default:
localhost, 127.0.0.1, or benchmark-style local fixturesdetails / collapsed evidence, or lazy-loaded contentThe normal happy path for a common task is this entrypoint plus one or two references, not the entire reference set.
browser-required, do not silently downgrade.browser-required task without explicitly checking whether the run should create, update, downgrade, or remove a site-pattern claim.curl, Invoke-WebRequest, or shell HTTP fetches for browser-required tasks.references/task-routing.md: static retrieval vs live browser routingreferences/browser-playbook.md: core page-action protocol and base browser loopreferences/browser-capability-matrix.md: capability proof for uncertain host sessionsreferences/debug-handoff.md: active debugging-context handoffreferences/control-plane-workflows.md: logged-in dashboard / CMS save-publish disciplinereferences/anti-automation-friction.md: soft 404 / auth / anti-automation classificationreferences/deep-dom.md: iframe, Shadow DOM, collapsed, or lazy-loaded evidencereferences/media-inspection.md: image, audio, and video evidencereferences/parallel-browser-ownership.md: multi-owner browser coordinationreferences/selector-bridge.md: selector-to-uid bridgingreferences/browser-recovery.md: stale uid, navigation drift, and console / network escalationreferences/site-patterns/README.md: site-pattern note maintenance rulestools
Use when tasks involve Xget URL rewriting, registry/package/container/API acceleration, integrating Xget into Git, download tools, package managers, container builds, AI SDKs, CI/CD, deployment, self-hosting, or adapting commands and config from the live README `Use Cases` section into files, environments, shells, or base URLs.
tools
Use this skill when the user wants to send or fetch files through an Xdrop server from the terminal, asks to automate encrypted Xdrop share-link workflows, provides an Xdrop `/t/:transferId#k=...` link to download and decrypt locally, or needs Xdrop CLI flags such as `--quiet`, `--json`, `--expires-in`, `--output`, or `--api-url`, even if they do not explicitly mention the skill name.
tools
Use when the user needs to create, extract, flatten, list, test, install, script, or troubleshoot `tzst` CLI workflows for `.tzst` or `.tar.zst` archives, including compression levels, streaming mode, extraction filters, conflict resolution, JSON output, or standalone binary setup, even if they describe the archive task without naming `tzst`.
tools
Use when users ask to discover, install, list, check, update, remove, back up, restore, sync, or initialize Agent Skills, mention `bunx skills`, `npx skills`, `skills.sh`, or `skills-lock.json`, ask "find a skill for X", or want help extending agent capabilities with installable skills.