web-login-monitor

Automates web portal login validation and captures screenshots or logs as evidence via web_login_playwright tool.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the secure validation of web portal logins by orchestrating an approved tool to perform login flows, capture results, and provide verifiable evidence for monitoring, smoke tests, or demonstrations.

Core Features & Use Cases

  • Perform browser-based login validation against a portal using the web_login_playwright tool.
  • Capture and return clear results including success/failure, messages, and evidence paths (screenshots or logs).
  • Use Case: Validate a login flow for a demo environment and generate a repeatable evidence trail.

Quick Start

Run this skill to perform a browser-based login test and generate evidence of the result using the approved tool.

Frequently Asked Questions about web-login-monitor

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

FAQPage Schema
How do I automate web login validation and capture evidence using Playwright?

Automate web login validation by supplying a URL, credentials, and CSS selectors to trigger a Playwright browser login flow, capturing screenshots and outcome messages as verification evidence.

What inputs do I need to test a web portal login flow?

Testing a web portal login flow requires a target URL, username, password, and CSS selectors for the username, password, and submit fields, plus optional success indicators, headless mode, and timeout settings.

Can I run a headless login smoke test against a demo environment?

Yes, you can run a headless login smoke test against a demo environment by enabling the optional headless indicator and configuring a specific timeout to validate the authentication workflow without opening a visible browser.

How does browser-based login monitoring handle authentication failures?

Browser-based login monitoring handles authentication failures by returning a clear failure outcome, descriptive messaging, and saved evidence paths like screenshots or logs detailing where the login flow broke.

What is the best way to generate a repeatable evidence trail for web authentication?

Generate a repeatable evidence trail for web authentication by automating the login sequence with an approved testing tool, which consistently returns success or failure statuses alongside stored screenshot evidence.