返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

livelib-ui-add-quote

使用Playwright打开LiveLib的名言页面,并通过网站界面将其添加到你自己的名言/列表中。

person作者: jakexiaohubgithub

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/.