shopping-admin-browser-automation

Automate Magento Admin login and customer management tasks with Playwright MCP scripts.

133|6|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/MassLab-SII/open-agent-skills --skill shopping-admin-browser-automation
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: shopping-admin-browser-automation
Source: https://github.com/MassLab-SII/open-agent-skills/tree/main/skills/shopping_admin
Command: npx skills add https://github.com/MassLab-SII/open-agent-skills --skill shopping-admin-browser-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp, and includes scripts (resource) components.

What problem does it solve?

Manual admin tasks in Magento are repetitive, error-prone, and time-consuming. This skill automates common admin workflows using Playwright MCP to reduce manual effort and standardize tasks.

Core Features & Use Cases

  • Admin login automation to start admin sessions.
  • Customer management tasks like creating customers and searching records.
  • Dashboard and order/search tasks orchestrated via deterministic Python scripts.

Quick Start

Use this skill to automate Magento Admin tasks by running scripts in the scripts/ directory, e.g., python scripts/admin_login.py <admin_url> <username> <password> <username_ref> <password_ref> <signin_ref>, or compose sequences like admin_login followed by create_customer for end-to-end tasks.

Frequently Asked Questions about shopping-admin-browser-automation

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

FAQPage Schema
How do I automate Magento Admin tasks like customer management?▼

Automate Magento Admin tasks by running deterministic Python scripts that orchestrate Playwright MCP tools. Execute scripts from the scripts/ directory to standardize customer management and admin login workflows with reduced manual effort.

Can I use Playwright MCP to automate admin login workflows?▼

Playwright MCP automates admin login workflows by orchestrating deterministic browser actions via Python scripts. Run scripts/admin_login.py with the admin URL, credentials, and element references to start automated admin sessions.

What do I need to run browser automation scripts for Magento Admin?▼

Browser automation for Magento Admin requires Python 3.11+ and the Playwright MCP runtime. Configure these dependencies to execute the deterministic action scripts located in the scripts/ directory for routine admin workflows.

What is the best way to sequence Magento Admin login and customer creation?▼

Sequence Magento Admin tasks by composing script executions like admin_login followed by create_customer. Run these deterministic Python scripts end-to-end to automate customer management and dashboard workflows without manual intervention.

Why does standardizing Magento Admin workflows reduce manual effort?▼

Standardizing Magento Admin workflows reduces manual effort by replacing repetitive, error-prone tasks with deterministic Python scripts. Playwright MCP orchestrates these routine admin workflows to standardize processes and minimize manual data entry errors.