livelib-ui-add-quote
Use Playwright to open a LiveLib quote page and add it to your own quotes/list via the website UI.
$ 설치
git clone https://github.com/bongiozzo/bq /tmp/bq && cp -r /tmp/bq/skills/livelib-ui-add-quote ~/.claude/skills/bq// tip: Run this command in your terminal to install the skill
SKILL.md
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. compatibility: Requires Playwright + Chromium; requires an authenticated LiveLib session (storage_state).
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_statecaptured from a real interactive login. - If UI elements change or CAPTCHA appears, the skill may fail.
See references in references/.
Repository

bongiozzo
Author
bongiozzo/bq/skills/livelib-ui-add-quote
1
Stars
0
Forks
Updated3h ago
Added6d ago