form-filler

Detect, fill, and submit web form fields across multi-step processes.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/GhostPeony/browsyclaw --skill form-filler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: form-filler
Source: https://github.com/GhostPeony/browsyclaw/tree/main/skills/form-filler
Command: npx skills add https://github.com/GhostPeony/browsyclaw --skill form-filler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of filling out web forms, including complex multi-step forms, saving users significant time and reducing errors.

Core Features & Use Cases

  • Automated Form Filling: Detects and fills form fields (text, dropdowns, checkboxes, radio buttons) with provided data.
  • Smart Matching: Intelligently maps data keys to form fields using labels and ARIA roles.
  • Multi-step Form Handling: Navigates and completes sequential forms.
  • Use Case: Automatically sign up for a new service by providing your details once, and let the skill handle the entire registration process across multiple pages.

Quick Start

Use the form-filler skill to navigate to https://example.com/signup and fill the form with the provided JSON data.

Frequently Asked Questions about form-filler

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

FAQPage Schema
How do I automate web form filling for multi-step registration processes?

Web form automation works by detecting input fields, dropdowns, checkboxes, and radio buttons, then matching provided data keys to fields using labels and ARIA roles. It handles multi-step navigation, verifies state, and submits the data automatically.

Can I automate form submission for different input types like dropdowns and radio buttons?

You can automate form submission across various input types. The skill detects and fills text fields, dropdowns, checkboxes, and radio buttons by intelligently matching provided data keys to form fields using labels and ARIA roles.

What is the best way to handle errors when automating sequential web forms?

Handling errors during sequential web form automation requires error detection and continuation logic. The skill supports state verification across multi-step processes to detect issues and continue filling subsequent fields accurately.

Do I need specific data formats to automate data entry into complex web forms?

Automating data entry into web forms requires structured data, such as JSON, to map values to fields. The skill uses smart matching to intelligently map your data keys to the detected form fields using labels and ARIA roles.

Does web form automation work with single-page and multi-step processes?

Web form automation works with both single and multi-step processes. The skill navigates and completes sequential forms, handling state verification and continuation logic to ensure accurate detection, filling, and submission across multiple pages.