create-user

Automate user creation in the Lorito Killer POS system via browser automation.

Updated Feb 25, 2024
One-click install
npx skills add https://github.com/jorgeluis594/lorito-killer --skill create-user
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-user
Source: https://github.com/jorgeluis594/lorito-killer/tree/main/.agents/skills/create-user
Command: npx skills add https://github.com/jorgeluis594/lorito-killer --skill create-user

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the process of creating new users within the Lorito Killer Point of Sale system, streamlining administrative tasks.

Core Features & Use Cases

  • User Creation: Adds new users with specified email, password, and role.
  • Browser Automation: Utilizes Playwright to interact with the web interface.
  • Role Mapping: Correctly maps input roles to the UI's Spanish labels.
  • Use Case: An administrator needs to quickly onboard several new cashiers. They can use this skill to create each user account efficiently without manual form filling.

Quick Start

Use the create-user skill to add a new user with the email '[email protected]', password 'SecurePass123', and role 'WAITER'.

Frequently Asked Questions about create-user

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

FAQPage Schema
How do I automate user creation in a POS system using Playwright?

Automating POS user creation with Playwright involves logging into the admin interface, navigating to user management, filling email, password, and role fields, and submitting the form. This skill handles the entire browser automation sequence for the Lorito Killer POS system.

Can I onboard multiple POS cashiers without manual form filling?

Yes, you can onboard multiple POS cashiers by automating the user creation process. This skill parses user details like email, password, and role, then uses browser automation to submit the onboarding forms efficiently without manual data entry.

Does browser automation support Spanish UI labels for POS role mapping?

Browser automation for POS role mapping supports Spanish UI labels by translating input roles to their corresponding Spanish interface text. This skill correctly maps roles like WAITER to the correct Spanish labels in the Lorito Killer POS user management section.

What admin credentials do I need to create users in Lorito Killer POS?

To create users in Lorito Killer POS, you need administrator credentials to log in. The automation script authenticates as an admin, accesses the user management section, and submits new user forms with specified email, password, and role details.

How do I handle argument parsing for POS user details in browser automation?

Handling argument parsing for POS user details involves extracting email, password, and role parameters from the input and passing them to the browser automation script. This skill parses these arguments and maps them to the corresponding form fields.