ワンクリックで
fill-form
// Intelligently fill web forms using provided data — handles text fields, dropdowns, checkboxes, radio buttons, and multi-step forms. Use when the user asks to fill out, complete, or submit a form.
// Intelligently fill web forms using provided data — handles text fields, dropdowns, checkboxes, radio buttons, and multi-step forms. Use when the user asks to fill out, complete, or submit a form.
| name | fill-form |
| description | Intelligently fill web forms using provided data — handles text fields, dropdowns, checkboxes, radio buttons, and multi-step forms. Use when the user asks to fill out, complete, or submit a form. |
| metadata | {"display-name":"Fill Form","enabled":"true","version":"1.0"} |
Activate when the user asks to fill out a form, complete an application, enter data into fields, or submit information on a web page.
Collect the data to fill. Ask the user for the information if not already provided. Organize it as key-value pairs.
Take a snapshot using take_snapshot to see the form fields and understand the layout.
Map data to fields. Match the user's data keys to form field labels. Handle common variations:
Fill fields in order. For each field:
fill with the field selector and valueselect_option with the appropriate valuecheck to toggle on/offclick on the correct optionfill first; if that fails, interact with the date picker UI using clickupload_file for attachment fieldsHandle multi-step forms. After filling visible fields:
click to advanceReview before submission. Take a final take_snapshot and present the filled form to the user for confirmation before clicking Submit.
Search for a product across multiple retailers in parallel, save pricing data to disk, and produce an HTML report with the best deals and direct product links. Use when the user asks to compare prices, find the best deal, or check prices across stores.
Research a topic across multiple sources using parallel tabs, save raw content and findings to files, then produce an HTML report and PDF. Use when the user asks to research, investigate, or gather information on a topic.
Extract structured data from web pages — tables, lists, product info, pricing — into clean CSV, JSON, or markdown tables. Parallelizes across hidden tabs for multi-source extraction and saves results to disk incrementally. Use when the user asks to scrape, extract, or pull data from a page.
Find alternative products to something the user is looking at or considering. Searches across retailers and review sites, compares options, and delivers a ranked HTML report with ratings, pricing, and direct links. Use when the user asks for alternatives, similar products, or "something like this but..."
Bookmark the current page to a "📚 Read Later" folder and save a PDF copy for offline reading. Use when the user wants to save a page for later, bookmark it for reading, or keep an offline copy.
Save web pages as PDF files for offline reading, archiving, or sharing. Use when the user asks to save, download, export, or archive a page as PDF.