بنقرة واحدة
form-fill
Fill structured web forms with PageState-based targeting, validation checks, and guarded submission.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Fill structured web forms with PageState-based targeting, validation checks, and guarded submission.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Professional Resume Generator using Typst templates with carousel selection. Supports English and Chinese resumes with 5 curated templates plus a self-contained fallback.
Autonomous ML experiment loop — runs experiments on the configured local or SSH target, guided by a session file.
Autonomous ML experiment loop — runs experiments on the configured local or SSH target, guided by a session file.
Professional Resume Generator using Typst templates with carousel selection. Supports English and Chinese resumes with 5 curated templates plus a self-contained fallback.
Research a topic in a live browser using PageState-based navigation, extraction, and evidence synthesis.
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
| name | form_fill |
| description | Fill structured web forms with PageState-based targeting, validation checks, and guarded submission. |
| official | true |
| version | 0.1.0 |
Use this skill when the task requires entering data into a browser form, selecting options, and optionally submitting once the page state looks correct.
Complete forms reliably on dynamic sites by using stable backend_node_id targets, re-checking browser_get_page, and stopping before risky submissions when the content is ambiguous.
browser_get_page to identify editable fields and buttons.browser_type with backend_node_id when present.browser_click for checkboxes, radios, selects, and submit buttons.browser_press_key for Enter or Tab only when it is clearly part of the intended flow.browser_wait plus another browser_get_page after large DOM updates.browser_get_page before submitting if the form changed after typing.browser_get_page to inspect inputs.browser_type for each required field.browser_click optional toggles or selectors.browser_get_page again to confirm the final state.browser_click submit only if the user explicitly asked to send or submit.