lovstudio:fill-web-form
Installation
SKILL.md
fill-web-form — Fill Web Forms from Local Knowledge Base
Fetch a web form, extract all fields, deep-search the user's local knowledge base for matching information, and output a ready-to-use markdown document.
When to Use
- User provides a URL to a web form and wants help filling it
- Conference speaker applications, event registrations, profile forms
- Any scenario where form fields can be answered from existing local materials
Workflow (MANDATORY)
Step 1: Fetch and extract form fields
Use WebFetch to retrieve the form page and extract ALL fields:
Related skills