web-login-monitor-py

Automate web portal login flows with Python and Playwright.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/tluisguereroItesm/agentec-skills --skill web-login-monitor-py
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-login-monitor-py
Source: https://github.com/tluisguereroItesm/agentec-skills/tree/main/skills/web-login-monitor-py
Command: npx skills add https://github.com/tluisguereroItesm/agentec-skills --skill web-login-monitor-py

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables validating or executing a login flow for a web portal using a Python backend, supporting local debugging, smoke tests, shadow testing, and parity validation between backends.

Core Features & Use Cases

  • Python-based login automation: Uses the web_login_playwright_py tool to drive a browser login flow from Python.
  • Portal profile resolution: Resolves portal configuration from a named profile or explicit selectors.
  • Evidence and verification: Returns clear results including success/failure, messages, and evidence paths.

Quick Start

Run a Python-based login to the target portal with a provided URL, username, and password and verify the login by examining the evidence path.

Frequently Asked Questions about web-login-monitor-py

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

FAQPage Schema
How do I automate web portal login flows using Python and Playwright?

You can automate web portal login flows by using this Skill to drive a Python-based Playwright backend. It resolves portal configuration from a stack profile or explicit selectors, performs the login, and returns success or failure evidence.

What evidence does Python-based login automation capture when validating authentication?

Python-based login automation captures structured results including success or failure status, messages, and evidence paths. These captured artifacts allow you to verify portal authentication outcomes during local debugging or smoke testing.

How do I configure explicit selectors for a Playwright login script in Python?

You configure explicit selectors by providing them directly when running the Python-driven login. The Skill resolves portal configuration from either these explicit selectors or a named stack profile to execute the authentication flow.

Can I use Python login automation for parity validation between different web backends?

Yes, you can use this Python login automation for parity validation between backends. It supports shadow testing and local debugging by executing login flows and returning structured results with a backend reference for comparison.

Do I need the web_login_playwright_py tool to run Python-based web login debugging?

Yes, you need the web_login_playwright_py tool to run Python-based web login debugging. This Skill requires it as the backend to drive the browser login flow and capture the resulting authentication evidence.

What is the best way to validate portal authentication locally using Python?

The best way to validate portal authentication locally is using a Python backend to drive the login flow. This approach resolves portal profiles, executes authentication, and returns clear success or failure evidence for debugging.