fill-form

Automate web form filling by mapping user data to fields and handling multi-step workflows.

50|37|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill fill-form-browseros-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fill-form
Source: https://github.com/browseros-ai/BrowserOS-agent/tree/main/apps/server/src/skills/defaults/fill-form
Command: npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill fill-form-browseros-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually entering repetitive form data is time-consuming and error-prone. This Skill automates populating text fields, dropdowns, checkboxes, radio buttons, and multi-step forms using provided data.

Core Features & Use Cases

  • Automated form filling: map user data to common field labels and handle multi-step workflows.
  • Field-type coverage: text inputs, selects, checkboxes, radios, date pickers, and file uploads.
  • Use case: when onboarding a new user, automatically fill signup forms with the captured data to save time.

Quick Start

Fill a target form on a web page using the user-provided data.

Frequently Asked Questions about fill-form

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate web form filling with user data?▼

Automate web form filling by mapping user-provided data to form fields. The process matches data to field labels and applies UI actions like fill, select_option, check, and click to populate inputs.

Can I automate multi-step forms with data entry automation?▼

Multi-step forms are fully supported for data entry automation. The process handles multi-step navigation, field-label matching across pages, and validation steps to populate text inputs, selects, and checkboxes sequentially.

What types of web form fields can be auto-filled?▼

Auto-filling covers text inputs, selects, checkboxes, radio buttons, date fields, and file uploads. It applies appropriate UI actions like fill, select_option, check, click, and upload_file based on the matched field type.

Does web form automation work with file uploads and date pickers?▼

Web form automation works with file uploads and date pickers. It handles date fields and file uploads by applying targeted UI actions, specifically upload_file for uploads and appropriate selection actions for dates.

How does automated form filling match data to the correct fields?▼

Automated form filling matches data to fields using field-label matching. It maps user-provided data to common form field labels to ensure each text input, select, or checkbox receives the correct value.