Skip to main content
bettyguo
GitHub クリエイタープロフィール

bettyguo

2 件の GitHub リポジトリにある 22 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
22
リポジトリ
2
更新
2026-05-13
リポジトリエクスプローラー

リポジトリと代表的な skills

login-flow
ソフトウェア開発者

Signs into a site using credentials provided via `vars` (typically sourced from environment variables) or via a pre-saved Playwright persistent context. Never harvests or stores credentials. See docs/ethics.md.

2026-05-13
detect-captcha
情報セキュリティアナリスト

Detects whether the current page contains a captcha challenge (reCAPTCHA, hCaptcha, Cloudflare Turnstile, GeeTest, etc.). Reports detection and stops. Never attempts to solve. See docs/ethics.md.

2026-05-13
extract-table-pagination
ソフトウェア開発者

Extract structured data from an HTML table, optionally walking through paginated views. Returns a list of row dicts keyed by header cells. The demo skill (used to monitor conference paper lists).

2026-05-13
verify-page-loaded
ウェブ開発者

Confirms that the current page has finished loading and is ready for interaction. Detects loading spinners, skeleton screens, and content placeholders. Run before extraction skills.

2026-05-13
fill-multi-step-form
ウェブ開発者

Fills a multi-step form (stepper wizard) by routing labeled fields to values from `vars`, clicking "Next" between steps, and submitting at the end. Pairs with the `searchable-dropdown` and `date-picker-widget` skills for compound widgets.

2026-03-24
upload-download-file
ウェブ開発者

Uploads a local file to an HTML5 file input, or triggers a download and captures the resulting path. Composes with multi-step-form for file-attaching workflows.

2026-03-24
date-picker-widget
ウェブ開発者

Picks a date in a calendar-style date-picker widget — clicks the input, navigates months if needed, clicks the target day. The famous "vision agent failure case" that motivates this whole library.

2026-03-20
searchable-dropdown
ウェブ開発者

Selects an option in a searchable / typeahead dropdown (combobox). Types to filter, then clicks the matching option. Common on city pickers, country selectors, package-search dropdowns.

2026-03-20
このリポジトリの収集済み skills 15 件中、上位 8 件を表示しています。
2 件中 2 件のリポジトリを表示
すべてのリポジトリを表示しました