logged-in-browser-verify

Verifies login-gated web pages by capturing browser snapshots after user authentication.

7|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/gabrieltan0506-prog/mvstudiopro --skill logged-in-browser-verify-gabrieltan0506-prog
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: logged-in-browser-verify
Source: https://github.com/gabrieltan0506-prog/mvstudiopro/tree/main/.cursor/skills/logged-in-browser-verify
Command: npx skills add https://github.com/gabrieltan0506-prog/mvstudiopro --skill logged-in-browser-verify-gabrieltan0506-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Some production pages require login before they can be verified, and an AI agent cannot enter passwords or verification codes on your behalf. This Skill coordinates a human-in-the-loop handoff: you log in inside the Cursor built-in browser, then the agent captures page text, structure, and screenshots to run acceptance checks. ## Core Features & Use Cases - Human-Agent Handoff Workflow: Opens or reuses a browser tab to the target URL, waits for your "logged in" confirmation, then locks the tab and captures snapshots and screenshots. - Read-Only Acceptance Checklists: Runs predefined verification lists (e.g., platform advisor, canvas fine-tuning, scene recommendation) without clicking paid buttons or leaking backend technical details in reports. - Use Case: You need to regression-test a login-gated feature on mvstudiopro.com. You tell the agent to start, log in yourself in the browser tab, reply "已登录", and receive a pass/fail report with screenshot highlights. ## Quick Start Tell the agent: start logged-in verification for the platform page, I will log in myself and reply when done, then run the acceptance checklist.

Frequently Asked Questions about logged-in-browser-verify

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

FAQPage Schema
How do I verify a web page that requires login with an AI agent?▼

Open the target URL in the Cursor built-in browser, log in yourself in that tab, then reply with a confirmation like "已登录". The agent then locks the tab, captures snapshots and screenshots, and checks the page against an acceptance checklist.

Can an AI agent log into a website for me during testing?▼

No, the agent cannot and must not enter passwords or verification codes. You complete login inside the browser tab yourself, and the agent only performs read-only capture and verification afterward.

What browser tools are used for logged-in page verification?▼

The workflow uses Cursor browser tools: browser_tabs to find or reuse tabs, browser_navigate to open URLs, browser_snapshot and browser_take_screenshot for capture, and browser_lock to freeze the tab during inspection.

Does this verification workflow click paid buttons or consume credits?▼

No, capture is read-only by default and never clicks payment buttons or consumes credits. If a check requires such an action, the agent must first get your explicit consent and explain what will be charged.

What happens if login fails or the page still looks logged out?▼

The agent stops calling tools and waits rather than looping page refreshes. If the snapshot still shows a login page after your confirmation, it reports the page as still unauthenticated and asks you to try again.