Claude-skill-registry livelib-ui-add-quote
Use Playwright to open a LiveLib quote page and add it to your own quotes/list via the website UI.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/livelib-ui-add-quote" ~/.claude/skills/majiayu000-claude-skill-registry-livelib-ui-add-quote && rm -rf "$T"
manifest:
skills/data/livelib-ui-add-quote/SKILL.mdsource content
Goal
Given
quote_url, perform UI automation to add the quote to the authenticated user's list.
Inputs
(string)quote_url
(string; Playwright storage_state JSON)storage_state_path
Output
(bool)ok
Notes
- Use
captured from a real interactive login.storage_state - If UI elements change or CAPTCHA appears, the skill may fail.
See references in
references/.