auth-verify

Authenticate to a web application and verify session state via Chrome DevTools session sharing.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rayzru/info-web --skill auth-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auth-verify
Source: https://github.com/rayzru/info-web/tree/main/.claude/skills/auth-verify
Command: npx skills add https://github.com/rayzru/info-web --skill auth-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authenticate to a web application and verify the current session state using Chrome DevTools session sharing.

Core Features & Use Cases

  • Authenticate and verify session state for a local web app.
  • Optional login flow when an existing session isn't detected, with structured results.
  • Navigate to a provided target URL after successful authentication.

Quick Start

Run /auth-verify to confirm your session state and automatically navigate to the target page if authenticated.

Frequently Asked Questions about auth-verify

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

FAQPage Schema
How do I verify web app authentication sessions using Chrome DevTools?

You verify web app authentication sessions using Chrome DevTools by sharing the active browser session and checking the current login state. This process handles existing session detection and returns structured results indicating the authentication status.

Can I automate the login flow for a local web app when no existing session is found?

Yes, you can automate the login flow for a local web app when no existing session is detected. The authentication process handles the optional login flow automatically using configurable test credentials to establish a valid session.

Does session verification with Chrome MCP work with Playwright test environments?

Session verification with Chrome MCP works with Playwright test environments by utilizing Chrome DevTools session sharing. It expects local host app availability and configurable test credentials to validate the authentication state.

What is the best way to check session state and redirect to a target URL after authentication?

The best way to check session state and redirect to a target URL is to run an authentication verification command. It confirms the session state and automatically navigates to the provided target URL upon successful authentication.

Why does automated web app authentication fail during session sharing?

Automated web app authentication fails during session sharing when local host app availability is not met or test credentials are invalid. The process includes error handling and security constraints that return structured results indicating the failure.