Agent Skills: livelib-ui-add-quote

Use Playwright to open a LiveLib quote page and add it to your own quotes/list via the website UI.

playwrightweb-automationlive-libquote-managementbrowser-automation
uiID: bongiozzo/bq/livelib-ui-add-quote

Skill Files

Browse the full folder contents for livelib-ui-add-quote.

Download Skill

Loading file tree…

skills/livelib-ui-add-quote/SKILL.md

Skill Metadata

Name
livelib-ui-add-quote
Description
Use Playwright to open a LiveLib quote page and add it to your own quotes/list via the website UI.

Goal

Given quote_url, perform UI automation to add the quote to the authenticated user's list.

Inputs

  • quote_url (string)
  • storage_state_path (string; Playwright storage_state JSON)

Output

  • ok (bool)

Notes

  • Use storage_state captured from a real interactive login.
  • If UI elements change or CAPTCHA appears, the skill may fail.

See references in references/.